|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsunlabs.brazil.util.http.HttpRequest.HttpSocket
public static class HttpRequest.HttpSocket
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 |
|---|
public HttpRequest.HttpSocket(String host,
int port,
Socket sock)
throws IOException,
UnknownHostException
IOException
UnknownHostException| Method Detail |
|---|
public void close()
public String toString()
toString in class Object
|
Version Kenai-svn-r24, Generated 08/18/09 Copyright (c) 2001-2009, Sun Microsystems. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||