Package org.atmosphere.cpr
Interface AtmosphereServletProcessor
-
- All Superinterfaces:
AtmosphereHandler
- All Known Implementing Classes:
AbstractReflectorAtmosphereHandler,AbstractReflectorAtmosphereHandler.Default,ManagedAtmosphereHandler,OnMessage,ReflectorServletProcessor
public interface AtmosphereServletProcessor extends AtmosphereHandler
Simple interface that can be used to wrap aServletfrom anAtmosphereHandler.- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(AtmosphereConfig config)Initialize theAtmosphereServletProcessorusing theServletConfig.-
Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
destroy, onRequest, onStateChange
-
-
-
-
Method Detail
-
init
void init(AtmosphereConfig config) throws jakarta.servlet.ServletException
Initialize theAtmosphereServletProcessorusing theServletConfig.- Parameters:
config- theServletConfig- Throws:
jakarta.servlet.ServletException
-
-