Uses of Interface
com.sun.jersey.api.client.RequestBuilder

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

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

Classes in com.sun.jersey.api.client with type parameters of type RequestBuilder
 class PartialRequestBuilder<T extends RequestBuilder>
          A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
 interface RequestBuilder<T extends RequestBuilder>
          An interface for building requests.
 

Classes in com.sun.jersey.api.client that implement RequestBuilder
 class AsyncViewResource
           
 class AsyncViewResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 class AsyncWebResource
          An encapsulation of an asynchronous Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
 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 PartialRequestBuilder<T extends RequestBuilder>
          A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
 class ViewResource
           
 class ViewResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 class WebResource
          An encapsulation of a Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
 class WebResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.