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

    Modifier and Type
    Method
    Description
    handle(Object clazz, Method method, Object[] methodObjects)
    Same API as the Proxy class
  • Method Details

    • handle

      Object handle(Object clazz, Method method, Object[] methodObjects)
      Same API as the Proxy class
      Parameters:
      clazz -
      method -
      methodObjects -
      Returns:
      this