java.lang.Object
java.net.Socket
com.telefonicasoluciones.search.server.HLZipSocket
- public class HLZipSocket
- extends java.net.Socket
| Fields inherited from class java.net.Socket |
|
| Methods inherited from class java.net.Socket |
bind, 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, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
in
private java.io.InputStream in
out
private java.io.OutputStream out
HLZipSocket
public HLZipSocket()
HLZipSocket
public HLZipSocket(java.lang.String host,
int port)
throws java.io.IOException
close
public void close()
throws java.io.IOException
- Description copied from class:
java.net.Socket
- Closes the socket.
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Description copied from class:
java.net.Socket
- Returns an InputStream for reading from this socket.
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Description copied from class:
java.net.Socket
- Returns an OutputStream for writing to this socket.