| Package | Description |
|---|---|
| org.proton.plug | |
| org.proton.plug.context | |
| org.proton.plug.context.client | |
| org.proton.plug.context.server |
| Modifier and Type | Method and Description |
|---|---|
abstract AMQPConnectionContext |
AMQPConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
abstract AMQPConnectionContext |
AMQPConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionCallback |
AbstractConnectionContext.connectionCallback |
| Constructor and Description |
|---|
AbstractConnectionContext(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
AbstractConnectionContext(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
| Modifier and Type | Method and Description |
|---|---|
AMQPConnectionContext |
ProtonClientConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
AMQPConnectionContext |
ProtonClientConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
| Constructor and Description |
|---|
ProtonClientConnectionContext(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
ProtonClientConnectionContext(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
| Modifier and Type | Method and Description |
|---|---|
AMQPServerConnectionContext |
ProtonServerConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
AMQPServerConnectionContext |
ProtonServerConnectionContextFactory.createConnection(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
| Constructor and Description |
|---|
ProtonServerConnectionContext(AMQPConnectionCallback connectionSP,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
ProtonServerConnectionContext(AMQPConnectionCallback connectionSP,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.