public class SslPeerDetailsImpl extends Object implements ProtonJSslPeerDetails
SslPeerDetails.Factory| Constructor and Description |
|---|
SslPeerDetailsImpl(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
SslPeerDetails.Factory.create(String, int) instead. |
@Deprecated public SslPeerDetailsImpl(String hostname, int port)
SslPeerDetails.Factory.create(String, int) instead.public String getHostname()
getHostname in interface SslPeerDetailspublic int getPort()
getPort in interface SslPeerDetailsCopyright © 2016 The Apache Software Foundation. All Rights Reserved.