- disconnect
void disconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- flushQueue
void flushQueue()
Encrypt outgoing plaintext
queue -> SSL_write -> w
- flushWritten
void flushWritten()
Flush any accumulated outgoing ciphertext to the network
- getHostCertificate
OpenSSLCertificate getHostCertificate()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPeerCertificate
OpenSSLCertificate getPeerCertificate()
Undocumented in source. Be warned that the author may not have intended to support it.
- onConnect
void onConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
void onDisconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- onReadData
void onReadData(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(Data[] data, int priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHostName
void setHostName(string hostname)
Undocumented in source. Be warned that the author may not have intended to support it.
- sslError
void sslError(int ret, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.