sunlabs.brazil.util.http
Class HttpRequest.HttpSocket

java.lang.Object
  extended by sunlabs.brazil.util.http.HttpRequest.HttpSocket
Enclosing class:
HttpRequest

public static class HttpRequest.HttpSocket
extends Object

This class is used as the bag of information kept about a open, idle socket. It is Used by the SimpleSocketPool. a better place for it is found.


Constructor Summary
HttpRequest.HttpSocket(String host, int port, Socket sock)
           
 
Method Summary
 void close()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpRequest.HttpSocket

public HttpRequest.HttpSocket(String host,
                              int port,
                              Socket sock)
                       throws IOException,
                              UnknownHostException
Throws:
IOException
UnknownHostException
Method Detail

close

public void close()

toString

public String toString()
Overrides:
toString in class Object

Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.