edu.emory.mathcs.util.net
Interface DecoratingSocket

All Known Implementing Classes:
CompressedSocketWrapper

public interface DecoratingSocket

Marker interface that indicates that a socket is a wrapper for another socket.

Author:
Dawid Kurzyniec

Method Summary
 java.net.Socket getBaseSocket()
          Returns the base socket wrapped by this socket.
 

Method Detail

getBaseSocket

public java.net.Socket getBaseSocket()
Returns the base socket wrapped by this socket.

Returns:
the base socket