Package | Description |
---|---|
fr.pcreations.labs.RESTDroid.core |
Modifier and Type | Field and Description |
---|---|
private HTTPVerb |
RESTRequest.mVerb
The particular
HTTPVerb for this request |
Modifier and Type | Method and Description |
---|---|
HTTPVerb |
RESTRequest.getVerb()
Getter for
HTTPVerb |
static HTTPVerb |
HTTPVerb.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HTTPVerb[] |
HTTPVerb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebService.initRequest(RESTRequest<? extends Resource> r,
HTTPVerb verb,
java.lang.String uri)
Initializes a request by setting verb and uri
|
protected void |
WebService.initRequest(RESTRequest<? extends Resource> r,
HTTPVerb verb,
java.lang.String uri,
Bundle extraParams)
Initializes a request by setting verb, uri and extra paramaters
|
protected void |
Processor.mirrorServerStateRoutine(HTTPVerb verb,
ResourceRepresentation<?> resource) |
void |
RESTRequest.setVerb(HTTPVerb mVerb)
Setter for
HTTPVerb |
Constructor and Description |
---|
RESTRequest(HTTPVerb verb,
java.util.UUID id,
java.lang.String url,
Bundle extraParams)
Constructor
|