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, ShiroInterceptor, 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
static class InvokationOrder.PRIORITY
           
 
Field Summary
static InvokationOrder.PRIORITY AFTER_DEFAULT
           
static InvokationOrder.PRIORITY BEFORE_DEFAULT
           
static InvokationOrder.PRIORITY FIRST_BEFORE_DEFAULT
           
 
Method Summary
 InvokationOrder.PRIORITY priority()
          Return the priority an AtmosphereInterceptor must be executed.
 

Field Detail

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
Method Detail

priority

InvokationOrder.PRIORITY priority()
Return the priority an AtmosphereInterceptor must be executed.

Returns:
PRIORITY


Copyright © 2014. All Rights Reserved.