Class Constants


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

      Fields 
      Modifier and Type Field Description
      static byte[] _200_BYTES
      HTTP 200 OK response bytes.
      static byte[] _400_BYTES
      HTTP 400 Bad Request response bytes.
      static byte[] _404_BYTES
      HTTP 404 Not Found response bytes.
      static byte a
      'a'.
      static byte A
      'A'.
      static byte[] ACK_BYTES
      HTTP 100 Continue response bytes.
      static int BUFFERED_FILTER
      Buffered filter (input)
      static java.lang.String CHUNKED
      Chunked transfer encoding value.
      static int CHUNKED_FILTER
      Chunked filters (input and output).
      static java.lang.String CLOSE
      Connection close value.
      static byte COLON
      COLON.
      static java.lang.String CONNECTION
      Connection header name.
      static byte CR
      CR.
      static java.lang.String CRLF
      CRLF.
      static int DEFAULT_CONNECTION_TIMEOUT
      Default connection timeout in milliseconds.
      static int GZIP_FILTER
      GZIP filter (output).
      static byte HT
      HT.
      static java.lang.String HTTP_10
      HTTP/1.0.
      static java.lang.String HTTP_11
      HTTP/1.1.
      static byte[] HTTP_11_BYTES
      HTTP/1.1 protocol version bytes.
      static int IDENTITY_FILTER
      Identity filters (input and output).
      static java.lang.String KEEP_ALIVE_HEADER_NAME
      Keep-Alive header name.
      static java.lang.String KEEP_ALIVE_HEADER_VALUE_TOKEN
      Keep-alive header value token.
      static byte LC_OFFSET
      Lower case offset.
      static byte LF
      LF.
      static byte QUESTION
      '?'.
      static byte SEMI_COLON
      SEMI_COLON.
      static byte SP
      SP.
      static java.lang.String TRANSFERENCODING
      Transfer-Encoding header name.
      static int VOID_FILTER
      Void filters (input and output).
      static byte Z
      'Z'.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_CONNECTION_TIMEOUT

        public static final int DEFAULT_CONNECTION_TIMEOUT
        Default connection timeout in milliseconds.
        See Also:
        Constant Field Values
      • CONNECTION

        public static final java.lang.String CONNECTION
        Connection header name.
        See Also:
        Constant Field Values
      • CLOSE

        public static final java.lang.String CLOSE
        Connection close value.
        See Also:
        Constant Field Values
      • KEEP_ALIVE_HEADER_VALUE_TOKEN

        public static final java.lang.String KEEP_ALIVE_HEADER_VALUE_TOKEN
        Keep-alive header value token.
        See Also:
        Constant Field Values
      • CHUNKED

        public static final java.lang.String CHUNKED
        Chunked transfer encoding value.
        See Also:
        Constant Field Values
      • ACK_BYTES

        public static final byte[] ACK_BYTES
        HTTP 100 Continue response bytes.
      • TRANSFERENCODING

        public static final java.lang.String TRANSFERENCODING
        Transfer-Encoding header name.
        See Also:
        Constant Field Values
      • KEEP_ALIVE_HEADER_NAME

        public static final java.lang.String KEEP_ALIVE_HEADER_NAME
        Keep-Alive header name.
        See Also:
        Constant Field Values
      • _200_BYTES

        public static final byte[] _200_BYTES
        HTTP 200 OK response bytes.
      • _400_BYTES

        public static final byte[] _400_BYTES
        HTTP 400 Bad Request response bytes.
      • _404_BYTES

        public static final byte[] _404_BYTES
        HTTP 404 Not Found response bytes.
      • IDENTITY_FILTER

        public static final int IDENTITY_FILTER
        Identity filters (input and output).
        See Also:
        Constant Field Values
      • CHUNKED_FILTER

        public static final int CHUNKED_FILTER
        Chunked filters (input and output).
        See Also:
        Constant Field Values
      • VOID_FILTER

        public static final int VOID_FILTER
        Void filters (input and output).
        See Also:
        Constant Field Values
      • BUFFERED_FILTER

        public static final int BUFFERED_FILTER
        Buffered filter (input)
        See Also:
        Constant Field Values
      • HTTP_11_BYTES

        public static final byte[] HTTP_11_BYTES
        HTTP/1.1 protocol version bytes.