Package org.atmosphere.util
Interface ServletProxyFactory.MethodHandler
- All Known Implementing Classes:
ServletProxyFactory.EchoMethodHandler,ServletProxyFactory.UTF8Handler
- Enclosing class:
ServletProxyFactory
public static interface ServletProxyFactory.MethodHandler
A MethodHandler can be added to allow Frameworks using Atmosphere to customize internal behavior.
-
Method Summary
-
Method Details
-
handle
Same API as theProxyclass- Parameters:
clazz-method-methodObjects-- Returns:
- this
-