All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface HTTPClient.HTTPClientModuleConstants

public interface HTTPClientModuleConstants
This interface defines the return codes that the handlers in modules may return.

Version:
0.3-2 18/06/1999
Author:
Ronald Tschalär
See Also:
HTTPClientModule

Variable Index

 o REQ_CONTINUE
continue processing the request
 o REQ_NEWCON_RST
using a new HTTPConnection, restart request processing
 o REQ_NEWCON_SND
using a new HTTPConnection, send request immediately
 o REQ_RESPONSE
response generated; go to phase 2
 o REQ_RESTART
restart request processing with first module
 o REQ_RETURN
response generated; return response immediately (no processing)
 o REQ_SHORTCIRC
stop processing and send the request
 o RSP_CONTINUE
continue processing response
 o RSP_NEWCON_REQ
go to phase 1 using a new HTTPConnection
 o RSP_NEWCON_SND
send request using a new HTTPConnection
 o RSP_REQUEST
new request generated; go to phase 1
 o RSP_RESTART
restart response processing with first module
 o RSP_SEND
new request generated; send request immediately (no processing)
 o RSP_SHORTCIRC
stop processing and return response

Variables

 o REQ_CONTINUE
 public static final int REQ_CONTINUE
continue processing the request

 o REQ_RESTART
 public static final int REQ_RESTART
restart request processing with first module

 o REQ_SHORTCIRC
 public static final int REQ_SHORTCIRC
stop processing and send the request

 o REQ_RESPONSE
 public static final int REQ_RESPONSE
response generated; go to phase 2

 o REQ_RETURN
 public static final int REQ_RETURN
response generated; return response immediately (no processing)

 o REQ_NEWCON_RST
 public static final int REQ_NEWCON_RST
using a new HTTPConnection, restart request processing

 o REQ_NEWCON_SND
 public static final int REQ_NEWCON_SND
using a new HTTPConnection, send request immediately

 o RSP_CONTINUE
 public static final int RSP_CONTINUE
continue processing response

 o RSP_RESTART
 public static final int RSP_RESTART
restart response processing with first module

 o RSP_SHORTCIRC
 public static final int RSP_SHORTCIRC
stop processing and return response

 o RSP_REQUEST
 public static final int RSP_REQUEST
new request generated; go to phase 1

 o RSP_SEND
 public static final int RSP_SEND
new request generated; send request immediately (no processing)

 o RSP_NEWCON_REQ
 public static final int RSP_NEWCON_REQ
go to phase 1 using a new HTTPConnection

 o RSP_NEWCON_SND
 public static final int RSP_NEWCON_SND
send request using a new HTTPConnection


All Packages  Class Hierarchy  This Package  Previous  Next  Index