org.atmosphere.interceptor
Interface InvokationOrder
- All Known Implementing Classes:
- AndroidAtmosphereInterceptor, AtmosphereHandlerServiceInterceptor, AtmosphereInterceptorAdapter, BroadcastOnPostAtmosphereInterceptor, CorsInterceptor, DefaultHeadersInterceptor, HeartbeatInterceptor, JavaScriptProtocol, JSONPAtmosphereInterceptor, ManagedServiceInterceptor, MeteorServiceInterceptor, NginxInterceptor, OnDisconnectInterceptor, PaddingAtmosphereInterceptor, SessionCreationInterceptor, ShiroInterceptor, SSEAtmosphereInterceptor, SuspendTrackerInterceptor, TrackMessageSizeB64Interceptor, TrackMessageSizeInterceptor
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
AFTER_DEFAULT
static final InvokationOrder.PRIORITY AFTER_DEFAULT
BEFORE_DEFAULT
static final InvokationOrder.PRIORITY BEFORE_DEFAULT
FIRST_BEFORE_DEFAULT
static final InvokationOrder.PRIORITY FIRST_BEFORE_DEFAULT
priority
InvokationOrder.PRIORITY priority()
- Return the priority an AtmosphereInterceptor must be executed.
- Returns:
- PRIORITY
Copyright © 2014. All Rights Reserved.