All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.www.http.HTTP

public interface HTTP

Variable Index

 o ACCEPTED
 o BAD_GATEWAY
 o BAD_REQUEST
 o byteArrayVersion
The version we emit with all replies.
 o CONFLICT
 o CONTINUE
 o CREATED
 o DONE
 o FORBIDDEN
 o GATEWAY_TIMEOUT
 o GONE
 o HTTP_VERSION_NOT_SUPPORTED
 o INTERNAL_SERVER_ERROR
 o LENGTH_REQUIRED
 o major_number
The major version of HTTP handled by that package.
 o minor_number
The miniro version of HTTP handled by that package.
 o MOVED_PERMANENTLY
 o MOVED_TEMPORARILY
 o msg_100
 o msg_200
 o msg_300
 o msg_400
 o msg_500
 o MULTIPLE_CHOICE
 o NO_CONTENT
 o NOHEADER
 o NONE_ACCEPTABLE
 o NOT_ALLOWED
 o NOT_FOUND
 o NOT_IMPLEMENTED
 o NOT_MODIFIED
 o OK
 o PARTIAL_CONTENT
 o PAYMENT_REQUIRED
 o PRECONDITION_FAILED
 o PROVISIONAL_INFORMATION
 o PROXY_AUTH_REQUIRED
 o REQUEST_ENTITY_TOO_LARGE
 o REQUEST_TIMEOUT
 o REQUEST_URI_TOO_LONG
 o RESET_CONTENT
 o SEE_OTHER
 o SERVICE_UNAVAILABLE
 o SWITCHING
 o UNAUTHORISED
 o UNAUTHORIZED
 o UNSUPPORTED_MEDIA_TYPE
 o USE_PROXY

Variables

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

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

 o 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.

 o msg_100
 public static final String msg_100[]
 o msg_200
 public static final String msg_200[]
 o msg_300
 public static final String msg_300[]
 o msg_400
 public static final String msg_400[]
 o msg_500
 public static final String msg_500[]
 o CONTINUE
 public static final int CONTINUE
 o SWITCHING
 public static final int SWITCHING
 o OK
 public static final int OK
 o CREATED
 public static final int CREATED
 o ACCEPTED
 public static final int ACCEPTED
 o PROVISIONAL_INFORMATION
 public static final int PROVISIONAL_INFORMATION
 o NO_CONTENT
 public static final int NO_CONTENT
 o RESET_CONTENT
 public static final int RESET_CONTENT
 o PARTIAL_CONTENT
 public static final int PARTIAL_CONTENT
 o MULTIPLE_CHOICE
 public static final int MULTIPLE_CHOICE
 o MOVED_PERMANENTLY
 public static final int MOVED_PERMANENTLY
 o MOVED_TEMPORARILY
 public static final int MOVED_TEMPORARILY
 o SEE_OTHER
 public static final int SEE_OTHER
 o NOT_MODIFIED
 public static final int NOT_MODIFIED
 o USE_PROXY
 public static final int USE_PROXY
 o BAD_REQUEST
 public static final int BAD_REQUEST
 o UNAUTHORISED
 public static final int UNAUTHORISED
 o UNAUTHORIZED
 public static final int UNAUTHORIZED
 o PAYMENT_REQUIRED
 public static final int PAYMENT_REQUIRED
 o FORBIDDEN
 public static final int FORBIDDEN
 o NOT_FOUND
 public static final int NOT_FOUND
 o NOT_ALLOWED
 public static final int NOT_ALLOWED
 o NONE_ACCEPTABLE
 public static final int NONE_ACCEPTABLE
 o PROXY_AUTH_REQUIRED
 public static final int PROXY_AUTH_REQUIRED
 o REQUEST_TIMEOUT
 public static final int REQUEST_TIMEOUT
 o CONFLICT
 public static final int CONFLICT
 o GONE
 public static final int GONE
 o LENGTH_REQUIRED
 public static final int LENGTH_REQUIRED
 o PRECONDITION_FAILED
 public static final int PRECONDITION_FAILED
 o REQUEST_ENTITY_TOO_LARGE
 public static final int REQUEST_ENTITY_TOO_LARGE
 o REQUEST_URI_TOO_LONG
 public static final int REQUEST_URI_TOO_LONG
 o UNSUPPORTED_MEDIA_TYPE
 public static final int UNSUPPORTED_MEDIA_TYPE
 o INTERNAL_SERVER_ERROR
 public static final int INTERNAL_SERVER_ERROR
 o NOT_IMPLEMENTED
 public static final int NOT_IMPLEMENTED
 o BAD_GATEWAY
 public static final int BAD_GATEWAY
 o SERVICE_UNAVAILABLE
 public static final int SERVICE_UNAVAILABLE
 o GATEWAY_TIMEOUT
 public static final int GATEWAY_TIMEOUT
 o HTTP_VERSION_NOT_SUPPORTED
 public static final int HTTP_VERSION_NOT_SUPPORTED
 o NOHEADER
 public static final int NOHEADER
 o DONE
 public static final int DONE

All Packages  Class Hierarchy  This Package  Previous  Next  Index