public class AnnotationUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AnnotationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
atmosphereConfig(String[] m,
AtmosphereFramework framework) |
static void |
filters(Class<? extends BroadcastFilter>[] bf,
AtmosphereFramework framework) |
static void |
interceptors(Class<? extends AtmosphereInterceptor>[] interceptors,
AtmosphereFramework framework) |
static AtmosphereInterceptor |
listeners(Class<? extends AtmosphereResourceEventListener>[] listeners,
AtmosphereFramework framework) |
public static void interceptors(Class<? extends AtmosphereInterceptor>[] interceptors, AtmosphereFramework framework)
public static void filters(Class<? extends BroadcastFilter>[] bf, AtmosphereFramework framework) throws IllegalAccessException, InstantiationException
public static void atmosphereConfig(String[] m, AtmosphereFramework framework)
public static AtmosphereInterceptor listeners(Class<? extends AtmosphereResourceEventListener>[] listeners, AtmosphereFramework framework)
Copyright © 2013. All Rights Reserved.