- beginRead
void beginRead()
Undocumented in source. Be warned that the author may not have intended to support it.
- cancelWrite
void cancelWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
- doConnect
void doConnect(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- doRead
void doRead()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnected
void onDisconnected()
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.
- onWrite
void onWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
- onWriteDone
void onWriteDone(size_t nBytes)
* Called by selector after data sent
* Note: It's only for IOCP selector:
- tryWrite
size_t tryWrite(ubyte[] data)
- tryWrite
void tryWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
TCP Client