rero.net
Class SecureSocket

java.lang.Object
  extended byrero.net.SecureSocket

public class SecureSocket
extends Object


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

Field Detail

socket

protected SSLSocket socket
Constructor Detail

SecureSocket

public SecureSocket(String host,
                    int port)
             throws Exception
Method Detail

getSocket

public Socket getSocket()