SslPeerDetails

The details of the remote peer involved in an SSL session.

Used when creating an SSL session to hint that the underlying SSL implementation should attempt to resume a previous session if one exists for the same peer details, e.g. using session identifiers (http://tools.ietf.org/html/rfc5246) or session tickets (http://tools.ietf.org/html/rfc5077).

Members

Classes

Factory
class Factory
Undocumented in source.

Functions

getHostname
string getHostname()
Undocumented in source.
getPort
int getPort()
Undocumented in source.

Meta