- BeginReadvoid BeginRead() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- CancelWritevoid CancelWrite() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- CheckAllWriteDonebool CheckAllWriteDone() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- DoConnectbool DoConnect(Address addr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- DoReadvoid DoRead() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- GetDataReceivedHandlerDataReceivedHandler GetDataReceivedHandler() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- InitializeWriteQueuevoid InitializeWriteQueue() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- IsClientbool IsClient() 
- Undocumented in source. 
- IsConnectedbool IsConnected() 
- Undocumented in source. 
- OnClosevoid OnClose() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- OnDisconnectedvoid OnDisconnected() 
- Undocumented in source. 
- OnReadvoid OnRead() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- OnWritevoid OnWrite() 
- OnWriteDonevoid OnWriteDone(size_t nBytes) 
- * Called by selector after data sent
     * Note: It's only for IOCP selector: 
- ResetWriteStatusvoid ResetWriteStatus() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- TryWritesize_t TryWrite(ubyte[] data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _isWrittingbool _isWritting; 
- Undocumented in source. 
- _socketSocket _socket; 
- Undocumented in source. 
- IsBusybool IsBusy() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- socketSocket socket [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- socketSocket socket [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- Closevoid Close() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getOptionint getOption(SocketOptionLevel level, SocketOption option, void[] result) 
- getOptionint getOption(SocketOptionLevel level, SocketOption option, int32_t result) 
- Common case of getting integer and boolean options. 
- getOptionint getOption(SocketOptionLevel level, SocketOption option, Linger result) 
- getOptionvoid getOption(SocketOptionLevel level, SocketOption option, Duration result) 
- Get a timeout (duration) option. 
- setOptionvoid setOption(SocketOptionLevel level, SocketOption option, void[] value) 
- setOptionvoid setOption(SocketOptionLevel level, SocketOption option, int32_t value) 
- Common case for setting integer and boolean options. 
- setOptionvoid setOption(SocketOptionLevel level, SocketOption option, Linger value) 
- setOptionvoid setOption(SocketOptionLevel level, SocketOption option, Duration value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- RemoteAddressAddress RemoteAddress() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _remoteAddressAddress _remoteAddress; 
- Undocumented in source. 
- LocalAddressAddress LocalAddress() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _localAddressAddress _localAddress; 
- Undocumented in source. 
- setReadvoid setRead(size_t bytes) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readLensize_t readLen; 
- Undocumented in source. 
- Startvoid Start() 
- Undocumented in source. 
- OnWriteDonevoid OnWriteDone() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
TCP Peer