Uses of Class
org.atmosphere.interceptor.InvokationOrder.PRIORITY
-
Packages that use InvokationOrder.PRIORITY Package Description org.atmosphere.client org.atmosphere.config.managed org.atmosphere.cpr org.atmosphere.interceptor -
-
Uses of InvokationOrder.PRIORITY in org.atmosphere.client
Methods in org.atmosphere.client that return InvokationOrder.PRIORITY Modifier and Type Method Description InvokationOrder.PRIORITYTrackMessageSizeInterceptor. priority() -
Uses of InvokationOrder.PRIORITY in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed that return InvokationOrder.PRIORITY Modifier and Type Method Description InvokationOrder.PRIORITYServiceInterceptor. priority() -
Uses of InvokationOrder.PRIORITY in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return InvokationOrder.PRIORITY Modifier and Type Method Description InvokationOrder.PRIORITYAtmosphereInterceptorAdapter. priority() -
Uses of InvokationOrder.PRIORITY in org.atmosphere.interceptor
Fields in org.atmosphere.interceptor declared as InvokationOrder.PRIORITY Modifier and Type Field Description static InvokationOrder.PRIORITYInvokationOrder. AFTER_DEFAULTstatic InvokationOrder.PRIORITYInvokationOrder. BEFORE_DEFAULTstatic InvokationOrder.PRIORITYInvokationOrder. FIRST_BEFORE_DEFAULTMethods in org.atmosphere.interceptor that return InvokationOrder.PRIORITY Modifier and Type Method Description InvokationOrder.PRIORITYCorsInterceptor. priority()InvokationOrder.PRIORITYIdleResourceInterceptor. priority()InvokationOrder.PRIORITYInvokationOrder. priority()Return the priority an AtmosphereInterceptor must be executed.InvokationOrder.PRIORITYSuspendTrackerInterceptor. priority()static InvokationOrder.PRIORITYInvokationOrder.PRIORITY. valueOf(java.lang.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.
-