|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.net.Socket
|
+--com.go.trove.net.FilteredSocket
A Socket wrapper that passes all calls to an internal Socket. This class is designed for subclasses to override or hook into the behavior of a Socket instance.
| Field Summary | |
protected java.net.Socket |
mSocket
|
| Constructor Summary | |
FilteredSocket(java.net.Socket socket)
|
|
| Methods inherited from class java.net.Socket |
close, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getOutputStream, getPort, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, setKeepAlive, setReceiveBufferSize, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, shutdownInput, shutdownOutput, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final java.net.Socket mSocket
| Constructor Detail |
public FilteredSocket(java.net.Socket socket)
throws java.net.SocketException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||