Class HttpConstants


  • public final class HttpConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte COLON
      Colon ':'
      static byte COMMA
      Comma ','
      static byte CR
      Carriage return
      static java.nio.charset.Charset DEFAULT_CHARSET
      Default character set (UTF-8)
      static byte DOUBLE_QUOTE
      Double quote '"'
      static byte EQUALS
      Equals '='
      static byte HT
      Horizontal tab
      static byte LF
      Line feed character
      static byte SEMICOLON
      Semicolon ';'
      static byte SP
      Horizontal space
      static char SP_CHAR
      Horizontal space
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait