Package org.atmosphere.config.managed
Class ManagedServiceInterceptor
java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.config.managed.ServiceInterceptor
org.atmosphere.config.managed.ManagedServiceInterceptor
- All Implemented Interfaces:
AtmosphereInterceptor,AtmosphereConfigAware,InvokationOrder
Handle
Singleton for ManagedService processing.- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceNested classes/interfaces inherited from interface org.atmosphere.interceptor.InvokationOrder
InvokationOrder.PRIORITY -
Field Summary
Fields inherited from class org.atmosphere.config.managed.ServiceInterceptor
configFields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) voidInvoked after anAtmosphereResourcegets dispatched toAtmosphereHandler.protected AnnotatedProxytoString()Methods inherited from class org.atmosphere.config.managed.ServiceInterceptor
configure, inspect, mapAnnotatedService, priorityMethods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
destroy
-
Constructor Details
-
ManagedServiceInterceptor
public ManagedServiceInterceptor()
-
-
Method Details
-
mapAnnotatedService
protected void mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) - Specified by:
mapAnnotatedServicein classServiceInterceptor
-
proxyHandler
-
managed
protected ManagedServiceInterceptor.ManagedAnnotation managed(AnnotatedProxy ap, AtmosphereResource r) -
toString
- Overrides:
toStringin classAtmosphereInterceptorAdapter
-
postInspect
Description copied from interface:AtmosphereInterceptorInvoked after anAtmosphereResourcegets dispatched toAtmosphereHandler.- Specified by:
postInspectin interfaceAtmosphereInterceptor- Overrides:
postInspectin classAtmosphereInterceptorAdapter- Parameters:
r- aAtmosphereResource
-