Module tanya.async.transport
This module contains transports which are responsible for data dilvery between two parties of an asynchronous communication.
Interfaces
Name | Description |
---|---|
DuplexTransport
|
Represents a bidirectional transport. |
ReadTransport
|
Interface for read-only transports. |
SocketTransport
|
Represents a socket transport. |
Transport
|
Base transport interface. |
WriteTransport
|
Interface for write-only transports. |