sunlabs.brazil.util.http
Class HttpRequest.HttpSocket
java.lang.Object
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.
HttpRequest.HttpSocket
public HttpRequest.HttpSocket(String host,
int port,
Socket sock)
throws IOException,
UnknownHostException
- Throws:
IOException
UnknownHostException
close
public void close()
toString
public String toString()
- Overrides:
toString
in class Object