OutputChannelImpl

Undocumented in source.

Members

Functions

onWrite
void onWrite(byte[] delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
write
byte[] write()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_onWrite
byte[] delegate()* _onWrite;
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 OutputChannel

onWrite
void onWrite(byte[] delegate() )
Undocumented in source.

Meta