DuplexTransport

Represents a bidirectional transport.

Members

Functions

close
void close()

Close the transport.

isClosing
bool isClosing()

Returns true if the transport is closing or closed.

Properties

protocol
Protocol protocol [@property getter]
protocol
Protocol protocol [@property setter]

Switches the protocol.

Inherited Members

From WriteTransport

write
void write(ubyte[] data)

Write some data to the transport.

Meta