Crate amq_protocol_tcp

Source
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§

OwnedTLSConfig
Re-export TcpStream Holds extra TLS configuration
RustlsConnector
The connector
RustlsConnectorConfig
Configuration helper for RustlsConnector
TLSConfig
Re-export TcpStream Holds extra TLS configuration

Enums§

HandshakeError
Re-export TcpStream An error returned while performing the handshake
Identity
Re-export TcpStream Holds one of:
MidHandshakeTlsStream
Re-export TcpStream A TLS stream which has been interrupted during the handshake
OwnedIdentity
Re-export TcpStream Holds one of:
TcpStream
Re-export TcpStream Wrapper around plain or TLS TCP streams

Traits§

AMQPUriTcpExt
Trait providing a method to connect to a TcpStream

Type Aliases§

HandshakeResult
Re-export TcpStream Holds either the TLS TcpStream result or the current handshake state