|
Oracle Application Server 10g HTTPClient API Reference 10g (9.0.4) B12022-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines the return codes that the handlers in modules may return.
HTTPClientModule| Field Summary | |
static int |
REQ_CONTINUEcontinue processing the request |
static int |
REQ_NEWCON_RSTusing a new HTTPConnection, restart request processing |
static int |
REQ_NEWCON_SNDusing a new HTTPConnection, send request immediately |
static int |
REQ_RESPONSEresponse generated; go to phase 2 |
static int |
REQ_RESTARTrestart request processing with first module |
static int |
REQ_RETURNresponse generated; return response immediately (no processing) |
static int |
REQ_SHORTCIRCstop processing and send the request |
static int |
RSP_CONTINUEcontinue processing response |
static int |
RSP_NEWCON_REQgo to phase 1 using a new HTTPConnection |
static int |
RSP_NEWCON_SNDsend request using a new HTTPConnection |
static int |
RSP_REQUESTnew request generated; go to phase 1 |
static int |
RSP_RESTARTrestart response processing with first module |
static int |
RSP_SENDnew request generated; send request immediately (no processing) |
static int |
RSP_SHORTCIRCstop processing and return response |
| Field Detail |
public static final int REQ_CONTINUE
public static final int REQ_RESTART
public static final int REQ_SHORTCIRC
public static final int REQ_RESPONSE
public static final int REQ_RETURN
public static final int REQ_NEWCON_RST
public static final int REQ_NEWCON_SND
public static final int RSP_CONTINUE
public static final int RSP_RESTART
public static final int RSP_SHORTCIRC
public static final int RSP_REQUEST
public static final int RSP_SEND
public static final int RSP_NEWCON_REQ
public static final int RSP_NEWCON_SND
|
| ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||