final class DeflateSocket extends DelegateSocket
getInputStream() and
getOutputStream() are calling the delegate methods directly.delegate| Constructor and Description |
|---|
DeflateSocket(Socket delegate) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toStringsetSocketImplFactoryDeflateSocket(Socket delegate)
public InputStream getInputStream() throws IOException
getInputStream in class DelegateSocketIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in class DelegateSocketIOException