Modifier and Type | Method and Description |
---|---|
static Connection |
Proton.connection() |
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 |
---|---|
static Connection |
Engine.connection() |
static Connection |
Connection.Factory.create() |
Connection |
Session.getConnection() |
Connection |
Event.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) |
Modifier and Type | Method and Description |
---|---|
Connection |
Reactor.connection(Handler handler)
Creates a new out-bound connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ReactorImpl.connection(Handler handler) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.