Package | Description |
---|---|
ej.rest.web |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResource
Abstract base class for all resource handlers you want to use with Resty.
|
class |
BinaryResource
All-purpose resource which is used to access application/octet-stream content or any content in that respect.
|
class |
JSONResource
A resource presentation in JSON format.
|
class |
TextResource
This is a text/* representation of a resource.
|
Modifier and Type | Method and Description |
---|---|
Resty |
Resty.identifyAsMozilla()
Sets the User-Agent to identify as Mozilla/Firefox.
|
Resty |
Resty.identifyAsResty()
Sets the User-Agent to Resty.
|
Resty |
Resty.setOptions(Resty.Option... someOptions)
Set options if you missed your opportunity in the c'tor or if you want to
change the options.
|
Modifier and Type | Method and Description |
---|---|
void |
Resty.Option.init(Resty resty)
Callback from Resty when the option is set on the Resty instance.
|