- disconnect
void disconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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, ushort port, string service)
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.
- updateState
void updateState()
Undocumented in source. Be warned that the author may not have intended to support it.
SSLAdapter implementation.