|
Restlet Framework 2.2.1 OSGi Environments |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.header.HeaderReader<Method>
org.restlet.engine.header.MethodReader
public class MethodReader
Method header reader.
Constructor Summary | |
---|---|
MethodReader(String header)
Constructor. |
Method Summary | |
---|---|
static void |
addValues(Header header,
Collection<Method> collection)
Adds values to the given collection. |
Method |
readValue()
Read the next value. |
Methods inherited from class org.restlet.engine.header.HeaderReader |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodReader(String header)
header
- The header to read.Method Detail |
---|
public static void addValues(Header header, Collection<Method> collection)
header
- The header to read.collection
- The collection to update.public Method readValue() throws IOException
HeaderReader
readValue
in class HeaderReader<Method>
IOException
|
Restlet Framework 2.2.1 OSGi Environments |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |