Uses of Interface
org.fusesource.restygwt.client.dispatcher.FilterawareDispatcher

Packages that use FilterawareDispatcher
org.fusesource.restygwt.client.dispatcher   
org.fusesource.restygwt.example.client.dispatcher   
 

Uses of FilterawareDispatcher in org.fusesource.restygwt.client.dispatcher
 

Classes in org.fusesource.restygwt.client.dispatcher that implement FilterawareDispatcher
 class DefaultFilterawareDispatcher
          Some valuable ideas came from: http://turbomanage.wordpress.com/2010/07/12/caching-batching-dispatcher-for-gwt-dispatch/

Thanks David!

Especially: - Waiting if a particular request is already on the way (otherwise you end up having many requests on the same source.

 

Uses of FilterawareDispatcher in org.fusesource.restygwt.example.client.dispatcher
 

Methods in org.fusesource.restygwt.example.client.dispatcher that return FilterawareDispatcher
 FilterawareDispatcher DispatcherFactory.cachingDispatcher()
           
 FilterawareDispatcher DispatcherFactory.cachingXSRFProtectionDispatcher()
           
 FilterawareDispatcher DispatcherFactory.restfulCachingDispatcher()
           
 FilterawareDispatcher DispatcherFactory.restfulCachingXSRFProtectionDispatcher()
           
 FilterawareDispatcher DispatcherFactory.restfulRetryingCachingDispatcher()
           
 FilterawareDispatcher DispatcherFactory.restfulRetryingCachingXSRFProtectionDispatcher()
           
 FilterawareDispatcher DispatcherFactory.retryingCachingDispatcher()
           
 FilterawareDispatcher DispatcherFactory.retryingCachingXSRFProtectionDispatcher()
           
 FilterawareDispatcher DispatcherFactory.retryingDispatcher()
           
 FilterawareDispatcher DispatcherFactory.xsrfProtectionDispatcher()
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.