edu.emory.mathcs.rmix.transport.ssl
Class SSLSocketInfo

java.lang.Object
  extended byedu.emory.mathcs.rmix.transport.SocketInfo
      extended byedu.emory.mathcs.rmix.transport.ssl.SSLSocketInfo
All Implemented Interfaces:
Descriptive, TransportInfo

public class SSLSocketInfo
extends SocketInfo


Constructor Summary
SSLSocketInfo(java.net.Socket socket, javax.net.ssl.SSLSession sslSession)
           
 
Method Summary
 java.lang.Object getParameter(java.lang.String name)
           
 javax.net.ssl.SSLSession getSession()
           
 
Methods inherited from class edu.emory.mathcs.rmix.transport.SocketInfo
getDescriptor, getLocalSocketAddress, getReceiveBufferSize, getRemoteSocketAddress, getSendBufferSize, getSoLinger, getSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLSocketInfo

public SSLSocketInfo(java.net.Socket socket,
                     javax.net.ssl.SSLSession sslSession)
Method Detail

getSession

public javax.net.ssl.SSLSession getSession()

getParameter

public java.lang.Object getParameter(java.lang.String name)
Specified by:
getParameter in interface TransportInfo
Overrides:
getParameter in class SocketInfo