Stream

Generic stream.

Constructors

this
this(TcpStream conn, void delegate(Buffer) handler)
Undocumented in source.
this
this(TcpStream conn)
Undocumented in source.
this
this(EventLoop eventLoop, string ip, ushort port)
Undocumented in source.

Members

Functions

handle
void handle(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
handleData
void handleData()
Undocumented in source. Be warned that the author may not have intended to support it.
modify
void modify(E args)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
sendData
void sendData(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Buffer buffer;
Undocumented in source.
conn
TcpStream conn;
Undocumented in source.
handler
void delegate(Buffer) handler;
onClose
void delegate() onClose;
Undocumented in source.
onConnect
void delegate() onConnect;
Undocumented in source.

Meta