Interface powersoft.jcm.net.HTTPInterface
All Packages Class Hierarchy This Package Previous Next Index
Interface powersoft.jcm.net.HTTPInterface
- public interface HTTPInterface
- extends Object
This interface class contains some of the constents for HTTP protocol.
e.g. HTTP methods, header flag fields, returned status code returned
from a HTTP server and error codes.
- See Also:
- java class
-
_httpVersion
-
-
ACCEPTED
-
-
BAD_GATEWAY
-
-
BAD_REQUEST
-
-
CONNECTION_EXISTS
-
-
CREATED
-
-
FORBIDDEN
-
-
GET
-
-
HEAD
-
-
HTTP_ADDREQ_FLAG_ADD_IF_NEW
-
-
HTTP_ADDREQ_FLAG_REPLACE
-
-
INTERNAL_SERVER_ERR
-
-
MOVED_PERMANENTLY
-
-
MOVED_TEMPORARILY
-
-
NO_CONNECTION_EXISTS
-
-
NO_CONTENT
-
-
NOT_FOUND
-
-
NOT_IMPLEMENTED
-
-
NOT_MODIFIED
-
-
OK
-
-
POST
-
-
SERVICE_UNAVAILABLE
-
-
UNAUTHORIZED
-
_httpVersion
public final static String _httpVersion
GET
public final static String GET
HEAD
public final static String HEAD
POST
public final static String POST
HTTP_ADDREQ_FLAG_ADD_IF_NEW
public final static int HTTP_ADDREQ_FLAG_ADD_IF_NEW
HTTP_ADDREQ_FLAG_REPLACE
public final static int HTTP_ADDREQ_FLAG_REPLACE
OK
public final static int OK
CREATED
public final static int CREATED
ACCEPTED
public final static int ACCEPTED
NO_CONTENT
public final static int NO_CONTENT
MOVED_PERMANENTLY
public final static int MOVED_PERMANENTLY
MOVED_TEMPORARILY
public final static int MOVED_TEMPORARILY
NOT_MODIFIED
public final static int NOT_MODIFIED
BAD_REQUEST
public final static int BAD_REQUEST
UNAUTHORIZED
public final static int UNAUTHORIZED
FORBIDDEN
public final static int FORBIDDEN
NOT_FOUND
public final static int NOT_FOUND
INTERNAL_SERVER_ERR
public final static int INTERNAL_SERVER_ERR
NOT_IMPLEMENTED
public final static int NOT_IMPLEMENTED
BAD_GATEWAY
public final static int BAD_GATEWAY
SERVICE_UNAVAILABLE
public final static int SERVICE_UNAVAILABLE
CONNECTION_EXISTS
public final static String CONNECTION_EXISTS
NO_CONNECTION_EXISTS
public final static String NO_CONNECTION_EXISTS
All Packages Class Hierarchy This Package Previous Next Index