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

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

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

Methods in com.sun.jersey.api.client that return AsyncViewResource.Builder
 AsyncViewResource.Builder AsyncViewResource.accept(MediaType... types)
           
 AsyncViewResource.Builder AsyncViewResource.accept(java.lang.String... types)
           
 AsyncViewResource.Builder AsyncViewResource.acceptLanguage(java.util.Locale... locales)
           
 AsyncViewResource.Builder AsyncViewResource.acceptLanguage(java.lang.String... locales)
           
 AsyncViewResource.Builder AsyncViewResource.cookie(Cookie cookie)
           
 AsyncViewResource.Builder AsyncViewResource.entity(java.lang.Object entity)
           
 AsyncViewResource.Builder AsyncViewResource.entity(java.lang.Object entity, MediaType type)
           
 AsyncViewResource.Builder AsyncViewResource.entity(java.lang.Object entity, java.lang.String type)
           
 AsyncViewResource.Builder AsyncViewResource.getRequestBuilder()
          Get the ClientRequest builder.
 AsyncViewResource.Builder AsyncViewResource.header(java.lang.String name, java.lang.Object value)
           
 AsyncViewResource.Builder AsyncViewResource.type(MediaType type)
           
 AsyncViewResource.Builder AsyncViewResource.type(java.lang.String type)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.