Skip to main content

Module split

Module split 

Source
Expand description

Types related to “split” mode.

See split::SplitConnection for more information.

Structs§

FlushSender
Notification that receiving data may have changed the state of the associated SendTraffic
ReceiveTraffic
The receive-side of a connection, after a successful handshake.
ReceivedApplicationData
Received application data.
SendTraffic
The send-side of a connection, after a successful handshake.
SplitConnection
A post-handshake connection which has been split by direction.

Enums§

ReceiveTrafficState
A state machine that cycles between requiring further received TLS data and discharging received application data.