Uses of Class
org.atmosphere.interceptor.InvokationOrder.PRIORITY

Packages that use InvokationOrder.PRIORITY
org.atmosphere.config.managed   
org.atmosphere.cpr   
org.atmosphere.interceptor   
 

Uses of InvokationOrder.PRIORITY in org.atmosphere.config.managed
 

Methods in org.atmosphere.config.managed that return InvokationOrder.PRIORITY
 InvokationOrder.PRIORITY MeteorServiceInterceptor.priority()
           
 InvokationOrder.PRIORITY ManagedServiceInterceptor.priority()
           
 InvokationOrder.PRIORITY AtmosphereHandlerServiceInterceptor.priority()
           
 

Uses of InvokationOrder.PRIORITY in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return InvokationOrder.PRIORITY
 InvokationOrder.PRIORITY AtmosphereInterceptorAdapter.priority()
           
 

Methods in org.atmosphere.cpr with parameters of type InvokationOrder.PRIORITY
protected  void AtmosphereFramework.positionInterceptor(InvokationOrder.PRIORITY p, AtmosphereInterceptor c)
           
 

Uses of InvokationOrder.PRIORITY in org.atmosphere.interceptor
 

Fields in org.atmosphere.interceptor declared as InvokationOrder.PRIORITY
static InvokationOrder.PRIORITY InvokationOrder.AFTER_DEFAULT
           
static InvokationOrder.PRIORITY InvokationOrder.BEFORE_DEFAULT
           
static InvokationOrder.PRIORITY InvokationOrder.FIRST_BEFORE_DEFAULT
           
 

Methods in org.atmosphere.interceptor that return InvokationOrder.PRIORITY
 InvokationOrder.PRIORITY InvokationOrder.priority()
          Return the priority an AtmosphereInterceptor must be executed.
 InvokationOrder.PRIORITY CorsInterceptor.priority()
           
static InvokationOrder.PRIORITY InvokationOrder.PRIORITY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InvokationOrder.PRIORITY[] InvokationOrder.PRIORITY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.