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 SslPeerDetails |
Proton.sslPeerDetails(String hostname,
int port) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtonJSslPeerDetails
Extends
SslPeerDetails with functionality specific to proton-j |
Modifier and Type | Method and Description |
---|---|
static SslPeerDetails |
SslPeerDetails.Factory.create(String hostname,
int port) |
static SslPeerDetails |
Engine.sslPeerDetails(String hostname,
int port) |
Modifier and Type | Method and Description |
---|---|
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,
SslPeerDetails sslPeerDetails)
Wrap this transport's output and input to apply SSL encryption and decryption respectively.
|
Modifier and Type | Class and Description |
---|---|
class |
SslPeerDetailsImpl |
Modifier and Type | Method and Description |
---|---|
ProtonSslEngine |
SslEngineFacadeFactory.createProtonSslEngine(SslDomain domain,
SslPeerDetails peerDetails)
Returns a
ProtonSslEngine . |
ProtonSslEngine |
ProtonSslEngineProvider.createSslEngine(SslPeerDetails peerDetails)
Returns an SSL engine.
|
ProtonSslEngine |
SslDomainImpl.createSslEngine(SslPeerDetails peerDetails) |
Constructor and Description |
---|
SslImpl(SslDomain domain,
SslPeerDetails peerDetails) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.