Interface w3c.www.http.HTTP
All Packages Class Hierarchy This Package Previous Next Index
Interface w3c.www.http.HTTP
- public interface HTTP
- extends Object
-
ACCEPTED
-
-
BAD_GATEWAY
-
-
BAD_REQUEST
-
-
CONFLICT
-
-
CONTINUE
-
-
CREATED
-
-
FORBIDDEN
-
-
GATEWAY_TIMEOUT
-
-
GONE
-
-
HTTP_VERSION_NOT_SUPPORTED
-
-
INTERNAL_SERVER_ERROR
-
-
LENGTH_REQUIRED
-
-
MOVED_PERMANENTLY
-
-
MOVED_TEMPORARILY
-
-
msg_100
-
-
msg_200
-
-
msg_300
-
-
msg_400
-
-
msg_500
-
-
MULTIPLE_CHOICE
-
-
NO_CONTENT
-
-
NOHEADER
-
-
NONE_ACCEPTABLE
-
-
NOT_ALLOWED
-
-
NOT_FOUND
-
-
NOT_IMPLEMENTED
-
-
NOT_MODIFIED
-
-
OK
-
-
PARTIAL_CONTENT
-
-
PAYMENT_REQUIRED
-
-
PRECONDITION_FAILED
-
-
PROVISIONAL_INFORMATION
-
-
PROXY_AUTH_REQUIRED
-
-
REQUEST_ENTITY_TOO_LARGE
-
-
REQUEST_TIMEOUT
-
-
REQUEST_URI_TOO_LONG
-
-
RESET_CONTENT
-
-
SEE_OTHER
-
-
SERVICE_UNAVAILABLE
-
-
SWITCHING
-
-
UNAUTHORISED
-
-
UNAUTHORIZED
-
-
UNSUPPORTED_MEDIA_TYPE
-
-
USE_PROXY
-
msg_100
public final static String msg_100[]
msg_200
public final static String msg_200[]
msg_300
public final static String msg_300[]
msg_400
public final static String msg_400[]
msg_500
public final static String msg_500[]
CONTINUE
public final static int CONTINUE
SWITCHING
public final static int SWITCHING
OK
public final static int OK
CREATED
public final static int CREATED
ACCEPTED
public final static int ACCEPTED
PROVISIONAL_INFORMATION
public final static int PROVISIONAL_INFORMATION
NO_CONTENT
public final static int NO_CONTENT
RESET_CONTENT
public final static int RESET_CONTENT
PARTIAL_CONTENT
public final static int PARTIAL_CONTENT
MULTIPLE_CHOICE
public final static int MULTIPLE_CHOICE
MOVED_PERMANENTLY
public final static int MOVED_PERMANENTLY
MOVED_TEMPORARILY
public final static int MOVED_TEMPORARILY
SEE_OTHER
public final static int SEE_OTHER
NOT_MODIFIED
public final static int NOT_MODIFIED
USE_PROXY
public final static int USE_PROXY
BAD_REQUEST
public final static int BAD_REQUEST
UNAUTHORISED
public final static int UNAUTHORISED
UNAUTHORIZED
public final static int UNAUTHORIZED
PAYMENT_REQUIRED
public final static int PAYMENT_REQUIRED
FORBIDDEN
public final static int FORBIDDEN
NOT_FOUND
public final static int NOT_FOUND
NOT_ALLOWED
public final static int NOT_ALLOWED
NONE_ACCEPTABLE
public final static int NONE_ACCEPTABLE
PROXY_AUTH_REQUIRED
public final static int PROXY_AUTH_REQUIRED
REQUEST_TIMEOUT
public final static int REQUEST_TIMEOUT
CONFLICT
public final static int CONFLICT
GONE
public final static int GONE
LENGTH_REQUIRED
public final static int LENGTH_REQUIRED
PRECONDITION_FAILED
public final static int PRECONDITION_FAILED
REQUEST_ENTITY_TOO_LARGE
public final static int REQUEST_ENTITY_TOO_LARGE
REQUEST_URI_TOO_LONG
public final static int REQUEST_URI_TOO_LONG
UNSUPPORTED_MEDIA_TYPE
public final static int UNSUPPORTED_MEDIA_TYPE
INTERNAL_SERVER_ERROR
public final static int INTERNAL_SERVER_ERROR
NOT_IMPLEMENTED
public final static int NOT_IMPLEMENTED
BAD_GATEWAY
public final static int BAD_GATEWAY
SERVICE_UNAVAILABLE
public final static int SERVICE_UNAVAILABLE
GATEWAY_TIMEOUT
public final static int GATEWAY_TIMEOUT
HTTP_VERSION_NOT_SUPPORTED
public final static int HTTP_VERSION_NOT_SUPPORTED
NOHEADER
public final static int NOHEADER
All Packages Class Hierarchy This Package Previous Next Index