| Package | Description |
|---|---|
| ej.rest.web |
| Modifier and Type | Class and Description |
|---|---|
static class |
Resty.Timeout
Option to set a timeout.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AbstractResource(Resty.Option... options) |
BinaryResource(Resty.Option... options) |
JSONResource(Resty.Option... options) |
Resty(Resty.Option... someOptions)
Create an instance of Resty with the following list of options.
|
TextResource(Resty.Option... options) |