|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.WWW.httpResponse
httpResponse.java Created: Wed Nov 24 1999 ato
| Field Summary | |
int |
numObjects
number of inlined objects in page - in response to PAGE request |
int |
objSize
object size (in bytes) - in response to PAGE, OBJECT request |
byte |
responseType
type of this response |
| Constructor Summary | |
httpResponse()
Constructors |
|
httpResponse(byte response_type,
int num_obj,
int obj_size)
|
|
| Method Summary | |
java.lang.String |
toString()
to print the response message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public byte responseType
public int numObjects
public int objSize
| Constructor Detail |
public httpResponse()
public httpResponse(byte response_type,
int num_obj,
int obj_size)
| 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 | |||||||||