Uses of Interface
org.atmosphere.handler.AnnotatedProxy
-
Packages that use AnnotatedProxy Package Description org.atmosphere.config.managed org.atmosphere.handler -
-
Uses of AnnotatedProxy in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AnnotatedProxy Modifier and Type Class Description classManagedAtmosphereHandlerAn internal implementation ofAtmosphereHandlerthat implement support for Atmosphere 2.0 annotations.Methods in org.atmosphere.config.managed that return AnnotatedProxy Modifier and Type Method Description AnnotatedProxyManagedAtmosphereHandler. configure(AtmosphereConfig config, java.lang.Object c)protected AnnotatedProxyManagedServiceInterceptor. proxyHandler()Methods in org.atmosphere.config.managed with parameters of type AnnotatedProxy Modifier and Type Method Description protected ManagedServiceInterceptor.ManagedAnnotationManagedServiceInterceptor. managed(AnnotatedProxy ap, AtmosphereResource r) -
Uses of AnnotatedProxy in org.atmosphere.handler
Methods in org.atmosphere.handler that return AnnotatedProxy Modifier and Type Method Description AnnotatedProxyAnnotatedProxy. configure(AtmosphereConfig config, java.lang.Object c)Configure the proxy.
-