| HTTPClient.HTTPClientModuleConstants
All known Subclasses: HTTPClient.HTTPResponse, HTTPClient.HTTPConnection,
HTTPClientModuleConstants | public interface HTTPClientModuleConstants (Code) | | This interface defines the return codes that the handlers in modules
may return.
See Also: HTTPClientModule version: 0.3-2 18/06/1999 author: Ronald Tschalär since: V0.3 |
REQ_CONTINUE | int REQ_CONTINUE(Code) | | continue processing the request
|
REQ_NEWCON_RST | int REQ_NEWCON_RST(Code) | | using a new HTTPConnection, restart request processing
|
REQ_NEWCON_SND | int REQ_NEWCON_SND(Code) | | using a new HTTPConnection, send request immediately
|
REQ_RESPONSE | int REQ_RESPONSE(Code) | | response generated; go to phase 2
|
REQ_RESTART | int REQ_RESTART(Code) | | restart request processing with first module
|
REQ_RETURN | int REQ_RETURN(Code) | | response generated; return response immediately (no processing)
|
REQ_SHORTCIRC | int REQ_SHORTCIRC(Code) | | stop processing and send the request
|
RSP_CONTINUE | int RSP_CONTINUE(Code) | | continue processing response
|
RSP_NEWCON_REQ | int RSP_NEWCON_REQ(Code) | | go to phase 1 using a new HTTPConnection
|
RSP_NEWCON_SND | int RSP_NEWCON_SND(Code) | | send request using a new HTTPConnection
|
RSP_REQUEST | int RSP_REQUEST(Code) | | new request generated; go to phase 1
|
RSP_RESTART | int RSP_RESTART(Code) | | restart response processing with first module
|
RSP_SEND | int RSP_SEND(Code) | | new request generated; send request immediately (no processing)
|
RSP_SHORTCIRC | int RSP_SHORTCIRC(Code) | | stop processing and return response
|
|
|