[−][src]Module tokio_proto::streaming::multiplex
Pipelined, multiplexed protocols.
See the crate-level docs for an overview.
Modules
advanced | Provides the substrate for implementing multiplexed, streaming protocols. |
Structs
StreamingMultiplex | A marker used to flag protocols as being streaming and multiplexed. |
Enums
Frame | A multiplexed protocol frame |
Traits
ClientProto | A streaming, multiplexed client protocol. |
ServerProto | A streaming, multiplexed server protocol. |
Transport | Additional transport details relevant to streaming, multiplexed protocols. |
Type Definitions
RequestId | Identifies a request / response thread |