class HttpConstants

HTTP constants.

Inheritance:


Documentation

HTTP constants.
  *
  *  HttpConstants::CRLF = "\r\n";
  *  HttpConstants::PROTOCOL = "HTTP/1.0";
  *  HttpConstants::HTTP_OK = 200;
  *  HttpConstants::HTTP_OK_MESSAGE = "OK";
  *  HttpConstants::HTTP_BAD = 400;
  *  HttpConstants::HTTP_BAD_MESSAGE = "Bad request";
  *  HttpConstants::HTTP_FORBIDDEN = 403;
  *  HttpConstants::HTTP_FORBIDDEN_MESSAGE = "Forbidden";
  *  HttpConstants::HTTP_UNSUPPORTED = 405;
  *  HttpConstants::HTTP_UNSUPPORTED_MESSAGE = "Method not allowed";
  *  HttpConstants::HTTP_FILE_NOT_FOUND = 404;
  *  HttpConstants::HTTP_FILE_NOT_FOUND_MESSAGE = "Not found";
  *  HttpConstants::HTTP_ERROR = 500;
  *  HttpConstants::HTTP_ERROR_MESSAGE = "Server Error";
  * 

Direct child classes:
HttpBase

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.