Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.engine.impl.ssl |
Modifier and Type | Method and Description |
---|---|
Ssl |
Transport.ssl(SslDomain sslDomain)
As per
Transport.ssl(SslDomain, SslPeerDetails) but no attempt is made to resume a previous SSL session. |
Ssl |
Transport.ssl(SslDomain sslDomain,
SslPeerDetails sslPeerDetails)
Wrap this transport's output and input to apply SSL encryption and decryption respectively.
|
Modifier and Type | Method and Description |
---|---|
Ssl |
TransportImpl.ssl(SslDomain sslDomain) |
Ssl |
TransportImpl.ssl(SslDomain sslDomain,
SslPeerDetails sslPeerDetails)
Wrap this transport's output and input to apply SSL encryption and decryption respectively.
|
Modifier and Type | Class and Description |
---|---|
class |
SslImpl |
Copyright © 2016 The Apache Software Foundation. All rights reserved.