Uses of Interface
org.apache.qpid.proton.engine.SslDomain
-
Packages that use SslDomain Package Description org.apache.qpid.proton org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.engine.impl.ssl -
-
Uses of SslDomain in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return SslDomain Modifier and Type Method Description static SslDomainProton. sslDomain() -
Uses of SslDomain in org.apache.qpid.proton.engine
Subinterfaces of SslDomain in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceProtonJSslDomainExtendsSslDomainwith functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return SslDomain Modifier and Type Method Description static SslDomainSslDomain.Factory. create()static SslDomainEngine. sslDomain()Methods in org.apache.qpid.proton.engine with parameters of type SslDomain Modifier and Type Method Description SslTransport. ssl(SslDomain sslDomain)Equivalent toTransport.ssl(SslDomain, SslPeerDetails)but passing null for SslPeerDetails, meaning no SNI detail is sent, hostname verification isn't supported etc when connecting.SslTransport. 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 Modifier and Type Method Description SslTransportImpl. ssl(SslDomain sslDomain)SslTransportImpl. 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.ssl
Classes in org.apache.qpid.proton.engine.impl.ssl that implement SslDomain Modifier and Type Class Description classSslDomainImplMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslDomain Modifier and Type Method Description ProtonSslEngineSslEngineFacadeFactory. createProtonSslEngine(SslDomain domain, SslPeerDetails peerDetails)Returns aProtonSslEngine.Constructors in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslDomain Constructor Description SslImpl(SslDomain domain, SslPeerDetails peerDetails)
-