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

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

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

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

Constructors in com.sun.jersey.api.client with parameters of type AsyncViewResource
AsyncViewResource(AsyncViewResource that, UriBuilder ub)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.