CustomSSLSocket

Undocumented in source.

Constructors

this
this(SSLContext context)
Undocumented in source.

Members

Functions

callUserDataHandler
void callUserDataHandler(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
flushQueue
void flushQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
flushWritten
void flushWritten()
Undocumented in source. Be warned that the author may not have intended to support it.
onReadData
void onReadData(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadable
void onReadable()
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.
sslError
void sslError(int ret)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

queue
Data[] queue;
Undocumented in source.
r
MemoryBIO r;
Undocumented in source.
sslHandle
SSL* sslHandle;
Undocumented in source.
userDataHandler
ReadDataHandler userDataHandler;
w
MemoryBIO w;
Undocumented in source.

Meta