org.w3c.www.http
Interface HTTP

All Known Implementing Classes:
DAVReply, DAVReply, DAVRequest, DAVRequest, HttpEntityMessage, HttpMessage, HttpReplyMessage, HttpRequestMessage, PushReply, Reply, Reply, Request, Request

public interface HTTP


Field Summary
static int ACCEPTED
           
static int BAD_GATEWAY
           
static int BAD_REQUEST
           
static byte[] byteArrayVersion
          The version we emit with all replies.
static int CONFLICT
           
static java.lang.String CONNECT
           
static int CONTINUE
           
static int CREATED
           
static java.lang.String DELETE
           
static int DONE
           
static int EXPECTATION_FAILED
           
static int FORBIDDEN
           
static int FOUND
           
static int GATEWAY_TIMEOUT
           
static java.lang.String GET
          Some well know methods rfc2616 methods
static int GONE
           
static java.lang.String HEAD
           
static java.lang.String HTTP_100_CONTINUE
           
static int HTTP_VERSION_NOT_SUPPORTED
           
static int INTERNAL_SERVER_ERROR
           
static int LENGTH_REQUIRED
           
static int major_number
          The major version of HTTP handled by that package.
static int minor_number
          The miniro version of HTTP handled by that package.
static int MOVED_PERMANENTLY
           
static java.lang.String[] msg_100
           
static java.lang.String[] msg_200
           
static java.lang.String[] msg_300
           
static java.lang.String[] msg_400
           
static java.lang.String[] msg_500
           
static int MULTIPLE_CHOICE
           
static int NO_CONTENT
           
static int NOHEADER
           
static int NON_AUTHORITATIVE_INFORMATION
           
static int NOT_ACCEPTABLE
           
static int NOT_ALLOWED
           
static int NOT_EXTENDED
           
static int NOT_FOUND
           
static int NOT_IMPLEMENTED
           
static int NOT_MODIFIED
           
static int OK
           
static java.lang.String OPTIONS
           
static int PARTIAL_CONTENT
           
static int PAYMENT_REQUIRED
           
static java.lang.String POST
           
static int PRECONDITION_FAILED
           
static int PROXY_AUTH_REQUIRED
           
static java.lang.String PUT
           
static int REQUEST_ENTITY_TOO_LARGE
           
static int REQUEST_TIMEOUT
           
static int REQUEST_URI_TOO_LONG
           
static int REQUESTED_RANGE_NOT_SATISFIABLE
           
static int RESET_CONTENT
           
static int SEE_OTHER
           
static int SERVICE_UNAVAILABLE
           
static int SWITCHING
           
static int TEMPORARY_REDIRECT
           
static java.lang.String TRACE
           
static int UNAUTHORIZED
           
static int UNSUPPORTED_MEDIA_TYPE
           
static int USE_PROXY
           
 

Field Detail

major_number

static final int major_number
The major version of HTTP handled by that package.

See Also:
Constant Field Values

minor_number

static final int minor_number
The miniro version of HTTP handled by that package.

See Also:
Constant Field Values

GET

static final java.lang.String GET
Some well know methods rfc2616 methods


HEAD

static final java.lang.String HEAD

POST

static final java.lang.String POST

PUT

static final java.lang.String PUT

DELETE

static final java.lang.String DELETE

OPTIONS

static final java.lang.String OPTIONS

TRACE

static final java.lang.String TRACE

CONNECT

static final java.lang.String CONNECT

HTTP_100_CONTINUE

static final java.lang.String HTTP_100_CONTINUE
See Also:
Constant Field Values

byteArrayVersion

static final byte[] byteArrayVersion
The version we emit with all replies. This version matches the version understood by the API, which does not necessarily reflect what is returned by getMajorVersion and getMinorVersion.


msg_100

static final java.lang.String[] msg_100

msg_200

static final java.lang.String[] msg_200

msg_300

static final java.lang.String[] msg_300

msg_400

static final java.lang.String[] msg_400

msg_500

static final java.lang.String[] msg_500

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

SWITCHING

static final int SWITCHING
See Also:
Constant Field Values

OK

static final int OK
See Also:
Constant Field Values

