| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncIOInterceptorAdapter
An Adapter for
AsyncIOInterceptor. |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<AsyncIOInterceptor> |
AtmosphereInterceptorWriter.filters |
protected LinkedList<AsyncIOInterceptor> |
AtmosphereInterceptorWriter.reversedFilters |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<AsyncIOInterceptor> |
AtmosphereInterceptorWriter.filters() |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereInterceptorWriter |
AtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter)
Add an
AsyncIOInterceptor that will be invoked in the order it was added. |
AtmosphereInterceptorWriter |
AtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter,
int index)
Add an
AsyncIOInterceptor that will be invoked at the specified index position. |
Copyright © 2016. All rights reserved.