- accepted
TcpListener accepted(AcceptEventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
TcpListener bind(string ip, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
TcpListener bind(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
TcpListener bind(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindingAddress
Address bindingAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- blocking
void blocking(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- blocking
bool blocking()
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.
- error
TcpListener error(EventErrorHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
TcpListener listen(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPeerCreating
TcpListener onPeerCreating(PeerCreateHandler handler)
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.
- onShutdown
TcpListener onShutdown(EventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- reusePort
TcpListener reusePort(bool flag)
- start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.