ConnectionChannelImpl

Undocumented in source.

Members

Functions

connect
void connect(IOChannel c)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect(void delegate(IOChannel) d)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_onConnect
void delegate(IOChannel)* _onConnect;
Undocumented in source.

Inherited Members

From ChannelImpl

_onClose
void delegate()* _onClose;
Undocumented in source.
onClose
void onClose(void delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
_onOpen
void delegate()* _onOpen;
Undocumented in source.
onOpen
void onOpen(void delegate() d)
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.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.

From ConnectionChannel

onConnect
void onConnect(void delegate(IOChannel) )
Undocumented in source.

Meta