Package us.monoid.web

Welcome to Resty! This is the main package of Resty.

See:
          Description

Class Summary
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.
Content Class to encapsulate content being sent as payload of a POST or PUT request.
Deletion Used for deleting contents on a server with the DELETE method.
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<T,S> Simple abstraction for queries into complex datastructures.
Replacement Used in PUT operations.
Resty Main class.
Resty.Option Base class for Resty options.
Resty.Proxy Option to set the proxy for a Resty instance.
Resty.Timeout Option to set a timeout.
TextResource This is a text/* representation of a resource.
XMLResource Resource presentation for an XML document.
XPathQuery PathQuery for XPath.
 

Package us.monoid.web Description

Welcome to Resty! This is the main package of Resty. Look at me!!! Look at me!!!

This is the main package for Resty, a simple HTTP/REST client. To get started, check out the Javadoc of the Resty class.



Copyright © 2013. All Rights Reserved.