org.apache.qpid.proton.engine
Interface SslPeerDetails


public interface 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).


Method Summary
 String getHostname()
           
 int getPort()
           
 

Method Detail

getHostname

String getHostname()

getPort

int getPort()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.