Uses of Interface
org.apache.qpid.proton.engine.Connection

Packages that use Connection
org.apache.qpid.proton   
org.apache.qpid.proton.driver   
org.apache.qpid.proton.engine   
 

Uses of Connection in org.apache.qpid.proton
 

Methods in org.apache.qpid.proton that return Connection
static Connection Proton.connection()
           
static Connection Proton.connection(ProtonFactory.ImplementationType implementation)
           
 

Uses of Connection in org.apache.qpid.proton.driver
 

Methods in org.apache.qpid.proton.driver that return Connection
 Connection Connector.getConnection()
          Access the AMQP Connection associated with the connector.
 

Methods in org.apache.qpid.proton.driver with parameters of type Connection
 void Connector.setConnection(Connection connection)
          Assign the AMQP Connection associated with the connector.
 

Uses of Connection in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return Connection
 Connection EngineFactory.createConnection()
           
 Connection Session.getConnection()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type Connection
 void Transport.bind(Connection connection)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.