Package org.apache.coyote.http11
Class Constants
- java.lang.Object
- 
- org.apache.coyote.http11.Constants
 
- 
 public final class Constants extends java.lang.ObjectConstants.- Author:
- Remy Maucherat
 
- 
- 
Field SummaryFields Modifier and Type Field Description static byte[]_200_BYTESstatic byte[]_400_BYTESstatic byte[]_404_BYTESstatic bytea'a'.static byteA'A'.static byte[]ACK_BYTESstatic byte[]ACK_BYTES_REASONDeprecated.This option will be removed in Tomcat 9.static intBUFFERED_FILTERBuffered filter (input)static java.lang.StringCHUNKEDstatic intCHUNKED_FILTERChunked filters (input and output).static java.lang.StringCLOSEstatic byte[]CLOSE_BYTESDeprecated.Unused.static byteCOLONCOLON.static java.lang.StringCONNECTIONstatic byteCRCR.static java.lang.StringCRLFCRLF.static intDEFAULT_CONNECTION_TIMEOUTstatic intGZIP_FILTERGZIP filter (output).static byteHTHT.static java.lang.StringHTTP_10HTTP/1.0.static java.lang.StringHTTP_11HTTP/1.1.static byte[]HTTP_11_BYTESstatic intIDENTITY_FILTERIdentity filters (input and output).static java.lang.StringKEEP_ALIVE_HEADER_NAMEstatic java.lang.StringKEEP_ALIVE_HEADER_VALUE_TOKENstatic java.lang.StringKEEPALIVEDeprecated.Unused.static byte[]KEEPALIVE_BYTESDeprecated.Unused.static byteLC_OFFSETLower case offset.static byteLFLF.static byteQUESTION'?'.static byteSEMI_COLONSEMI_COLON.static byteSPSP.static java.lang.StringTRANSFERENCODINGstatic intVOID_FILTERVoid filters (input and output).static byteZ'Z'.
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
DEFAULT_CONNECTION_TIMEOUTpublic static final int DEFAULT_CONNECTION_TIMEOUT - See Also:
- Constant Field Values
 
 - 
CRLFpublic static final java.lang.String CRLF CRLF.- See Also:
- Constant Field Values
 
 - 
CRpublic static final byte CR CR.- See Also:
- Constant Field Values
 
 - 
LFpublic static final byte LF LF.- See Also:
- Constant Field Values
 
 - 
SPpublic static final byte SP SP.- See Also:
- Constant Field Values
 
 - 
HTpublic static final byte HT HT.- See Also:
- Constant Field Values
 
 - 
COLONpublic static final byte COLON COLON.- See Also:
- Constant Field Values
 
 - 
SEMI_COLONpublic static final byte SEMI_COLON SEMI_COLON.- See Also:
- Constant Field Values
 
 - 
Apublic static final byte A 'A'.- See Also:
- Constant Field Values
 
 - 
apublic static final byte a 'a'.- See Also:
- Constant Field Values
 
 - 
Zpublic static final byte Z 'Z'.- See Also:
- Constant Field Values
 
 - 
QUESTIONpublic static final byte QUESTION '?'.- See Also:
- Constant Field Values
 
 - 
LC_OFFSETpublic static final byte LC_OFFSET Lower case offset.- See Also:
- Constant Field Values
 
 - 
CONNECTIONpublic static final java.lang.String CONNECTION - See Also:
- Constant Field Values
 
 - 
CLOSEpublic static final java.lang.String CLOSE - See Also:
- Constant Field Values
 
 - 
CLOSE_BYTES@Deprecated public static final byte[] CLOSE_BYTES Deprecated.Unused. Will be removed in Tomcat 10.
 - 
KEEPALIVE@Deprecated public static final java.lang.String KEEPALIVE Deprecated.Unused. Will be removed in Tomcat 10.- See Also:
- Constant Field Values
 
 - 
KEEP_ALIVE_HEADER_VALUE_TOKENpublic static final java.lang.String KEEP_ALIVE_HEADER_VALUE_TOKEN - See Also:
- Constant Field Values
 
 - 
KEEPALIVE_BYTES@Deprecated public static final byte[] KEEPALIVE_BYTES Deprecated.Unused. Will be removed in Tomcat 10.
 - 
CHUNKEDpublic static final java.lang.String CHUNKED - See Also:
- Constant Field Values
 
 - 
ACK_BYTES_REASON@Deprecated public static final byte[] ACK_BYTES_REASON Deprecated.This option will be removed in Tomcat 9. Reason phrase will not be sent.
 - 
ACK_BYTESpublic static final byte[] ACK_BYTES 
 - 
TRANSFERENCODINGpublic static final java.lang.String TRANSFERENCODING - See Also:
- Constant Field Values
 
 - 
KEEP_ALIVE_HEADER_NAMEpublic static final java.lang.String KEEP_ALIVE_HEADER_NAME - See Also:
- Constant Field Values
 
 - 
_200_BYTESpublic static final byte[] _200_BYTES 
 - 
_400_BYTESpublic static final byte[] _400_BYTES 
 - 
_404_BYTESpublic static final byte[] _404_BYTES 
 - 
IDENTITY_FILTERpublic static final int IDENTITY_FILTER Identity filters (input and output).- See Also:
- Constant Field Values
 
 - 
CHUNKED_FILTERpublic static final int CHUNKED_FILTER Chunked filters (input and output).- See Also:
- Constant Field Values
 
 - 
VOID_FILTERpublic static final int VOID_FILTER Void filters (input and output).- See Also:
- Constant Field Values
 
 - 
GZIP_FILTERpublic static final int GZIP_FILTER GZIP filter (output).- See Also:
- Constant Field Values
 
 - 
BUFFERED_FILTERpublic static final int BUFFERED_FILTER Buffered filter (input)- See Also:
- Constant Field Values
 
 - 
HTTP_10public static final java.lang.String HTTP_10 HTTP/1.0.- See Also:
- Constant Field Values
 
 - 
HTTP_11public static final java.lang.String HTTP_11 HTTP/1.1.- See Also:
- Constant Field Values
 
 - 
HTTP_11_BYTESpublic static final byte[] HTTP_11_BYTES 
 
- 
 
-