Uses of Class
us.monoid.web.Resty.Option

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

Uses of Resty.Option in us.monoid.web
 

Subclasses of Resty.Option in us.monoid.web
static class Resty.Proxy
          Option to set the proxy for a Resty instance.
static class Resty.Timeout
          Option to set a timeout.
 

Methods in us.monoid.web with parameters of type Resty.Option
 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.
 

Constructors in us.monoid.web with parameters of type Resty.Option
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)
           
XMLResource(Resty.Option... options)
           
 



Copyright © 2013. All Rights Reserved.