Package org.atmosphere.container
Interface TomcatWebSocketUtil.Delegate
- All Known Implementing Classes:
Tomcat7AsyncSupportWithWebSocket,Tomcat7BIOSupportWithWebSocket,Tomcat7Servlet30SupportWithWebSocket
- Enclosing class:
TomcatWebSocketUtil
public static interface TomcatWebSocketUtil.Delegate
-
Method Summary
Modifier and TypeMethodDescriptiondoService(AtmosphereRequest req, AtmosphereResponse res) suspended(AtmosphereRequest request, AtmosphereResponse response)
-
Method Details
-
doService
Action doService(AtmosphereRequest req, AtmosphereResponse res) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
suspended
Action suspended(AtmosphereRequest request, AtmosphereResponse response) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-