Uses of Interface
org.apache.shindig.protocol.HandlerExecutionListener

Packages that use HandlerExecutionListener
org.apache.shindig.protocol   
 

Uses of HandlerExecutionListener in org.apache.shindig.protocol
 

Classes in org.apache.shindig.protocol that implement HandlerExecutionListener
static class HandlerExecutionListener.LoggingHandler
          A simple implementation that logs the start/stop times of requests You can configure this for use by adding a binding in your Guice Module like this: bind(HandlerExecutionListener.class).to(HandlerExecutionListener.LoggingHandler.class);
static class HandlerExecutionListener.NoOpHandler
          Default no-op implementation
 

Constructors in org.apache.shindig.protocol with parameters of type HandlerExecutionListener
DefaultHandlerRegistry(com.google.inject.Injector injector, BeanJsonConverter beanJsonConverter, HandlerExecutionListener executionListener)
          Creates a dispatcher with the specified handler classes
 



Copyright © 2007-2012. All Rights Reserved.