ServerSocket

Undocumented in source.

Constructors

this
this(TCPConnection 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)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseSocket

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
void sendResponse(Args args)
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)
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