public interface HttpParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
CHAR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
END_QUOTE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUALS
RegularExpression Id.
|
static int |
FORWARD_SLASH
RegularExpression Id.
|
static int |
HT
RegularExpression Id.
|
static int |
HTTP_TOKEN
RegularExpression Id.
|
static int |
HTTP_TOKEN_CHAR
RegularExpression Id.
|
static int |
IN_QUOTED_TEXT
Lexical state.
|
static int |
LWS
RegularExpression Id.
|
static int |
QUOTED_STRING
RegularExpression Id.
|
static int |
QUOTED_TEXT
RegularExpression Id.
|
static int |
QUOTED_TEXT_CHAR
RegularExpression Id.
|
static int |
SEMI_COLON
RegularExpression Id.
|
static int |
SP
RegularExpression Id.
|
static int |
START_QUOTE
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int SEMI_COLON
static final int EQUALS
static final int FORWARD_SLASH
static final int SP
static final int HT
static final int LWS
static final int HTTP_TOKEN
static final int QUOTED_STRING
static final int START_QUOTE
static final int HTTP_TOKEN_CHAR
static final int QUOTED_TEXT
static final int END_QUOTE
static final int QUOTED_TEXT_CHAR
static final int CHAR
static final int DEFAULT
static final int IN_QUOTED_TEXT
static final java.lang.String[] tokenImage
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.