Expand description
Types related to “split” mode.
See split::SplitConnection for more information.
Structs§
- Flush
Sender - Notification that receiving data may have changed the state of the associated
SendTraffic - Receive
Traffic - The receive-side of a connection, after a successful handshake.
- Received
Application Data - Received application data.
- Send
Traffic - The send-side of a connection, after a successful handshake.
- Split
Connection - A post-handshake connection which has been split by direction.
Enums§
- Receive
Traffic State - A state machine that cycles between requiring further received TLS data and discharging received application data.