Uses of Class
org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
-
Packages that use AtmosphereFramework.AtmosphereHandlerWrapper Package Description org.atmosphere.config.managed org.atmosphere.cpr -
-
Uses of AtmosphereFramework.AtmosphereHandlerWrapper in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed with parameters of type AtmosphereFramework.AtmosphereHandlerWrapper Modifier and Type Method Description protected voidAtmosphereHandlerServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected voidManagedServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected voidMeteorServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected abstract voidServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected voidServiceInterceptor. mapAnnotatedService(AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)Inspect the request and its mappedAtmosphereHandlerto determine if the '{}' was used when defined the annotation's path value. -
Uses of AtmosphereFramework.AtmosphereHandlerWrapper in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type AtmosphereFramework.AtmosphereHandlerWrapper Modifier and Type Field Description protected java.util.Map<java.lang.String,AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. atmosphereHandlersprotected EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. endpointMapperMethods in org.atmosphere.cpr that return AtmosphereFramework.AtmosphereHandlerWrapper Modifier and Type Method Description protected AtmosphereFramework.AtmosphereHandlerWrapperAtmosphereFramework. createWrapperAndConfigureHandler(AtmosphereHandler h, java.lang.String mapping, java.util.List<AtmosphereInterceptor> l)protected AtmosphereFramework.AtmosphereHandlerWrapperAsynchronousProcessor. map(AtmosphereRequest req)Return theAtmosphereHandlermapped to the passed servlet-path.Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereFramework.AtmosphereHandlerWrapper Modifier and Type Method Description EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. endPointMapper()The currentEndpointMapperused to map requests toAtmosphereHandler.java.util.Map<java.lang.String,AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereFramework. getAtmosphereHandlers()java.util.Map<java.lang.String,AtmosphereFramework.AtmosphereHandlerWrapper>AtmosphereConfig. handlers()Return the list ofAtmosphereFramework.AtmosphereHandlerWrappers.Methods in org.atmosphere.cpr with parameters of type AtmosphereFramework.AtmosphereHandlerWrapper Modifier and Type Method Description protected voidAtmosphereFramework. addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, java.util.List<AtmosphereInterceptor> interceptors)protected voidAtmosphereFramework. addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c)
-