Package com.blackrook.small.parser
Class RFCParser
java.lang.Object
com.blackrook.small.parser.RFCParser
Parser for lines that are broken by RFC-standard style text lines (most HTTP headers).
- Author:
- Matthew Tropiano
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RFCParser
Creates a new header content parser.- Parameters:
data
- the line to parse.
-
-
Method Details
-
hasTokens
public boolean hasTokens()- Returns:
- true if this has tokens left.
-
nextToken
- Returns:
- the next token.
-