org.apache.qpid.proton.engine.impl.ssl
Class SslPeerDetailsImpl

java.lang.Object
  extended by org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
All Implemented Interfaces:
SslPeerDetails

public class SslPeerDetailsImpl
extends Object
implements SslPeerDetails


Constructor Summary
SslPeerDetailsImpl(String hostname, int port)
           
 
Method Summary
 String getHostname()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslPeerDetailsImpl

public SslPeerDetailsImpl(String hostname,
                          int port)
Method Detail

getHostname

public String getHostname()
Specified by:
getHostname in interface SslPeerDetails

getPort

public int getPort()
Specified by:
getPort in interface SslPeerDetails


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