Uses of Class
org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
Packages that use AtmosphereFramework.AtmosphereHandlerWrapper
-
Uses of AtmosphereFramework.AtmosphereHandlerWrapper in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed with parameters of type AtmosphereFramework.AtmosphereHandlerWrapperModifier and TypeMethodDescriptionprotected voidAtmosphereHandlerServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected voidManagedServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected voidMeteorServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected abstract voidServiceInterceptor.mapAnnotatedService(boolean reMap, 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.AtmosphereHandlerWrapperModifier and TypeFieldDescriptionprotected final Map<String, AtmosphereFramework.AtmosphereHandlerWrapper> AtmosphereFramework.atmosphereHandlersAtmosphereFramework.endpointMapperMethods in org.atmosphere.cpr that return AtmosphereFramework.AtmosphereHandlerWrapperModifier and TypeMethodDescriptionAtmosphereFramework.createWrapperAndConfigureHandler(AtmosphereHandler h, String mapping, List<AtmosphereInterceptor> l) AsynchronousProcessor.map(AtmosphereRequest req) Return theAtmosphereHandlermapped to the passed servlet-path.Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereFramework.AtmosphereHandlerWrapperModifier and TypeMethodDescriptionAtmosphereFramework.endPointMapper()The currentEndpointMapperused to map requests toAtmosphereHandler.AtmosphereFramework.getAtmosphereHandlers()AtmosphereConfig.handlers()Return the list ofAtmosphereFramework.AtmosphereHandlerWrappers.Methods in org.atmosphere.cpr with parameters of type AtmosphereFramework.AtmosphereHandlerWrapperModifier and TypeMethodDescriptionprotected voidAtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, List<AtmosphereInterceptor> interceptors) protected voidAtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c)