TcpServerChannel

Constructors

this
this(ushort port)
Undocumented in source.
this
this(string host, ushort port)
Undocumented in source.
this
this(string host, ushort port, NetServerOptions options)
Undocumented in source.

Members

Functions

host
string host()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
onAccept
void onAccept(AcceptHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose(CloseHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
port
ushort port()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(MessageTransport transport)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ChannelSession
enum string ChannelSession;
Undocumented in source.

Inherited Members

From ServerChannel

name
string name()
Undocumented in source.
start
void start()
Undocumented in source.
stop
void stop()
Undocumented in source.
set
void set(MessageTransport transport)
Undocumented in source.
onAccept
void onAccept(AcceptHandler handler)
Undocumented in source.
onClose
void onClose(CloseHandler handler)
Undocumented in source.

Meta