- connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
- createSocket
ClientSocket createSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
- onConnect
void onConnect(ClientSocket sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- onContinuation
void onContinuation(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
void onDisconnect(ClientSocket sender, string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- onNewResponse
void onNewResponse(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- request
void request(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.