Uses of Interface
com.sun.jersey.api.client.async.AsyncClientHandler

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

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

Classes in com.sun.jersey.api.client that implement AsyncClientHandler
 class AsyncViewResource
           
 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.
 

Uses of AsyncClientHandler in com.sun.jersey.client.proxy
 

Methods in com.sun.jersey.client.proxy with parameters of type AsyncClientHandler
 Future<T> ViewProxy.asyncView(Class<T> type, ClientRequest request, AsyncClientHandler handler)
           
 Future<T> ViewProxy.asyncView(T v, ClientRequest request, AsyncClientHandler handler)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.