Uses of Interface
org.apache.qpid.proton.engine.SslDomain
Packages that use SslDomain
Package
Description
-
Uses of SslDomain in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return SslDomain -
Uses of SslDomain in org.apache.qpid.proton.engine
Subinterfaces of SslDomain in org.apache.qpid.proton.engineModifier and TypeInterfaceDescriptioninterface
ExtendsSslDomain
with functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return SslDomainModifier and TypeMethodDescriptionstatic SslDomain
SslDomain.Factory.create()
static SslDomain
Engine.sslDomain()
Methods in org.apache.qpid.proton.engine with parameters of type SslDomainModifier 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 SslDomain in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type SslDomain -
Uses of SslDomain in org.apache.qpid.proton.engine.impl.ssl
Classes in org.apache.qpid.proton.engine.impl.ssl that implement SslDomainMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslDomainModifier and TypeMethodDescriptionSslEngineFacadeFactory.createProtonSslEngine
(SslDomain domain, SslPeerDetails peerDetails) Returns aProtonSslEngine
.Constructors in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslDomain