Connection

Undocumented in source.

Constructors

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

Members

Functions

onInnerConnect
void onInnerConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
onInnerData
void onInnerData(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
onInnerDisconnect
void onInnerDisconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
onOuterData
void onOuterData(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
onOuterDisconnect
void onOuterDisconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

counter
int counter;
Undocumented in source.

Variables

index
int index;
inner
TcpConnection inner;
Undocumented in source.
outer
TcpConnection outer;
Undocumented in source.

Meta