Package | Description |
---|---|
org.apache.qpid.server.transport | |
org.apache.qpid.transport.network |
Modifier and Type | Method and Description |
---|---|
void |
NonBlockingConnection.setTransportEncryption(TransportEncryption transportEncryption) |
Constructor and Description |
---|
NonBlockingConnection(SocketChannel socketChannel,
ProtocolEngine protocolEngine,
Set<TransportEncryption> encryptionSet,
Runnable onTransportEncryptionAction,
NetworkConnectionScheduler scheduler,
AmqpPort port) |
NonBlockingNetworkTransport(MultiVersionProtocolEngineFactory factory,
EnumSet<TransportEncryption> encryptionSet,
NetworkConnectionScheduler scheduler,
AmqpPort<?> port) |
Modifier and Type | Method and Description |
---|---|
static TransportEncryption |
TransportEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportEncryption[] |
TransportEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.