WebSocketState

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(PeerID id, Socket socket)
Undocumented in source.

Members

Functions

performHandshake
void performHandshake(ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

address
Address address;
Undocumented in source.
frames
Frame[] frames;
Undocumented in source.
handshaken
bool handshaken;
Undocumented in source.
id
PeerID id;
Undocumented in source.
path
string path;
Undocumented in source.
socket
Socket socket;
Undocumented in source.

Meta