| Package | Description |
|---|---|
| org.apache.qpid.proton | |
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.engine.impl | |
| org.apache.qpid.proton.reactor | |
| org.apache.qpid.proton.reactor.impl |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
Proton.connection() |
| 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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Reactor.connection(Handler handler)
Deprecated.
Use
Reactor.connectionToHost(String, int, Handler) instead. |
Connection |
Reactor.connectionToHost(String host,
int port,
Handler handler)
Creates a new out-bound connection to the given host and port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Reactor.getConnectionAddress(Connection c)
Get the address used by the connection
|
void |
Reactor.setConnectionHost(Connection c,
String host,
int port)
Set the host address used by the connection
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ReactorImpl.connection(Handler handler) |
Connection |
ReactorImpl.connectionToHost(String host,
int port,
Handler handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
ReactorImpl.getConnectionAddress(Connection connection) |
void |
ReactorImpl.setConnectionHost(Connection connection,
String host,
int port) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.