mx4j.tools.adaptor.http
public class HttpConstants extends Object
Version: $Revision: 1.3 $
Field Summary | |
---|---|
static String | HTTP_VERSION
HTTP implemented version |
static String | METHOD_GET
Get method header |
static String | METHOD_POST
Post method header |
static String | SERVER_INFO
Server info header |
static int | STATUS_AUTHENTICATE
Status code AUTHENTICATE |
static int | STATUS_BAD_REQUEST
Status code BAD REQUEST |
static int | STATUS_FORBIDDEN
Status code FORBIDDEN |
static int | STATUS_INTERNAL_ERROR
Status code INTERNAL ERROR |
static int | STATUS_MOVED_PERMANENTLY
Status code MOVED PERMANENTLY |
static int | STATUS_MOVED_TEMPORARILY
Status code MOVED TEMPORARILY |
static int | STATUS_NOT_ALLOWED
Status code NOT ALLOWED |
static int | STATUS_NOT_FOUND
Status code NOT FOUND |
static int | STATUS_NOT_IMPLEMENTED
Status code NOT IMPLEMENTED |
static int | STATUS_NO_CONTENT
Status code NO CONTENT |
static int | STATUS_OKAY
Status code OK |