Qpid Proton C++ API  0.35.0
transport

A network channel supporting an AMQP connection. More...

#include <transport.hpp>

Inheritance diagram for transport:

Public Member Functions

 transport ()
 Create an empty transport.
 
class connection connection () const
 Get the connection associated with this transport.
 
class ssl ssl () const
 Get SSL information.
 
class sasl sasl () const
 Get SASL information.
 
class error_condition error () const
 Get the error condition.
 

Detailed Description

A network channel supporting an AMQP connection.

Examples
broker.cpp, direct_send.cpp, and simple_send.cpp.

The documentation for this class was generated from the following file: