Package org.atmosphere.util
Interface ServletProxyFactory.MethodHandler
-
- All Known Implementing Classes:
ServletProxyFactory.EchoMethodHandler,ServletProxyFactory.UTF8Handler
- Enclosing class:
- ServletProxyFactory
public static interface ServletProxyFactory.MethodHandlerA MethodHandler can be added to allow Frameworks using Atmosphere to customize internal behavior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objecthandle(java.lang.Object clazz, java.lang.reflect.Method method, java.lang.Object[] methodObjects)Same API as theProxyclass
-