Package org.atmosphere.cpr
Class AtmosphereFramework.AtmosphereHandlerWrapper
- java.lang.Object
-
- org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
-
- Enclosing class:
- AtmosphereFramework
public static final class AtmosphereFramework.AtmosphereHandlerWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AtmosphereHandleratmosphereHandlerBroadcasterbroadcasterbooleancreatejava.util.LinkedList<AtmosphereInterceptor>interceptorsjava.lang.Stringmapping
-
Constructor Summary
Constructors Constructor Description AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config)AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, AtmosphereHandler atmosphereHandler, java.lang.String mapping, AtmosphereConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanneedRequestScopedInjection()java.lang.StringtoString()booleanwildcardMapping()
-
-
-
Field Detail
-
atmosphereHandler
public final AtmosphereHandler atmosphereHandler
-
broadcaster
public Broadcaster broadcaster
-
mapping
public java.lang.String mapping
-
interceptors
public final java.util.LinkedList<AtmosphereInterceptor> interceptors
-
create
public boolean create
-
-
Constructor Detail
-
AtmosphereHandlerWrapper
public AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, AtmosphereHandler atmosphereHandler, java.lang.String mapping, AtmosphereConfig config)
-
AtmosphereHandlerWrapper
public AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config)
-
-