| Package | Description |
|---|---|
| org.atmosphere.config.managed | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor |
| Modifier and Type | Method and Description |
|---|---|
InvokationOrder.PRIORITY |
MeteorServiceInterceptor.priority() |
InvokationOrder.PRIORITY |
ManagedServiceInterceptor.priority() |
InvokationOrder.PRIORITY |
AtmosphereHandlerServiceInterceptor.priority() |
| Modifier and Type | Method and Description |
|---|---|
InvokationOrder.PRIORITY |
AtmosphereInterceptorAdapter.priority() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AtmosphereFramework.positionInterceptor(InvokationOrder.PRIORITY p,
AtmosphereInterceptor c) |
| Modifier and Type | Field and Description |
|---|---|
static InvokationOrder.PRIORITY |
InvokationOrder.AFTER_DEFAULT |
static InvokationOrder.PRIORITY |
InvokationOrder.BEFORE_DEFAULT |
static InvokationOrder.PRIORITY |
InvokationOrder.FIRST_BEFORE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
InvokationOrder.PRIORITY |
InvokationOrder.priority()
Return the priority an AtmosphereInterceptor must be executed.
|
InvokationOrder.PRIORITY |
CorsInterceptor.priority() |
static InvokationOrder.PRIORITY |
InvokationOrder.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.
|
Copyright © 2018. All Rights Reserved.