- accept
SSLVibeStream accept()
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(Address )
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.
- connect
NetworkStream connect(string host, ushort port, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
void listen(int )
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
ptrdiff_t receive(void[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
ptrdiff_t send(const(void)[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- so
TCPConnection so()
Undocumented in source. Be warned that the author may not have intended to support it.
- isConnected
bool isConnected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isOpen
bool isOpen [@property getter]
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.
- so
TCPConnection so()
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(string to)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
NetworkStream connect(string host, ushort port, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
ptrdiff_t send(const(void)[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
ptrdiff_t receive(void[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- readTimeout
Duration readTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- accept
TCPVibeStream accept()
Undocumented in source. Be warned that the author may not have intended to support it.
- reuseAddr
bool reuseAddr [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(Address )
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
void listen(int )
Undocumented in source. Be warned that the author may not have intended to support it.