Class SslPeerDetailsImpl
java.lang.Object
org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
- All Implemented Interfaces:
ProtonJSslPeerDetails
,SslPeerDetails
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.engine.SslPeerDetails
SslPeerDetails.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionSslPeerDetailsImpl
(String hostname, int port) Application code should useSslPeerDetails.Factory.create(String, int)
instead. -
Method Summary
-
Constructor Details
-
SslPeerDetailsImpl
Application code should useSslPeerDetails.Factory.create(String, int)
instead.
-
-
Method Details
-
getHostname
- Specified by:
getHostname
in interfaceSslPeerDetails
-
getPort
public int getPort()- Specified by:
getPort
in interfaceSslPeerDetails
-