com.sun.grizzly.tcp
Class Constants

java.lang.Object
  extended by com.sun.grizzly.tcp.Constants

public final class Constants
extends Object

Constants.

Author:
Remy Maucherat

Field Summary
static String DEFAULT_CHARACTER_ENCODING
           
static Locale DEFAULT_LOCALE
           
static String LOCALE_DEFAULT
           
static int MAX_NOTES
           
static String SESSION_COOKIE_NAME
          The name of the cookie used to pass the session identifier back and forth with the client.
static int STAGE_ENDED
           
static int STAGE_ENDINPUT
           
static int STAGE_ENDOUTPUT
           
static int STAGE_KEEPALIVE
           
static int STAGE_NEW
           
static int STAGE_PARSE
           
static int STAGE_PREPARE
           
static int STAGE_SERVICE
           
 
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

SESSION_COOKIE_NAME

public static final String SESSION_COOKIE_NAME
The name of the cookie used to pass the session identifier back and forth with the client.

See Also:
Constant Field Values

DEFAULT_CHARACTER_ENCODING

public static final String DEFAULT_CHARACTER_ENCODING
See Also:
Constant Field Values

LOCALE_DEFAULT

public static final String LOCALE_DEFAULT
See Also:
Constant Field Values

DEFAULT_LOCALE

public static final Locale DEFAULT_LOCALE

MAX_NOTES

public static final int MAX_NOTES
See Also:
Constant Field Values

STAGE_NEW

public static final int STAGE_NEW
See Also:
Constant Field Values

STAGE_PARSE

public static final int STAGE_PARSE
See Also:
Constant Field Values

STAGE_PREPARE

public static final int STAGE_PREPARE
See Also:
Constant Field Values

STAGE_SERVICE

public static final int STAGE_SERVICE
See Also:
Constant Field Values

STAGE_ENDINPUT

public static final int STAGE_ENDINPUT
See Also:
Constant Field Values

STAGE_ENDOUTPUT

public static final int STAGE_ENDOUTPUT
See Also:
Constant Field Values

STAGE_KEEPALIVE

public static final int STAGE_KEEPALIVE
See Also:
Constant Field Values

STAGE_ENDED

public static final int STAGE_ENDED
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2008 SUN Microsystems. All Rights Reserved.