org.w3c.www.http
Interface HTTP
- All Known Implementing Classes:
- HttpMessage, Request
- public interface HTTP
major_number
public static final int major_number
- The major version of HTTP handled by that package.
minor_number
public static final int minor_number
- The miniro version of HTTP handled by that package.
byteArrayVersion
public 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
public static final java.lang.String[] msg_100
msg_200
public static final java.lang.String[] msg_200
msg_300
public static final java.lang.String[] msg_300
msg_400
public static final java.lang.String[] msg_400
msg_500
public static final java.lang.String[] msg_500
CONTINUE
public static final int CONTINUE
SWITCHING
public static final int SWITCHING
OK
public static final int OK
CREATED
public static final int CREATED
ACCEPTED
public static final int ACCEPTED
NON_AUTHORITATIVE_INFORMATION
public static final int NON_AUTHORITATIVE_INFORMATION
NO_CONTENT
public static final int NO_CONTENT
RESET_CONTENT
public static final int RESET_CONTENT
PARTIAL_CONTENT
public static final int PARTIAL_CONTENT
MULTIPLE_CHOICE
public static final int MULTIPLE_CHOICE
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY
FOUND
public static final int FOUND
SEE_OTHER
public static final int SEE_OTHER
NOT_MODIFIED
public static final int NOT_MODIFIED
USE_PROXY
public static final int USE_PROXY
TEMPORARY_REDIRECT
public static final int TEMPORARY_REDIRECT
BAD_REQUEST
public static final int BAD_REQUEST
UNAUTHORIZED
public static final int UNAUTHORIZED
PAYMENT_REQUIRED
public static final int PAYMENT_REQUIRED
FORBIDDEN
public static final int FORBIDDEN
NOT_FOUND
public static final int NOT_FOUND
NOT_ALLOWED
public static final int NOT_ALLOWED
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE
PROXY_AUTH_REQUIRED
public static final int PROXY_AUTH_REQUIRED
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT
CONFLICT
public static final int CONFLICT
GONE
public static final int GONE
LENGTH_REQUIRED
public static final int LENGTH_REQUIRED
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_ENTITY_TOO_LARGE
REQUEST_URI_TOO_LONG
public static final int REQUEST_URI_TOO_LONG
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE
REQUESTED_RANGE_NOT_SATISFIABLE
public static final int REQUESTED_RANGE_NOT_SATISFIABLE
EXPECTATION_FAILED
public static final int EXPECTATION_FAILED
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
BAD_GATEWAY
public static final int BAD_GATEWAY
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
GATEWAY_TIMEOUT
public static final int GATEWAY_TIMEOUT
HTTP_VERSION_NOT_SUPPORTED
public static final int HTTP_VERSION_NOT_SUPPORTED
NOT_EXTENDED
public static final int NOT_EXTENDED
NOHEADER
public static final int NOHEADER
DONE
public static final int DONE