mx4j.tools.adaptor.http

Class HttpConstants

public class HttpConstants extends Object

Define constants for the HTTP request processing

Version: $Revision: 1.3 $

Field Summary
static StringHTTP_VERSION
HTTP implemented version
static StringMETHOD_GET
Get method header
static StringMETHOD_POST
Post method header
static StringSERVER_INFO
Server info header
static intSTATUS_AUTHENTICATE
Status code AUTHENTICATE
static intSTATUS_BAD_REQUEST
Status code BAD REQUEST
static intSTATUS_FORBIDDEN
Status code FORBIDDEN
static intSTATUS_INTERNAL_ERROR
Status code INTERNAL ERROR
static intSTATUS_MOVED_PERMANENTLY
Status code MOVED PERMANENTLY
static intSTATUS_MOVED_TEMPORARILY
Status code MOVED TEMPORARILY
static intSTATUS_NOT_ALLOWED
Status code NOT ALLOWED
static intSTATUS_NOT_FOUND
Status code NOT FOUND
static intSTATUS_NOT_IMPLEMENTED
Status code NOT IMPLEMENTED
static intSTATUS_NO_CONTENT
Status code NO CONTENT
static intSTATUS_OKAY
Status code OK

Field Detail

HTTP_VERSION

public static final String HTTP_VERSION
HTTP implemented version

METHOD_GET

public static final String METHOD_GET
Get method header

METHOD_POST

public static final String METHOD_POST
Post method header

SERVER_INFO

public static final String SERVER_INFO
Server info header

STATUS_AUTHENTICATE

public static final int STATUS_AUTHENTICATE
Status code AUTHENTICATE

STATUS_BAD_REQUEST

public static final int STATUS_BAD_REQUEST
Status code BAD REQUEST

STATUS_FORBIDDEN

public static final int STATUS_FORBIDDEN
Status code FORBIDDEN

STATUS_INTERNAL_ERROR

public static final int STATUS_INTERNAL_ERROR
Status code INTERNAL ERROR

STATUS_MOVED_PERMANENTLY

public static final int STATUS_MOVED_PERMANENTLY
Status code MOVED PERMANENTLY

STATUS_MOVED_TEMPORARILY

public static final int STATUS_MOVED_TEMPORARILY
Status code MOVED TEMPORARILY

STATUS_NOT_ALLOWED

public static final int STATUS_NOT_ALLOWED
Status code NOT ALLOWED

STATUS_NOT_FOUND

public static final int STATUS_NOT_FOUND
Status code NOT FOUND

STATUS_NOT_IMPLEMENTED

public static final int STATUS_NOT_IMPLEMENTED
Status code NOT IMPLEMENTED

STATUS_NO_CONTENT

public static final int STATUS_NO_CONTENT
Status code NO CONTENT

STATUS_OKAY

public static final int STATUS_OKAY
Status code OK
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.