Uses of Interface
org.apache.qpid.proton.engine.Ssl
Packages that use Ssl
Package
Description
-
Uses of Ssl in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return SslModifier and TypeMethodDescriptionEquivalent toTransport.ssl(SslDomain, SslPeerDetails)
but passing null for SslPeerDetails, meaning no SNI detail is sent, hostname verification isn't supported etc when connecting.Transport.ssl
(SslDomain sslDomain, SslPeerDetails sslPeerDetails) Wrap this transport's output and input to apply SSL encryption and decryption respectively. -
Uses of Ssl in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Ssl -
Uses of Ssl in org.apache.qpid.proton.engine.impl.ssl
Classes in org.apache.qpid.proton.engine.impl.ssl that implement Ssl