Namespace DotNext.Net.Multiplexing
Classes
MultiplexedClient
Represents multiplexed client.
MultiplexedClient.Options
Represents multiplexing client options.
MultiplexedListener
Represents multiplexed listener.
MultiplexedListener.Options
Represents multiplexed listener configuration.
MultiplexingOptions
Represents multiplexing protocol options.
MultiplexingProtocolException
Represents multiplexing protocol exception.
StreamRejectedException
Indicates that the server rejects the stream because its backlog is full.
TcpMultiplexedClient
Represents a client-side of the multiplexing protocol on top of TCP.
TcpMultiplexedClient.Options
Represents configuration of TCP multiplexing protocol client.
TcpMultiplexedListener
Represents a server-side of the multiplexing protocol on top of TCP.
UnsupportedVersionException
Indicates that the protocol version is not supported.