Uses of Class
us.monoid.web.BinaryResource

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

Uses of BinaryResource in us.monoid.web
 

Methods in us.monoid.web that return BinaryResource
 BinaryResource Resty.bytes(String anUri)
          Get the resource specified by the uri and return a binary resource for it.
 BinaryResource Resty.bytes(String anUri, AbstractContent someContent)
          POST to the URI and get the resource as binary resource.
 BinaryResource Resty.bytes(URI anUri)
          Get the resource specified by the uri and return a binary resource for it.
 BinaryResource Resty.bytes(URI anUri, AbstractContent someContent)
          POST to the URI and get the resource as binary resource.
 



Copyright © 2013. All Rights Reserved.