TcpClientChannel

Constructors

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
keyExchangeInitiate
void keyExchangeInitiate()
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.
send
void send(MessageBuffer message)
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.

Inherited Members

From ClientChannel

connect
void connect()
Undocumented in source.
isConnected
bool isConnected()
Undocumented in source.
set
void set(MessageTransport transport)
Undocumented in source.
send
void send(MessageBuffer buffer)
Undocumented in source.
close
void close()
Undocumented in source.
onClose
void onClose(CloseHandler handler)
Undocumented in source.

Meta