Modifier and Type | Method and Description |
---|---|
Protocol |
Connection.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Protocol> |
Port.getProtocols() |
Modifier and Type | Method and Description |
---|---|
static Set<Protocol> |
AmqpPortImpl.getInstalledProtocols() |
Set<Protocol> |
AmqpPort.getProtocols() |
Set<Protocol> |
JmxPort.getProtocols() |
Set<Protocol> |
RmiPort.getProtocols() |
Set<Protocol> |
AbstractPort.getProtocols() |
Set<Protocol> |
HttpPort.getProtocols() |
Modifier and Type | Method and Description |
---|---|
Protocol |
AMQPProtocolVersionWrapper.getProtocol() |
Protocol |
ProtocolEngineCreator.getVersion() |
Constructor and Description |
---|
AMQPProtocolVersionWrapper(Protocol amqpProtocol) |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolEngineCreator_0_10.getVersion() |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolEngineCreator_0_9.getVersion() |
Protocol |
ProtocolEngineCreator_0_8.getVersion() |
Protocol |
ProtocolEngineCreator_0_9_1.getVersion() |
Constructor and Description |
---|
AMQPConnection_0_8(Broker<?> broker,
ServerNetworkConnection network,
AmqpPort<?> port,
Transport transport,
Protocol protocol,
long connectionId,
AggregateTicker aggregateTicker) |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolEngineCreator_1_0_0.getVersion() |
Protocol |
ProtocolEngineCreator_1_0_0_SASL.getVersion() |
Modifier and Type | Method and Description |
---|---|
Protocol |
AbstractAMQPConnection.getProtocol() |
Modifier and Type | Method and Description |
---|---|
AcceptingTransport |
TransportProvider.createTransport(Set<Transport> transports,
SSLContext sslContext,
AmqpPort<?> port,
Set<Protocol> supported,
Protocol defaultSupportedProtocolReply) |
Modifier and Type | Method and Description |
---|---|
AcceptingTransport |
TransportProvider.createTransport(Set<Transport> transports,
SSLContext sslContext,
AmqpPort<?> port,
Set<Protocol> supported,
Protocol defaultSupportedProtocolReply) |
Constructor and Description |
---|
AbstractAMQPConnection(Broker<?> broker,
ServerNetworkConnection network,
AmqpPort<?> port,
Transport transport,
Protocol protocol,
long connectionId,
AggregateTicker aggregateTicker) |
MultiVersionProtocolEngine(Broker<?> broker,
Set<Protocol> supported,
Protocol defaultSupportedReply,
AmqpPort<?> port,
Transport transport,
long id,
ProtocolEngineCreator[] creators,
Runnable onCloseTask) |
MultiVersionProtocolEngineFactory(Broker<?> broker,
Set<Protocol> supportedVersions,
Protocol defaultSupportedReply,
AmqpPort<?> port,
Transport transport) |
Constructor and Description |
---|
MultiVersionProtocolEngine(Broker<?> broker,
Set<Protocol> supported,
Protocol defaultSupportedReply,
AmqpPort<?> port,
Transport transport,
long id,
ProtocolEngineCreator[] creators,
Runnable onCloseTask) |
MultiVersionProtocolEngineFactory(Broker<?> broker,
Set<Protocol> supportedVersions,
Protocol defaultSupportedReply,
AmqpPort<?> port,
Transport transport) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.