Uses of Interface
org.apache.qpid.proton.engine.SslPeerDetails
Packages that use SslPeerDetails
Package
Description
-
Uses of SslPeerDetails in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return SslPeerDetailsModifier and TypeMethodDescriptionstatic SslPeerDetails
Proton.sslPeerDetails
(String hostname, int port) -
Uses of SslPeerDetails in org.apache.qpid.proton.engine
Subinterfaces of SslPeerDetails in org.apache.qpid.proton.engineModifier and TypeInterfaceDescriptioninterface
ExtendsSslPeerDetails
with functionality specific to proton-jMethods in org.apache.qpid.proton.engine that return SslPeerDetailsModifier and TypeMethodDescriptionstatic SslPeerDetails
static SslPeerDetails
Engine.sslPeerDetails
(String hostname, int port) Methods in org.apache.qpid.proton.engine with parameters of type SslPeerDetailsModifier and TypeMethodDescriptionTransport.ssl
(SslDomain sslDomain, SslPeerDetails sslPeerDetails) Wrap this transport's output and input to apply SSL encryption and decryption respectively. -
Uses of SslPeerDetails in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type SslPeerDetailsModifier and TypeMethodDescriptionTransportImpl.ssl
(SslDomain sslDomain, SslPeerDetails sslPeerDetails) Wrap this transport's output and input to apply SSL encryption and decryption respectively. -
Uses of SslPeerDetails in org.apache.qpid.proton.engine.impl.ssl
Classes in org.apache.qpid.proton.engine.impl.ssl that implement SslPeerDetailsMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslPeerDetailsModifier and TypeMethodDescriptionSslEngineFacadeFactory.createProtonSslEngine
(SslDomain domain, SslPeerDetails peerDetails) Returns aProtonSslEngine
.ProtonSslEngineProvider.createSslEngine
(SslPeerDetails peerDetails) Returns an SSL engine.SslDomainImpl.createSslEngine
(SslPeerDetails peerDetails) Constructors in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslPeerDetails