edu.columbia.cs.irt.rfidentify.server
Interface HttpConstants

All Known Implementing Classes:
RegistrationHandler

public interface HttpConstants


Nested Class Summary
static class HttpConstants.VERBS
           
 
Field Summary
static byte[] EOL
           
static int HTTP_ACCEPTED
           
static int HTTP_BAD_GATEWAY
           
static int HTTP_BAD_METHOD
           
static int HTTP_BAD_REQUEST
          4XX: client error
static int HTTP_CLIENT_TIMEOUT
           
static int HTTP_CONFLICT
           
static int HTTP_CREATED
           
static int HTTP_ENTITY_TOO_LARGE
           
static int HTTP_FORBIDDEN
           
static int HTTP_GATEWAY_TIMEOUT
           
static int HTTP_GONE
           
static int HTTP_INTERNAL_ERROR
           
static int HTTP_LENGTH_REQUIRED
           
static int HTTP_MOVED_PERM
           
static int HTTP_MOVED_TEMP
           
static int HTTP_MULT_CHOICE
          3XX: relocation/redirect
static int HTTP_NO_CONTENT
           
static int HTTP_NOT_ACCEPTABLE
           
static int HTTP_NOT_AUTHORITATIVE
           
static int HTTP_NOT_FOUND
           
static int HTTP_NOT_MODIFIED
           
static int HTTP_OK
          2XX: generally "OK"
static int HTTP_PARTIAL
           
static int HTTP_PAYMENT_REQUIRED
           
static int HTTP_PRECON_FAILED
           
static int HTTP_PROXY_AUTH
           
static int HTTP_REQ_TOO_LONG
           
static int HTTP_RESET
           
static int HTTP_SEE_OTHER
           
static int HTTP_SERVER_ERROR
          5XX: server error
static int HTTP_UNAUTHORIZED
           
static int HTTP_UNAVAILABLE
           
static int HTTP_UNSUPPORTED_TYPE
           
static int HTTP_USE_PROXY
           
static int HTTP_VERSION
           
 

Field Detail

EOL

static final byte[] EOL

HTTP_OK

static final int HTTP_OK
2XX: generally "OK"

See Also:
Constant Field Values

HTTP_CREATED

static final int HTTP_CREATED
See Also:
Constant Field Values

HTTP_ACCEPTED

static final int HTTP_ACCEPTED
See Also:
Constant Field Values

HTTP_NOT_AUTHORITATIVE

static final int HTTP_NOT_AUTHORITATIVE
See Also:
Constant Field Values

HTTP_NO_CONTENT

static final int HTTP_NO_CONTENT
See Also:
Constant Field Values

HTTP_RESET

static final int HTTP_RESET
See Also:
Constant Field Values

HTTP_PARTIAL

static final int HTTP_PARTIAL
See Also:
Constant Field Values

HTTP_MULT_CHOICE

static final int HTTP_MULT_CHOICE
3XX: relocation/redirect

See Also:
Constant Field Values

HTTP_MOVED_PERM

static final int HTTP_MOVED_PERM
See Also:
Constant Field Values

HTTP_MOVED_TEMP

static final int HTTP_MOVED_TEMP
See Also:
Constant Field Values

HTTP_SEE_OTHER

static final int HTTP_SEE_OTHER
See Also:
Constant Field Values

HTTP_NOT_MODIFIED

static final int HTTP_NOT_MODIFIED
See Also:
Constant Field Values

HTTP_USE_PROXY

static final int HTTP_USE_PROXY
See Also:
Constant Field Values

HTTP_BAD_REQUEST

static final int HTTP_BAD_REQUEST
4XX: client error

See Also:
Constant Field Values

HTTP_UNAUTHORIZED

static final int HTTP_UNAUTHORIZED
See Also:
Constant Field Values

HTTP_PAYMENT_REQUIRED

static final int HTTP_PAYMENT_REQUIRED
See Also:
Constant Field Values

HTTP_FORBIDDEN

static final int HTTP_FORBIDDEN
See Also:
Constant Field Values

HTTP_NOT_FOUND

static final int HTTP_NOT_FOUND
See Also:
Constant Field Values

HTTP_BAD_METHOD

static final int HTTP_BAD_METHOD
See Also:
Constant Field Values

HTTP_NOT_ACCEPTABLE

static final int HTTP_NOT_ACCEPTABLE
See Also:
Constant Field Values

HTTP_PROXY_AUTH

static final int HTTP_PROXY_AUTH
See Also:
Constant Field Values

HTTP_CLIENT_TIMEOUT

static final int HTTP_CLIENT_TIMEOUT
See Also:
Constant Field Values

HTTP_CONFLICT

static final int HTTP_CONFLICT
See Also:
Constant Field Values

HTTP_GONE

static final int HTTP_GONE
See Also:
Constant Field Values

HTTP_LENGTH_REQUIRED

static final int HTTP_LENGTH_REQUIRED
See Also:
Constant Field Values

HTTP_PRECON_FAILED

static final int HTTP_PRECON_FAILED
See Also:
Constant Field Values

HTTP_ENTITY_TOO_LARGE

static final int HTTP_ENTITY_TOO_LARGE
See Also:
Constant Field Values

HTTP_REQ_TOO_LONG

static final int HTTP_REQ_TOO_LONG
See Also:
Constant Field Values

HTTP_UNSUPPORTED_TYPE

static final int HTTP_UNSUPPORTED_TYPE
See Also:
Constant Field Values

HTTP_SERVER_ERROR

static final int HTTP_SERVER_ERROR
5XX: server error

See Also:
Constant Field Values

HTTP_INTERNAL_ERROR

static final int HTTP_INTERNAL_ERROR
See Also:
Constant Field Values

HTTP_BAD_GATEWAY

static final int HTTP_BAD_GATEWAY
See Also:
Constant Field Values

HTTP_UNAVAILABLE

static final int HTTP_UNAVAILABLE
See Also:
Constant Field Values

HTTP_GATEWAY_TIMEOUT

static final int HTTP_GATEWAY_TIMEOUT
See Also:
Constant Field Values

HTTP_VERSION

static final int HTTP_VERSION
See Also:
Constant Field Values