Interface for streams based on a connection.
Connection streams are based on streaming socket connections, pipes and similar end-to-end streams.
Actively closes the connection and frees associated resources.
Blocks until data becomes available for read.
Determines The current connection status.
vibe.core.net.TCPConnection
See Implementation
Interface for streams based on a connection.
Connection streams are based on streaming socket connections, pipes and similar end-to-end streams.