Expand description
§AMQP URI TCP connection handling
amq-protocol-tcp is a library aiming at providing tools to help connecting to an AMQP URI
Structs§
- OwnedTLS
Config - Re-export TcpStream Holds extra TLS configuration
- Rustls
Connector - The connector
- Rustls
Connector Config - Configuration helper for
RustlsConnector
- TLSConfig
- Re-export TcpStream Holds extra TLS configuration
Enums§
- Handshake
Error - Re-export TcpStream An error returned while performing the handshake
- Identity
- Re-export TcpStream Holds one of:
- MidHandshake
TlsStream - Re-export TcpStream A TLS stream which has been interrupted during the handshake
- Owned
Identity - Re-export TcpStream Holds one of:
- TcpStream
- Re-export TcpStream Wrapper around plain or TLS TCP streams
Traits§
- AMQP
UriTcp Ext - Trait providing a method to connect to a TcpStream
Type Aliases§
- Handshake
Result - Re-export TcpStream
Holds either the TLS
TcpStream
result or the current handshake state