|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.client.engine.http.header.HeaderReader<Method>
org.restlet.client.engine.http.header.MethodReader
public class MethodReader
Method header reader.
Constructor Summary | |
---|---|
MethodReader(java.lang.String header)
Constructor. |
Method Summary | |
---|---|
static void |
addValues(Parameter header,
java.util.Collection<Method> collection)
Adds values to the given collection. |
Method |
readValue()
Read the next value. |
Methods inherited from class org.restlet.client.engine.http.header.HeaderReader |
---|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readComment, readDate, readDigits, readHeader, readHeader, readParameter, readParameterValue, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodReader(java.lang.String header)
header
- The header to read.Method Detail |
---|
public static void addValues(Parameter 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |