Package | Description |
---|---|
org.apache.qpid.proton | |
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.engine.impl.ssl |
Modifier and Type | Method and Description |
---|---|
static SslDomain |
Proton.sslDomain() |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtonJSslDomain
Extends
SslDomain with functionality that is specific to proton-j |
Modifier and Type | Method and Description |
---|---|
static SslDomain |
SslDomain.Factory.create() |
static SslDomain |
Engine.sslDomain() |
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 |
SslDomainImpl |
Modifier and Type | Method and Description |
---|---|
ProtonSslEngine |
SslEngineFacadeFactory.createProtonSslEngine(SslDomain domain,
SslPeerDetails peerDetails)
Returns a
ProtonSslEngine . |
Constructor and Description |
---|
SslImpl(SslDomain domain,
SslPeerDetails peerDetails) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.