tanya.async.transport

This module contains transports which are responsible for data dilvery between two parties of an asynchronous communication.

Members

Interfaces

DuplexTransport
interface DuplexTransport

Represents a bidirectional transport.

ReadTransport
interface ReadTransport

Interface for read-only transports.

SocketTransport
interface SocketTransport

Represents a socket transport.

Transport
interface Transport

Base transport interface.

WriteTransport
interface WriteTransport

Interface for write-only transports.

Meta