public abstract class HeaderParser
extends java.lang.Object
HeaderSetHeaderSet.getParsed(HeaderParser)| Constructor and Description |
|---|
HeaderParser(java.lang.String headerName)
Create a new Header parser, which has responsibility for making
sense of the header which has the header name specified.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
parse(java.lang.String value) |
public HeaderParser(java.lang.String headerName)
headerName - The name of the Header, for example "Content-Type".
Subclasses need to register their header responsibility via this
parameter, so that the HeaderSet can locate the correct header.HeaderSet.getParsed(HeaderParser parser)
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel