ikrs.yuccasrv
Class SocketWrapper

java.lang.Object
  extended by ikrs.yuccasrv.SocketWrapper

Deprecated. Socket and SecureSocket are compatible by native Java!

public class SocketWrapper
extends java.lang.Object

In the first implementation steps I forgot to recognize secure sockets :/ This is just a simple socket wrapper that can contain 'normal' unsecure socket and also secure SSL sockets.


Constructor Summary
SocketWrapper(java.net.Socket socket)
          Deprecated.  
 
Method Summary
 java.net.Socket getSocket()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketWrapper

public SocketWrapper(java.net.Socket socket)
Deprecated. 
Method Detail

getSocket

public java.net.Socket getSocket()
Deprecated.