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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    continue processing the request
    static final int
    using a new HTTPConnection, restart request processing
    static final int
    using a new HTTPConnection, send request immediately
    static final int
    response generated; go to phase 2
    static final int
    restart request processing with first module
    static final int
    response generated; return response immediately (no processing)
    static final int
    stop processing and send the request
    static final int
    continue processing response
    static final int
    go to phase 1 using a new HTTPConnection
    static final int
    send request using a new HTTPConnection
    static final int
    new request generated; go to phase 1
    static final int
    restart response processing with first module
    static final int
    new request generated; send request immediately (no processing)
    static final int
    stop processing and return response
  • Field Details

    • REQ_CONTINUE

      static final int REQ_CONTINUE
      continue processing the request
      See Also:
    • REQ_RESTART

      static final int REQ_RESTART
      restart request processing with first module
      See Also:
    • REQ_SHORTCIRC

      static final int REQ_SHORTCIRC
      stop processing and send the request
      See Also:
    • REQ_RESPONSE

      static final int REQ_RESPONSE
      response generated; go to phase 2
      See Also:
    • REQ_RETURN

      static final int REQ_RETURN
      response generated; return response immediately (no processing)
      See Also:
    • REQ_NEWCON_RST

      static final int REQ_NEWCON_RST
      using a new HTTPConnection, restart request processing
      See Also:
    • REQ_NEWCON_SND

      static final int REQ_NEWCON_SND
      using a new HTTPConnection, send request immediately
      See Also:
    • RSP_CONTINUE

      static final int RSP_CONTINUE
      continue processing response
      See Also:
    • RSP_RESTART

      static final int RSP_RESTART
      restart response processing with first module
      See Also:
    • RSP_SHORTCIRC

      static final int RSP_SHORTCIRC
      stop processing and return response
      See Also:
    • RSP_REQUEST

      static final int RSP_REQUEST
      new request generated; go to phase 1
      See Also:
    • RSP_SEND

      static final int RSP_SEND
      new request generated; send request immediately (no processing)
      See Also:
    • RSP_NEWCON_REQ

      static final int RSP_NEWCON_REQ
      go to phase 1 using a new HTTPConnection
      See Also:
    • RSP_NEWCON_SND

      static final int RSP_NEWCON_SND
      send request using a new HTTPConnection
      See Also: