- Close
void Close()
Undocumented in source. Be warned that the author may not have intended to support it.
- IsBusy
bool IsBusy()
Undocumented in source. Be warned that the author may not have intended to support it.
- LocalAddress
Address LocalAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnWriteDone
void OnWriteDone()
Undocumented in source. Be warned that the author may not have intended to support it.
- RemoteAddress
Address RemoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- Start
void Start()
Undocumented in source.
- getOption
int getOption(SocketOptionLevel level, SocketOption option, void[] result)
- getOption
int getOption(SocketOptionLevel level, SocketOption option, int32_t result)
Common case of getting integer and boolean options.
- getOption
int getOption(SocketOptionLevel level, SocketOption option, Linger result)
- getOption
void getOption(SocketOptionLevel level, SocketOption option, Duration result)
Get a timeout (duration) option.
- setOption
void setOption(SocketOptionLevel level, SocketOption option, void[] value)
- setOption
void setOption(SocketOptionLevel level, SocketOption option, int32_t value)
Common case for setting integer and boolean options.
- setOption
void setOption(SocketOptionLevel level, SocketOption option, Linger value)
- setOption
void setOption(SocketOptionLevel level, SocketOption option, Duration value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRead
void setRead(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
socket_t handle;
Undocumented in source.
- errorHandler
ErrorEventHandler errorHandler;
Undocumented in source.
- taskWorker
Worker taskWorker;
Undocumented in source.
- _isRegistered
bool _isRegistered;
Undocumented in source.
- _isClosed
bool _isClosed;
Undocumented in source.
- IsRegistered
bool IsRegistered()
- IsClosing
bool IsClosing()
- IsClosed
bool IsClosed()
- Close
void Close()
- DoClose
void DoClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnClose
void OnClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- ErrorOccurred
void ErrorOccurred(ErrorCode code, string msg)
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.
- HasFlag
bool HasFlag(ChannelFlag index)
Undocumented in source. Be warned that the author may not have intended to support it.
- Type
ChannelType Type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- eventLoop
Selector eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- SetNext
void SetNext(AbstractChannel next)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- __anonymous
mixin OverrideErro
Undocumented in source.
- setFlag
void setFlag(ChannelFlag index, bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- _loop
Selector _loop;
Undocumented in source.