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,
java.lang.String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
void |
postInspect(AtmosphereResource r)
Invoked after an
AtmosphereResource gets dispatched to AtmosphereHandler. |
protected AnnotatedProxy |
proxyHandler() |
java.lang.String |
toString() |
configure, inspect, mapAnnotatedService, prioritydestroyprotected void mapAnnotatedService(boolean reMap,
java.lang.String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
mapAnnotatedService in class ServiceInterceptorprotected AnnotatedProxy proxyHandler() throws java.lang.IllegalAccessException, java.lang.InstantiationException
java.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionprotected ManagedServiceInterceptor.ManagedAnnotation managed(AnnotatedProxy ap, AtmosphereResource r)
public java.lang.String toString()
toString in class AtmosphereInterceptorAdapterpublic void postInspect(AtmosphereResource r)
AtmosphereInterceptorAtmosphereResource gets dispatched to AtmosphereHandler.postInspect in interface AtmosphereInterceptorpostInspect in class AtmosphereInterceptorAdapterr - a AtmosphereResourceCopyright © 2024. All Rights Reserved.