rero.net
Class SecureSocket

java.lang.Object
  extended by rero.net.SecureSocket

public class SecureSocket
extends java.lang.Object


Field Summary
protected  javax.net.ssl.SSLSocket socket
           
 
Constructor Summary
SecureSocket(java.lang.String host, int port)
           
 
Method Summary
 java.net.Socket getSocket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

protected javax.net.ssl.SSLSocket socket
Constructor Detail

SecureSocket

public SecureSocket(java.lang.String host,
                    int port)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSocket

public java.net.Socket getSocket()