Uses of Class
us.monoid.web.Resty

Packages that use Resty
us.monoid.web Welcome to Resty! This is the main package of Resty. 
 

Uses of Resty in us.monoid.web
 

Subclasses of Resty in us.monoid.web
 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.
 class XMLResource
          Resource presentation for an XML document.
 

Methods in us.monoid.web that return Resty
 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.
 

Methods in us.monoid.web with parameters of type Resty
 void Resty.Option.init(Resty resty)
          Callback from Resty when the option is set on the Resty instance.
 void Resty.Proxy.init(Resty resty)
           
 



Copyright © 2013. All Rights Reserved.