public class SslPeerDetailsImpl extends java.lang.Object implements ProtonJSslPeerDetails
SslPeerDetails.Factory| Constructor and Description |
|---|
SslPeerDetailsImpl(java.lang.String hostname,
int port)
Deprecated.
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use a
EngineFactory instead |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostname() |
int |
getPort() |
@Deprecated
public SslPeerDetailsImpl(java.lang.String hostname,
int port)
EngineFactory insteadpublic java.lang.String getHostname()
getHostname in interface SslPeerDetailspublic int getPort()
getPort in interface SslPeerDetailsCopyright © 2014 FuseSource, Corp.. All Rights Reserved.