Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
AMQConnectionDelegate.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_9.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_10.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_0_91.getProtocolVersion() |
ProtocolVersion |
AMQConnection.getProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate_8_0.getProtocolVersion() |
ProtocolVersion |
AMQProtocolHandler.getProtocolVersion() |
ProtocolVersion |
AMQProtocolHandler.getSuggestedProtocolVersion() |
ProtocolVersion |
AMQConnectionDelegate.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate_0_10.makeBrokerConnection(BrokerDetails brokerDetail)
Make a connection with the broker
|
ProtocolVersion |
AMQConnection.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate_8_0.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 |
FrameCreatingMethodProcessor.getProtocolVersion() |
ProtocolVersion |
MethodProcessor.getProtocolVersion() |
ProtocolVersion |
MethodRegistry.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,
MarkableDataInput input) |
static void |
ChannelOpenOkBody.process(MarkableDataInput in,
ProtocolVersion protocolVersion,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicRecoverBody.process(MarkableDataInput in,
ProtocolVersion protocolVersion,
ServerChannelMethodProcessor dispatcher) |
void |
FrameCreatingMethodProcessor.setProtocolVersion(ProtocolVersion protocolVersion) |
void |
MethodRegistry.setProtocolVersion(ProtocolVersion protocolVersion) |
Constructor and Description |
---|
BasicRecoverSyncBody(MarkableDataInput buffer,
ProtocolVersion protocolVersion) |
BasicRecoverSyncBody(ProtocolVersion protocolVersion,
boolean requeue) |
BasicRecoverSyncOkBody(ProtocolVersion protocolVersion) |
ConnectionCloseBody(MarkableDataInput buffer,
ProtocolVersion protocolVersion) |
ConnectionCloseBody(ProtocolVersion protocolVersion,
int replyCode,
AMQShortString replyText,
int classId,
int methodId) |
ConnectionRedirectBody(MarkableDataInput buffer,
ProtocolVersion protocolVersion) |
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() |
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
AMQPConnection_0_8.getProtocolVersion() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.