Package | Description |
---|---|
ej.rest.web | |
ej.rest.web.mime |
Class and Description |
---|
AbstractContent
Abstract base class of the content being sent to a server.
|
AbstractResource
Abstract base class for all resource handlers you want to use with Resty.
|
BinaryResource
All-purpose resource which is used to access application/octet-stream content or any content in that respect.
|
ChunkedContent
Represents a chunked, streaming content.
|
Content
Class to encapsulate content being sent as payload of a POST or PUT request.
|
FormContent
Encapsulates form-data sent to web services.
|
FormData
Wrapper for content to be sent as form-data.
|
JSONPathQuery
Create a path query for a JSON object.
|
JSONResource
A resource presentation in JSON format.
|
PathQuery
Simple abstraction for queries into complex datastructures.
|
Resty
Main class.
|
Resty.Option
Base class for Resty options.
|
Resty.Timeout
Option to set a timeout.
|
TextResource
This is a text/* representation of a resource.
|
Class and Description |
---|
AbstractContent
Abstract base class of the content being sent to a server.
|