ConnectionStream

Interface for streams based on a connection.

Connection streams are based on streaming socket connections, pipes and similar end-to-end streams.

Members

Functions

close
void close()

Actively closes the connection and frees associated resources.

waitForData
bool waitForData(Duration timeout)

Blocks until data becomes available for read.

Properties

connected
bool connected [@property getter]

Determines The current connection status.

See Also

vibe.core.net.TCPConnection

Meta