|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int major_number
static final int minor_number
static final java.lang.String GET
static final java.lang.String HEAD
static final java.lang.String POST
static final java.lang.String PUT
static final java.lang.String DELETE
static final java.lang.String OPTIONS
static final java.lang.String TRACE
static final java.lang.String CONNECT
static final java.lang.String HTTP_100_CONTINUE
static final byte[] byteArrayVersion
getMajorVersion
and getMinorVersion
.
static final java.lang.String[] msg_100
static final java.lang.String[] msg_200
static final java.lang.String[] msg_300
static final java.lang.String[] msg_400
static final java.lang.String[] msg_500
static final int CONTINUE
static final int SWITCHING
static final int OK
static final int CREATED
static final int ACCEPTED
static final int NON_AUTHORITATIVE_INFORMATION
static final int NO_CONTENT
static final int RESET_CONTENT
static final int PARTIAL_CONTENT
static final int MULTIPLE_CHOICE
static final int MOVED_PERMANENTLY
static final int FOUND
static final int SEE_OTHER
static final int NOT_MODIFIED
static final int USE_PROXY
static final int TEMPORARY_REDIRECT
static final int BAD_REQUEST
static final int UNAUTHORIZED
static final int PAYMENT_REQUIRED
static final int FORBIDDEN
static final int NOT_FOUND
static final int NOT_ALLOWED
static final int NOT_ACCEPTABLE
static final int PROXY_AUTH_REQUIRED
static final int REQUEST_TIMEOUT
static final int CONFLICT
static final int GONE
static final int LENGTH_REQUIRED
static final int PRECONDITION_FAILED
static final int REQUEST_ENTITY_TOO_LARGE
static final int REQUEST_URI_TOO_LONG
static final int UNSUPPORTED_MEDIA_TYPE
static final int REQUESTED_RANGE_NOT_SATISFIABLE
static final int EXPECTATION_FAILED
static final int INTERNAL_SERVER_ERROR
static final int NOT_IMPLEMENTED
static final int BAD_GATEWAY
static final int SERVICE_UNAVAILABLE
static final int GATEWAY_TIMEOUT
static final int HTTP_VERSION_NOT_SUPPORTED
static final int NOT_EXTENDED
static final int NOHEADER
static final int DONE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |