|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--autohit.transport.Response
A standard response to a Query. We are going to "borrow" a class from the HTTPClient lib--NVPair. However, this Query class is *NOT* specific to http transports. Some transport will allow more than one Response per Query. They can be chained via the 'next' field.
Field Summary | |
int |
cLength
Content length. |
int |
code
Response code. |
byte[] |
content
Content data. |
HTTPClient.NVPair[] |
headers
Headers. |
Response |
next
Next response. |
Constructor Summary | |
Response()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public HTTPClient.NVPair[] headers
public int code
public byte[] content
public int cLength
public Response next
Constructor Detail |
public Response()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |