public abstract class RESTParser<T extends Request> extends AbstractRequestParser<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENUMERATOR_SEPARATOR |
static java.lang.String |
RANGE_SEPARATOR |
Constructor and Description |
---|
RESTParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
canParse(HTTPRequest request)
Implementation of the AbstractRequestParser interface The RESTParser can
only parse the request if it has no query string attached to it and the
operation name is container in the url
s
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperationName, parse
public static final java.lang.String RANGE_SEPARATOR
public static final java.lang.String ENUMERATOR_SEPARATOR
public boolean canParse(HTTPRequest request)
request
- the request string