Uses of Class
com.sun.jersey.api.client.AsyncWebResource

Packages that use AsyncWebResource
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
 

Uses of AsyncWebResource in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return AsyncWebResource
 AsyncWebResource Client.asyncResource(String u)
          Create an asynchronous Web resource from the client.
 AsyncWebResource Client.asyncResource(URI u)
          Create an asynchronous Web resource from the client.
 AsyncWebResource AsyncWebResource.path(String path)
          Create a new AsyncWebResource from this web resource with an additional path added to the URI of this web resource.
 AsyncWebResource AsyncWebResource.queryParam(String key, String value)
          Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
 AsyncWebResource AsyncWebResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 AsyncWebResource AsyncWebResource.uri(URI uri)
          Create a new AsyncWebResource from this web resource.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.