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, unreadpublic 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
HeaderReaderreadValue in class HeaderReader<Method>java.io.IOExceptionCopyright © 2005-2024 Restlet.