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

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

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

Subclasses of PartialRequestBuilder in com.sun.jersey.api.client
 class AsyncViewResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 class AsyncWebResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
static class ClientRequest.Builder
          The builder for building a ClientRequest instance.
 class ViewResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 class WebResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.