yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
websocket_client.h File Reference
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <thread>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::net::SessionInfo
 Information about the current collaboration session. More...
 
class  yaze::net::WebSocketClient
 WebSocket client for connecting to yaze-server. More...
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::net
 

Enumerations

enum class  yaze::net::ConnectionState {
  yaze::net::kDisconnected , yaze::net::kConnecting , yaze::net::kConnected , yaze::net::kReconnecting ,
  yaze::net::kError
}
 WebSocket connection states. More...