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)
broadcaster
public static Broadcaster broadcaster(AtmosphereFramework framework,
Class<? extends Broadcaster> broadcaster,
String path)
throws Exception
- Throws:
Exception
broadcasterClass
public static Class<? extends Broadcaster> broadcasterClass(AtmosphereFramework framework,
Class<? extends Broadcaster> broadcaster)
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.