Package | Description |
---|---|
org.apache.qpid.proton | |
org.apache.qpid.proton.driver | |
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl |
Modifier and Type | Method and Description |
---|---|
static Connection |
Proton.connection() |
static Connection |
Proton.connection(ProtonFactory.ImplementationType implementation) |
Modifier and Type | Method and Description |
---|---|
Connection |
Connector.getConnection()
Access the AMQP Connection associated with the connector.
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.setConnection(Connection connection)
Assign the AMQP Connection associated with the connector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProtonJConnection
Extends
Connection with functionality that is specific to proton-j |
Modifier and Type | Method and Description |
---|---|
Connection |
EngineFactory.createConnection() |
Connection |
Event.getConnection() |
Connection |
Session.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
Transport.bind(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl |
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.bind(Connection conn) |
abstract Transport |
TransportFactory.transport(Connection conn) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.