Package org.atmosphere.cpr
Interface AtmosphereServletProcessor
- All Superinterfaces:
AtmosphereHandler
- All Known Implementing Classes:
AbstractReflectorAtmosphereHandler,AbstractReflectorAtmosphereHandler.Default,ManagedAtmosphereHandler,OnMessage,ReflectorServletProcessor
Simple interface that can be used to wrap a
Servlet from an AtmosphereHandler.- Author:
- Jeanfrancois Arcand
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(AtmosphereConfig config) Initialize theAtmosphereServletProcessorusing theServletConfig.Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
destroy, onRequest, onStateChange
-
Method Details
-
init
Initialize theAtmosphereServletProcessorusing theServletConfig.- Parameters:
config- theServletConfig- Throws:
jakarta.servlet.ServletException
-