Interface HTTPClientModuleConstants
- All Known Subinterfaces:
HTTPClientModule
- All Known Implementing Classes:
CookieModule,HTTPConnection,HTTPResponse
public interface HTTPClientModuleConstants
This interface defines the return codes that the handlers in modules may
return.
- Since:
- V0.3
- Version:
- 0.3-3 06/05/2001
- Author:
- Ronald Tschal�r
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intcontinue processing the requeststatic final intusing a new HTTPConnection, restart request processingstatic final intusing a new HTTPConnection, send request immediatelystatic final intresponse generated; go to phase 2static final intrestart request processing with first modulestatic final intresponse generated; return response immediately (no processing)static final intstop processing and send the requeststatic final intcontinue processing responsestatic final intgo to phase 1 using a new HTTPConnectionstatic final intsend request using a new HTTPConnectionstatic final intnew request generated; go to phase 1static final intrestart response processing with first modulestatic final intnew request generated; send request immediately (no processing)static final intstop processing and return response
-
Field Details
-
REQ_CONTINUE
static final int REQ_CONTINUEcontinue processing the request- See Also:
-
REQ_RESTART
static final int REQ_RESTARTrestart request processing with first module- See Also:
-
REQ_SHORTCIRC
static final int REQ_SHORTCIRCstop processing and send the request- See Also:
-
REQ_RESPONSE
static final int REQ_RESPONSEresponse generated; go to phase 2- See Also:
-
REQ_RETURN
static final int REQ_RETURNresponse generated; return response immediately (no processing)- See Also:
-
REQ_NEWCON_RST
static final int REQ_NEWCON_RSTusing a new HTTPConnection, restart request processing- See Also:
-
REQ_NEWCON_SND
static final int REQ_NEWCON_SNDusing a new HTTPConnection, send request immediately- See Also:
-
RSP_CONTINUE
static final int RSP_CONTINUEcontinue processing response- See Also:
-
RSP_RESTART
static final int RSP_RESTARTrestart response processing with first module- See Also:
-
RSP_SHORTCIRC
static final int RSP_SHORTCIRCstop processing and return response- See Also:
-
RSP_REQUEST
static final int RSP_REQUESTnew request generated; go to phase 1- See Also:
-
RSP_SEND
static final int RSP_SENDnew request generated; send request immediately (no processing)- See Also:
-
RSP_NEWCON_REQ
static final int RSP_NEWCON_REQgo to phase 1 using a new HTTPConnection- See Also:
-
RSP_NEWCON_SND
static final int RSP_NEWCON_SNDsend request using a new HTTPConnection- See Also:
-