- 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.
- remoteAddress
Address remoteAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _remoteAddress
Address _remoteAddress;
Undocumented in source.
- socket
Socket socket [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- localAddress
Address localAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _localAddress
Address _localAddress;
Undocumented in source.
- handle
socket_t handle;
Undocumented in source.
- errorHandler
ErrorEventHandler errorHandler;
Undocumented in source.
- _isRegistered
bool _isRegistered;
Undocumented in source.
- isRegistered
bool isRegistered()
- isClosed
bool isClosed()
- _isClosed
bool _isClosed;
Undocumented in source.
- onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- errorOccurred
void errorOccurred(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.
- flag
bool flag(WatchFlag index)
Undocumented in source. Be warned that the author may not have intended to support it.
- type
WatcherType 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.
- close
void close()
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(WatchFlag index, bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- _inLoop
Selector _inLoop;
Undocumented in source.