| 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)
Equivalent to
Transport.ssl(SslDomain, SslPeerDetails) but passing null for SslPeerDetails, meaning no SNI detail
is sent, hostname verification isn't supported etc when connecting. |
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 © 2020 The Apache Software Foundation. All rights reserved.