org.atmosphere.annotation
Class AnnotationUtil
java.lang.Object
org.atmosphere.annotation.AnnotationUtil
public class AnnotationUtil
- extends Object
|
Field Summary |
static org.slf4j.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final org.slf4j.Logger logger
AnnotationUtil
public AnnotationUtil()
interceptors
public static void interceptors(Class<? extends AtmosphereInterceptor>[] interceptors,
AtmosphereFramework framework)
filters
public static void filters(Class<? extends BroadcastFilter>[] bf,
AtmosphereFramework framework)
throws IllegalAccessException,
InstantiationException
- Throws:
IllegalAccessException
InstantiationException
atmosphereConfig
public static void atmosphereConfig(String[] m,
AtmosphereFramework framework)
listeners
public static AtmosphereInterceptor listeners(Class<? extends AtmosphereResourceEventListener>[] listeners,
AtmosphereFramework framework)
Copyright © 2013. All Rights Reserved.