Class SslPeerDetailsImpl
- java.lang.Object
-
- org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
-
- All Implemented Interfaces:
ProtonJSslPeerDetails
,SslPeerDetails
public class SslPeerDetailsImpl extends java.lang.Object implements ProtonJSslPeerDetails
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.engine.SslPeerDetails
SslPeerDetails.Factory
-
-
Constructor Summary
Constructors Constructor Description SslPeerDetailsImpl(java.lang.String hostname, int port)
Application code should useSslPeerDetails.Factory.create(String, int)
instead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHostname()
int
getPort()
-
-
-
Constructor Detail
-
SslPeerDetailsImpl
public SslPeerDetailsImpl(java.lang.String hostname, int port)
Application code should useSslPeerDetails.Factory.create(String, int)
instead.
-
-
Method Detail
-
getHostname
public java.lang.String getHostname()
- Specified by:
getHostname
in interfaceSslPeerDetails
-
getPort
public int getPort()
- Specified by:
getPort
in interfaceSslPeerDetails
-
-