public class WarningReader extends HeaderReader<Warning>
| Constructor and Description |
|---|
WarningReader(java.lang.String header)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addValues(Header header,
java.util.Collection<Warning> collection)
Adds values to the given collection.
|
Warning |
readValue()
Read the next value.
|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readActualNamedValue, readComment, readDate, readDigits, readHeader, readHeader, readNamedValue, readParameter, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unreadpublic WarningReader(java.lang.String header)
header - The header to read.public static void addValues(Header header, java.util.Collection<Warning> collection)
header - The header to read.collection - The collection to update.public Warning readValue() throws java.io.IOException
HeaderReaderreadValue in class HeaderReader<Warning>java.io.IOExceptionCopyright © 2005-2018 Restlet.