| Interface | Description |
|---|---|
| HttpParserConstants |
Token literal values and constants.
|
| HttpParserTreeConstants | |
| Node |
| Class | Description |
|---|---|
| AstAttribute |
Represents an attribute as per section 3.6 of RFC 2616.
|
| AstMediaType |
Represents a media-type as per section 3.7 of RFC 2616.
|
| AstParameter |
Represents a parameter as per section 3.6 of RFC 2616.
|
| AstSubType |
Represents a sub-type as per section 3.7 of RFC 2616.
|
| AstType |
Represents a type as per section 3.7 of RFC 2616.
|
| AstValue |
Represents a value as per section 3.6 of RFC 2616.
|
| HttpParser | |
| HttpParserTokenManager |
Token Manager.
|
| JJTHttpParserState | |
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SimpleNode | |
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.