CREATED

static final int CREATED
See Also:
Constant Field Values

ACCEPTED

static final int ACCEPTED
See Also:
Constant Field Values

NON_AUTHORITATIVE_INFORMATION

static final int NON_AUTHORITATIVE_INFORMATION
See Also:
Constant Field Values

NO_CONTENT

static final int NO_CONTENT
See Also:
Constant Field Values

RESET_CONTENT

static final int RESET_CONTENT
See Also:
Constant Field Values

PARTIAL_CONTENT

static final int PARTIAL_CONTENT
See Also:
Constant Field Values

MULTIPLE_CHOICE

static final int MULTIPLE_CHOICE
See Also:
Constant Field Values

MOVED_PERMANENTLY

static final int MOVED_PERMANENTLY
See Also:
Constant Field Values

FOUND

static final int FOUND
See Also:
Constant Field Values

SEE_OTHER

static final int SEE_OTHER
See Also:
Constant Field Values

NOT_MODIFIED

static final int NOT_MODIFIED
See Also:
Constant Field Values

USE_PROXY

static final int USE_PROXY
See Also:
Constant Field Values

TEMPORARY_REDIRECT

static final int TEMPORARY_REDIRECT
See Also:
Constant Field Values

BAD_REQUEST

static final int BAD_REQUEST
See Also:
Constant Field Values

UNAUTHORIZED

static final int UNAUTHORIZED
See Also:
Constant Field Values

PAYMENT_REQUIRED

static final int PAYMENT_REQUIRED
See Also:
Constant Field Values

FORBIDDEN

static final int FORBIDDEN
See Also:
Constant Field Values

NOT_FOUND

static final int NOT_FOUND
See Also:
Constant Field Values

NOT_ALLOWED

static final int NOT_ALLOWED
See Also:
Constant Field Values

NOT_ACCEPTABLE

static final int NOT_ACCEPTABLE
See Also:
Constant Field Values

PROXY_AUTH_REQUIRED

static final int PROXY_AUTH_REQUIRED
See Also:
Constant Field Values

REQUEST_TIMEOUT

static final int REQUEST_TIMEOUT
See Also:
Constant Field Values

CONFLICT

static final int CONFLICT
See Also:
Constant Field Values

GONE

static final int GONE
See Also:
Constant Field Values

LENGTH_REQUIRED

static final int LENGTH_REQUIRED
See Also:
Constant Field Values

PRECONDITION_FAILED

static final int PRECONDITION_FAILED
See Also:
Constant Field Values

REQUEST_ENTITY_TOO_LARGE

static final int REQUEST_ENTITY_TOO_LARGE
See Also:
Constant Field Values

REQUEST_URI_TOO_LONG

static final int REQUEST_URI_TOO_LONG
See Also:
Constant Field Values

UNSUPPORTED_MEDIA_TYPE

static final int UNSUPPORTED_MEDIA_TYPE
See Also:
Constant Field Values

REQUESTED_RANGE_NOT_SATISFIABLE

static final int REQUESTED_RANGE_NOT_SATISFIABLE
See Also:
Constant Field Values

EXPECTATION_FAILED

static final int EXPECTATION_FAILED
See Also:
Constant Field Values

INTERNAL_SERVER_ERROR

static final int INTERNAL_SERVER_ERROR
See Also:
Constant Field Values

NOT_IMPLEMENTED

static final int NOT_IMPLEMENTED
See Also:
Constant Field Values

BAD_GATEWAY

static final int BAD_GATEWAY
See Also:
Constant Field Values

SERVICE_UNAVAILABLE

static final int SERVICE_UNAVAILABLE
See Also:
Constant Field Values

GATEWAY_TIMEOUT

static final int GATEWAY_TIMEOUT
See Also:
Constant Field Values

HTTP_VERSION_NOT_SUPPORTED

static final int HTTP_VERSION_NOT_SUPPORTED
See Also:
Constant Field Values

NOT_EXTENDED

static final int NOT_EXTENDED
See Also:
Constant Field Values

NOHEADER

static final int NOHEADER
See Also:
Constant Field Values

DONE

static final int DONE
See Also:
Constant Field Values