[][src]Crate amq_protocol_tcp

AMQP URI TCP connection handling

amq-protocol-tcp is a library aiming at providing tools to help connecting to an AMQP URI

Structs

Identity

Re-export TcpStream Holds PKCS#12 DER-encoded identity and decryption password

NativeTlsConnector

A builder for client-side TLS connections.

TLSConfig

Re-export TcpStream Holds extra TLS configuration

TcpStreamWrapper

Unsafe wrapper "Cloning" the TcpStream but not closing it on drop.

Enums

HandshakeError

Re-export TcpStream An error returned while performing the handshake

MidHandshakeTlsStream

Re-export TcpStream A TLS stream which has been interrupted during the handshake

TcpStream

Re-export TcpStream Wrapper around plain or TLS TCP streams

Traits

AMQPUriTcpExt

Trait providing a method to connect to a TcpStream

Type Definitions

HandshakeResult

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