Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.telefonicasoluciones.search.server
Class HLZipSocket  view HLZipSocket download HLZipSocket.java

java.lang.Object
  extended byjava.net.Socket
      extended bycom.telefonicasoluciones.search.server.HLZipSocket

public class HLZipSocket
extends java.net.Socket


Field Summary
private  java.io.InputStream in
           
private  java.io.OutputStream out
           
 
Fields inherited from class java.net.Socket
 
Constructor Summary
HLZipSocket()
           
HLZipSocket(java.lang.String host, int port)
           
 
Method Summary
 void close()
          Closes the socket.
 java.io.InputStream getInputStream()
          Returns an InputStream for reading from this socket.
 java.io.OutputStream getOutputStream()
          Returns an OutputStream for writing to this 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

private java.io.InputStream in

out

private java.io.OutputStream out
Constructor Detail

HLZipSocket

public HLZipSocket()

HLZipSocket

public HLZipSocket(java.lang.String host,
                   int port)
            throws java.io.IOException
Method Detail

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.