ServerSocket

Undocumented in source.

Constructors

this
this(UDPConnection connection, Server server)
Undocumented in source.

Members

Functions

onNotify
void onNotify(string method, Value[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
onRequest
void onRequest(size_t id, string method, Value[] params, NetworkAddress netAddr)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Sender
struct Sender
Undocumented in source.

Inherited Members

From BaseSocket

onRequest
void onRequest(size_t id, string method, Value[] params, NetworkAddress netAddr)
Undocumented in source. Be warned that the author may not have intended to support it.
onResponse
void onResponse(size_t id, Value error, Value result)
Undocumented in source. Be warned that the author may not have intended to support it.
onNotify
void onNotify(string method, Value[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta