| Package | Description |
|---|---|
| org.apache.qpid.client | |
| org.apache.qpid.client.handler | |
| org.apache.qpid.client.protocol | |
| org.apache.qpid.framing | |
| org.apache.qpid.protocol |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
AMQConnectionDelegate_8_0.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_10.getProtocolVersion() |
ProtocolVersion |
AMQConnection.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_91.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_9.getProtocolVersion() |
ProtocolVersion |
AMQProtocolHandler.getProtocolVersion() |
ProtocolVersion |
AMQProtocolHandler.getSuggestedProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_8_0.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate_0_10.makeBrokerConnection(BrokerDetails brokerDetail)
Make a connection with the broker
|
ProtocolVersion |
AMQConnection.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate.makeBrokerConnection(BrokerDetails brokerDetail) |
| Modifier and Type | Method and Description |
|---|---|
static ClientMethodDispatcherImpl |
ClientMethodDispatcherImpl.newMethodDispatcher(ProtocolVersion version,
AMQProtocolSession session) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
AMQProtocolSession.getProtocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQProtocolSession.setProtocolVersion(ProtocolVersion pv) |
| Modifier and Type | Field and Description |
|---|---|
static ProtocolVersion |
ProtocolVersion.v0_10 |
static ProtocolVersion |
ProtocolVersion.v0_8 |
static ProtocolVersion |
ProtocolVersion.v0_9 |
static ProtocolVersion |
ProtocolVersion.v0_91 |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
ProtocolInitiation.checkVersion() |
static ProtocolVersion |
ProtocolVersion.defaultProtocolVersion() |
static ProtocolVersion |
ProtocolVersion.get(byte majorVersion,
byte minorVersion) |
static ProtocolVersion |
ProtocolVersion.getLatestSupportedVersion() |
ProtocolVersion |
MethodRegistry.getProtocolVersion() |
ProtocolVersion |
FrameCreatingMethodProcessor.getProtocolVersion() |
ProtocolVersion |
MethodProcessor.getProtocolVersion() |
static ProtocolVersion |
ProtocolVersion.parse(String name) |
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<ProtocolVersion> |
ProtocolVersion.getSupportedProtocolVersions() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelOpenOkBody |
ChannelOpenOkBody.getInstance(ProtocolVersion protocolVersion,
ByteBuffer input) |
static void |
ChannelOpenOkBody.process(ByteBuffer in,
ProtocolVersion protocolVersion,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicRecoverBody.process(ByteBuffer in,
ProtocolVersion protocolVersion,
ServerChannelMethodProcessor dispatcher) |
void |
MethodRegistry.setProtocolVersion(ProtocolVersion protocolVersion) |
void |
FrameCreatingMethodProcessor.setProtocolVersion(ProtocolVersion protocolVersion) |
| Constructor and Description |
|---|
BasicRecoverSyncBody(ProtocolVersion protocolVersion,
boolean requeue) |
BasicRecoverSyncOkBody(ProtocolVersion protocolVersion) |
ConnectionCloseBody(ProtocolVersion protocolVersion,
int replyCode,
AMQShortString replyText,
int classId,
int methodId) |
ConnectionRedirectBody(ProtocolVersion protocolVersion,
AMQShortString host,
AMQShortString knownHosts) |
FrameCreatingMethodProcessor(ProtocolVersion protocolVersion) |
MethodRegistry(ProtocolVersion pv) |
ProtocolInitiation(ProtocolVersion pv) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
ProtocolVersionAware.getProtocolVersion() |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.