public class MethodReader extends HeaderReader<Method>
Constructor and Description |
---|
MethodReader(java.lang.String header)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
addValues(Header header,
java.util.Collection<Method> collection)
Adds values to the given collection.
|
Method |
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, unread
public MethodReader(java.lang.String header)
header
- The header to read.public static void addValues(Header header, java.util.Collection<Method> collection)
header
- The header to read.collection
- The collection to update.public Method readValue() throws java.io.IOException
HeaderReader
readValue
in class HeaderReader<Method>
java.io.IOException
Copyright © 2005-2024 Restlet.