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