Re-exports§
pub use connection::Connection;
pub use connection::Reader;
pub use connection::Writer;
Modules§
- Unbuffered connection API
Structs§
- Interface shared by client and server connections.
- An InboundPlainMessage which does not borrow its payload, but references a range that can later be borrowed.
- Interface shared by unbuffered client and server connections.
Constants§
- cf. BoringSSL’s
kMaxEmptyRecords
https://github.com/google/boringssl/blob/dec5989b793c56ad4dd32173bd2d8595ca78b398/ssl/tls_record.cc#L124-L128
Traits§
- Data specific to the peer’s side (client or server).