| Sun Microsystems Laboratories Experimental Stuff | HttpSocket (Brazil Project) |
|
|
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--sunlabs.brazil.util.http.HttpSocket
This class is used as the bag of information kept about a open, idle
socket. It is not meant to be used externally by anyone except someone
writing a new implementation of an HttpSocketPool for
the HttpRequest object.
This class should not be visible at this scope. It is only here until a better place for it is found.
| Field Summary | |
boolean |
firstTime
|
String |
host
|
InputStream |
in
|
long |
lastUsed
|
OutputStream |
out
|
int |
port
|
Socket |
sock
|
int |
timesUsed
|
| Constructor Summary | |
HttpSocket(String host,
int port)
|
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String host
public int port
public boolean firstTime
public long lastUsed
public int timesUsed
public Socket sock
public InputStream in
public OutputStream out
| Constructor Detail |
public HttpSocket(String host,
int port)
throws IOException,
UnknownHostException
| Method Detail |
public String toString()
toString in class Object
|
Version 2.1, Generated 12/30/04 Copyright (c) 2001-2004, Sun Microsystems. |
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
This page is: http://www.experimentalstuff.com/About_this_site/apidoc/sunlabs/brazil/util/http/HttpSocket.html Last Modified: Fri, 31 Dec 2004 00:13:53 GMT copyright (c) 2000-2007, Sun Microsystems |