|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.atmosphere.util.ServletProxyFactory
public class ServletProxyFactory
A factory class that can be used to handle the Servlet API internal proxy.
| Nested Class Summary | |
|---|---|
static class |
ServletProxyFactory.EchoMethodHandler
|
static interface |
ServletProxyFactory.MethodHandler
A MethodHandler can be added to allow Frameworks using Atmosphere to customize internal behavior. |
static class |
ServletProxyFactory.UTF8Handler
|
| Method Summary | |
|---|---|
ServletProxyFactory |
addMethodHandler(String method,
ServletProxyFactory.MethodHandler m)
|
static ServletProxyFactory |
getDefault()
|
Object |
proxy(Object clazz,
Method method,
Object[] methodObjects)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final Object proxy(Object clazz,
Method method,
Object[] methodObjects)
public static ServletProxyFactory getDefault()
public ServletProxyFactory addMethodHandler(String method,
ServletProxyFactory.MethodHandler m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||