Package org.atmosphere.container
Interface TomcatWebSocketUtil.Delegate
-
- All Known Implementing Classes:
Tomcat7AsyncSupportWithWebSocket,Tomcat7BIOSupportWithWebSocket,Tomcat7Servlet30SupportWithWebSocket
- Enclosing class:
- TomcatWebSocketUtil
public static interface TomcatWebSocketUtil.Delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiondoService(AtmosphereRequest req, AtmosphereResponse res)Actionsuspended(AtmosphereRequest request, AtmosphereResponse response)
-
-
-
Method Detail
-
doService
Action doService(AtmosphereRequest req, AtmosphereResponse res) throws java.io.IOException, javax.servlet.ServletException
- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
suspended
Action suspended(AtmosphereRequest request, AtmosphereResponse response) throws java.io.IOException, javax.servlet.ServletException
- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
-