Package org.atmosphere.interceptor
Interface InvokationOrder
- All Known Implementing Classes:
AndroidAtmosphereInterceptor,AtmosphereHandlerServiceInterceptor,AtmosphereInterceptorAdapter,BroadcastOnPostAtmosphereInterceptor,CacheHeadersInterceptor,CorsInterceptor,HeartbeatInterceptor,IdleResourceInterceptor,JavaScriptProtocol,JSONPAtmosphereInterceptor,ManagedServiceInterceptor,MeteorServiceInterceptor,NginxInterceptor,OldBrowserPaddingInterceptor,OnDisconnectInterceptor,PaddingAtmosphereInterceptor,ServiceInterceptor,SessionCreationInterceptor,SimpleRestInterceptor,SSEAtmosphereInterceptor,SuspendTrackerInterceptor,TrackMessageSizeB64Interceptor,TrackMessageSizeInterceptor,WebSocketMessageSuspendInterceptor
public interface InvokationOrder
A simple marker class to use with
AtmosphereInterceptor in order to determine in which
position in the interceptor's chain the AtmosphereInterceptor must be installed.
Normally all AtmosphereInterceptor are installed using the InvokationOrder.PRIORITY.AFTER_DEFAULT- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InvokationOrder.PRIORITYstatic final InvokationOrder.PRIORITYstatic final InvokationOrder.PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionpriority()Return the priority an AtmosphereInterceptor must be executed.
-
Field Details
-
AFTER_DEFAULT
-
BEFORE_DEFAULT
-
FIRST_BEFORE_DEFAULT
-
-
Method Details
-
priority
InvokationOrder.PRIORITY priority()Return the priority an AtmosphereInterceptor must be executed.- Returns:
- PRIORITY
-