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§

Enums§

  • Re-export TcpStream An error returned while performing the handshake
  • Re-export TcpStream A TLS stream which has been interrupted during the handshake
  • Re-export TcpStream Wrapper around plain or TLS TCP streams

Traits§

Type Aliases§

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