Uses of Interface
org.apache.qpid.proton.engine.SslPeerDetails
-
Packages that use SslPeerDetails 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 SslPeerDetails in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return SslPeerDetails Modifier and Type Method Description static SslPeerDetailsProton. sslPeerDetails(java.lang.String hostname, int port) -
Uses of SslPeerDetails in org.apache.qpid.proton.engine
Subinterfaces of SslPeerDetails in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceProtonJSslPeerDetailsExtendsSslPeerDetailswith functionality specific to proton-jMethods in org.apache.qpid.proton.engine that return SslPeerDetails Modifier and Type Method Description static SslPeerDetailsSslPeerDetails.Factory. create(java.lang.String hostname, int port)static SslPeerDetailsEngine. sslPeerDetails(java.lang.String hostname, int port)Methods in org.apache.qpid.proton.engine with parameters of type SslPeerDetails Modifier and Type Method Description SslTransport. 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 SslPeerDetails Modifier and Type Method Description SslTransportImpl. 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 SslPeerDetails Modifier and Type Class Description classSslPeerDetailsImplMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslPeerDetails Modifier and Type Method Description ProtonSslEngineSslEngineFacadeFactory. createProtonSslEngine(SslDomain domain, SslPeerDetails peerDetails)Returns aProtonSslEngine.ProtonSslEngineProtonSslEngineProvider. createSslEngine(SslPeerDetails peerDetails)Returns an SSL engine.ProtonSslEngineSslDomainImpl. createSslEngine(SslPeerDetails peerDetails)Constructors in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslPeerDetails Constructor Description SslImpl(SslDomain domain, SslPeerDetails peerDetails)
-