Interface w3c.www.http.HTTP
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.www.http.HTTP

public interface HTTP
extends Object

Variable Index

 o ACCEPTED
 o BAD_GATEWAY
 o BAD_REQUEST
 o CONFLICT
 o CONTINUE
 o CREATED
 o FORBIDDEN
 o GATEWAY_TIMEOUT
 o GONE
 o HTTP_VERSION_NOT_SUPPORTED
 o INTERNAL_SERVER_ERROR
 o LENGTH_REQUIRED
 o MOVED_PERMANENTLY
 o MOVED_TEMPORARILY
 o msg_100
 o msg_200
 o msg_300
 o msg_400
 o msg_500
 o MULTIPLE_CHOICE
 o NO_CONTENT
 o NOHEADER
 o NONE_ACCEPTABLE
 o NOT_ALLOWED
 o NOT_FOUND
 o NOT_IMPLEMENTED
 o NOT_MODIFIED
 o OK
 o PARTIAL_CONTENT
 o PAYMENT_REQUIRED
 o PRECONDITION_FAILED
 o PROVISIONAL_INFORMATION
 o PROXY_AUTH_REQUIRED
 o REQUEST_ENTITY_TOO_LARGE
 o REQUEST_TIMEOUT
 o REQUEST_URI_TOO_LONG
 o RESET_CONTENT
 o SEE_OTHER
 o SERVICE_UNAVAILABLE
 o SWITCHING
 o UNAUTHORISED
 o UNAUTHORIZED
 o UNSUPPORTED_MEDIA_TYPE
 o USE_PROXY

Variables

 o msg_100
  public final static String msg_100[]
 o msg_200
  public final static String msg_200[]
 o msg_300
  public final static String msg_300[]
 o msg_400
  public final static String msg_400[]
 o msg_500
  public final static String msg_500[]
 o CONTINUE
  public final static int CONTINUE
 o SWITCHING
  public final static int SWITCHING
 o OK
  public final static int OK
 o CREATED
  public final static int CREATED
 o ACCEPTED
  public final static int ACCEPTED
 o PROVISIONAL_INFORMATION
  public final static int PROVISIONAL_INFORMATION
 o NO_CONTENT
  public final static int NO_CONTENT
 o RESET_CONTENT
  public final static int RESET_CONTENT
 o PARTIAL_CONTENT
  public final static int PARTIAL_CONTENT
 o MULTIPLE_CHOICE
  public final static int MULTIPLE_CHOICE
 o MOVED_PERMANENTLY
  public final static int MOVED_PERMANENTLY
 o MOVED_TEMPORARILY
  public final static int MOVED_TEMPORARILY
 o SEE_OTHER
  public final static int SEE_OTHER
 o NOT_MODIFIED
  public final static int NOT_MODIFIED
 o USE_PROXY
  public final static int USE_PROXY
 o BAD_REQUEST
  public final static int BAD_REQUEST
 o UNAUTHORISED
  public final static int UNAUTHORISED
 o UNAUTHORIZED
  public final static int UNAUTHORIZED
 o PAYMENT_REQUIRED
  public final static int PAYMENT_REQUIRED
 o FORBIDDEN
  public final static int FORBIDDEN
 o NOT_FOUND
  public final static int NOT_FOUND
 o NOT_ALLOWED
  public final static int NOT_ALLOWED
 o NONE_ACCEPTABLE
  public final static int NONE_ACCEPTABLE
 o PROXY_AUTH_REQUIRED
  public final static int PROXY_AUTH_REQUIRED
 o REQUEST_TIMEOUT
  public final static int REQUEST_TIMEOUT
 o CONFLICT
  public final static int CONFLICT
 o GONE
  public final static int GONE
 o LENGTH_REQUIRED
  public final static int LENGTH_REQUIRED
 o PRECONDITION_FAILED
  public final static int PRECONDITION_FAILED
 o REQUEST_ENTITY_TOO_LARGE
  public final static int REQUEST_ENTITY_TOO_LARGE
 o REQUEST_URI_TOO_LONG
  public final static int REQUEST_URI_TOO_LONG
 o UNSUPPORTED_MEDIA_TYPE
  public final static int UNSUPPORTED_MEDIA_TYPE
 o INTERNAL_SERVER_ERROR
  public final static int INTERNAL_SERVER_ERROR
 o NOT_IMPLEMENTED
  public final static int NOT_IMPLEMENTED
 o BAD_GATEWAY
  public final static int BAD_GATEWAY
 o SERVICE_UNAVAILABLE
  public final static int SERVICE_UNAVAILABLE
 o GATEWAY_TIMEOUT
  public final static int GATEWAY_TIMEOUT
 o HTTP_VERSION_NOT_SUPPORTED
  public final static int HTTP_VERSION_NOT_SUPPORTED
 o NOHEADER
  public final static int NOHEADER

All Packages  Class Hierarchy  This Package  Previous  Next  Index