TcpStream

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Loop loop)
Undocumented in source.

Members

Aliases

handle
alias handle = Stream.handle
Undocumented in source.

Classes

acceptOperationContext
class acceptOperationContext
Undocumented in source.

Functions

bind4
void bind4(string address, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string hostname, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(NetworkAddress address, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect4
void connect4(string address, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
initializeHandle
void initializeHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
listen
Action!(void, TcpStream) listen(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handle
uv_tcp_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isConnecting
bool isConnecting [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isListening
bool isListening [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Stream

handle
uv_stream_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
alias handle = Handle.handle
Undocumented in source.
write
void write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
isReading
bool isReading [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
read
Action!(void, ubyte[]) read()
Undocumented in source. Be warned that the author may not have intended to support it.
readOnce
ubyte[] readOnce()
Undocumented in source. Be warned that the author may not have intended to support it.
stopReading
void stopReading()
Undocumented in source. Be warned that the author may not have intended to support it.
closeCleanup
void closeCleanup(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta