public class ManagedServiceInterceptor extends ServiceInterceptor
Singleton for ManagedService processing.| Modifier and Type | Class and Description |
|---|---|
protected static interface |
ManagedServiceInterceptor.ManagedAnnotation |
InvokationOrder.PRIORITYconfigAFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT| Constructor and Description |
|---|
ManagedServiceInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedServiceInterceptor.ManagedAnnotation |
managed(AnnotatedProxy ap,
AtmosphereResource r) |
protected void |
mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
void |
postInspect(AtmosphereResource r)
Invoked after an
AtmosphereResource gets dispatched to AtmosphereHandler. |
protected AnnotatedProxy |
proxyHandler() |
String |
toString() |
configure, inspect, mapAnnotatedService, prioritydestroyprotected void mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
mapAnnotatedService in class ServiceInterceptorprotected AnnotatedProxy proxyHandler() throws IllegalAccessException, InstantiationException
protected ManagedServiceInterceptor.ManagedAnnotation managed(AnnotatedProxy ap, AtmosphereResource r)
public String toString()
toString in class AtmosphereInterceptorAdapterpublic void postInspect(AtmosphereResource r)
AtmosphereInterceptorAtmosphereResource gets dispatched to AtmosphereHandler.postInspect in interface AtmosphereInterceptorpostInspect in class AtmosphereInterceptorAdapterr - a AtmosphereResourceCopyright © 2016. All rights reserved.