|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.WWW.httpRequest
httpRequest.java Created: Wed Nov 24 1999 ato
| Field Summary | |
static byte |
CLOSE
HTTP connection behavior control: HTTP 1.0: separate TCP connection for each request-response cycle, each request_type is or-ed with CLOSE - server to close connection after completing response. |
static byte |
OBJECT
request_type: GET an inlined object URI |
int |
objSize
payload object size (in bytes) if any included in the request |
static byte |
PAGE
request_type: GET a page URI |
byte |
requestType
type of this request |
| Constructor Summary | |
httpRequest()
Constructors |
|
httpRequest(byte request_type)
|
|
| Method Summary | |
java.lang.String |
toString()
to print the request message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final byte PAGE
public static final byte OBJECT
public static final byte CLOSE
public byte requestType
public int objSize
| Constructor Detail |
public httpRequest()
public httpRequest(byte request_type)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||