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.
handle
Object handle(Object clazz,
Method method,
Object[] methodObjects)
- Same API as the
Proxy class
- Parameters:
clazz - method - methodObjects -
- Returns:
- this
Copyright © 2013. All Rights Reserved.