org.glassfish.grizzly.http.util
Class Constants

java.lang.Object
  extended by org.glassfish.grizzly.http.util.Constants

public final class Constants
extends java.lang.Object

Constants.

Author:
Remy Maucherat

Field Summary
static byte a
          'a'.
static byte A
          'A'.
static java.lang.String CHUNKED_ENCODING
           
static byte[] CHUNKED_ENCODING_BYTES
           
static byte[] CLOSE_BYTES
          Close bytes.
static byte COLON
          COLON.
static byte[] COLON_BYTES
          Colon bytes.
static byte COMMA
          COMMA.
static byte CR
          CR.
static byte[] CRLF_BYTES
          CRLF bytes.
static int DEFAULT_MAX_KEEP_ALIVE
          Default max keep-alive count.
static java.lang.String DEFAULT_RESPONSE_TYPE
          The default response-type
static java.lang.String FORM_POST_CONTENT_TYPE
           
static byte HT
          HT.
static int KEEP_ALIVE_TIMEOUT_IN_SECONDS
           
static byte[] KEEPALIVE_BYTES
          Keep-alive bytes.
static byte[] LAST_CHUNK_CRLF_BYTES
           
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 byte Z
          'Z'.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CR

public static final byte CR
CR.

See Also:
Constant Field Values

LF

public static final byte LF
LF.

See Also:
Constant Field Values

SP

public static final byte SP
SP.

See Also:
Constant Field Values

HT

public static final byte HT
HT.

See Also:
Constant Field Values

COMMA

public static final byte COMMA
COMMA.

See Also:
Constant Field Values

COLON

public static final byte COLON
COLON.

See Also:
Constant Field Values

SEMI_COLON

public static final byte SEMI_COLON
SEMI_COLON.

See Also:
Constant Field Values

A

public static final byte A
'A'.

See Also:
Constant Field Values

a

public static final byte a
'a'.

See Also:
Constant Field Values

Z

public static final byte Z
'Z'.

See Also:
Constant Field Values

QUESTION

public static final byte QUESTION
'?'.

See Also:
Constant Field Values

LC_OFFSET

public static final byte LC_OFFSET
Lower case offset.

See Also:
Constant Field Values

CRLF_BYTES

public static final byte[] CRLF_BYTES
CRLF bytes.


COLON_BYTES

public static final byte[] COLON_BYTES
Colon bytes.


CLOSE_BYTES

public static final byte[] CLOSE_BYTES
Close bytes.


KEEPALIVE_BYTES

public static final byte[] KEEPALIVE_BYTES
Keep-alive bytes.


DEFAULT_RESPONSE_TYPE

public static final java.lang.String DEFAULT_RESPONSE_TYPE
The default response-type

See Also:
Constant Field Values

CHUNKED_ENCODING

public static final java.lang.String CHUNKED_ENCODING
See Also:
Constant Field Values

CHUNKED_ENCODING_BYTES

public static final byte[] CHUNKED_ENCODING_BYTES

LAST_CHUNK_CRLF_BYTES

public static final byte[] LAST_CHUNK_CRLF_BYTES

FORM_POST_CONTENT_TYPE

public static final java.lang.String FORM_POST_CONTENT_TYPE
See Also:
Constant Field Values

KEEP_ALIVE_TIMEOUT_IN_SECONDS

public static final int KEEP_ALIVE_TIMEOUT_IN_SECONDS
See Also:
Constant Field Values

DEFAULT_MAX_KEEP_ALIVE

public static final int DEFAULT_MAX_KEEP_ALIVE
Default max keep-alive count.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2011 Oracle Corpration. All Rights Reserved.