Class ServiceInterceptor

java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.config.managed.ServiceInterceptor
All Implemented Interfaces:
AtmosphereInterceptor, AtmosphereConfigAware, InvokationOrder
Direct Known Subclasses:
AtmosphereHandlerServiceInterceptor, ManagedServiceInterceptor

public abstract sealed class ServiceInterceptor extends AtmosphereInterceptorAdapter permits AtmosphereHandlerServiceInterceptor, ManagedServiceInterceptor
Abstract sealed base class for service interceptors that handle wildcard path routing and path parameter injection for annotated Atmosphere services. Subclasses inspect incoming requests and map them to the appropriate annotated handler.