Package com.kodemuse.net

Interface Summary
ConnectionDecorator Transform a socket.
ConnectionHandler Handles a connection.
 

Class Summary
SocketWrapper Wraps a socket to - permit subclasses to add value while presenting consistent java.net.Socket API - provide consitent handling for JDK 1.3 and 1.4 This class can be used with ConnectionDecorator interface to provide applications consistent java.net.Socket API while adding value add like SSL transparently.