amqp.transport

class amqp.transport.SSLTransport(host, connect_timeout, ssl)

Transport that works over SSL

class amqp.transport.TCPTransport(host, connect_timeout)

Transport that deals directly with TCP socket.

amqp.transport.create_transport(host, connect_timeout, ssl=False)

Given a few parameters from the Connection constructor, select and create a subclass of _AbstractTransport.

Previous topic

amqp.abstract_channel

Next topic

amqp.method_framing

This Page