Uses of Enum Class
org.atmosphere.interceptor.InvokationOrder.PRIORITY
Packages that use InvokationOrder.PRIORITY
Package
Description
-
Uses of InvokationOrder.PRIORITY in org.atmosphere.client
Methods in org.atmosphere.client that return InvokationOrder.PRIORITY -
Uses of InvokationOrder.PRIORITY in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed that return InvokationOrder.PRIORITY -
Uses of InvokationOrder.PRIORITY in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return InvokationOrder.PRIORITY -
Uses of InvokationOrder.PRIORITY in org.atmosphere.interceptor
Fields in org.atmosphere.interceptor declared as InvokationOrder.PRIORITYModifier and TypeFieldDescriptionstatic final InvokationOrder.PRIORITYInvokationOrder.AFTER_DEFAULTstatic final InvokationOrder.PRIORITYInvokationOrder.BEFORE_DEFAULTstatic final InvokationOrder.PRIORITYInvokationOrder.FIRST_BEFORE_DEFAULTMethods in org.atmosphere.interceptor that return InvokationOrder.PRIORITYModifier and TypeMethodDescriptionCorsInterceptor.priority()IdleResourceInterceptor.priority()InvokationOrder.priority()Return the priority an AtmosphereInterceptor must be executed.SuspendTrackerInterceptor.priority()static InvokationOrder.PRIORITYReturns the enum constant of this class with the specified name.static InvokationOrder.PRIORITY[]InvokationOrder.PRIORITY.values()Returns an array containing the constants of this enum class, in the order they are declared.