org.atmosphere.container
Interface TomcatWebSocketUtil.Delegate

All Known Implementing Classes:
Tomcat7AsyncSupportWithWebSocket, Tomcat7BIOSupportWithWebSocket, Tomcat7Servlet30SupportWithWebSocket
Enclosing class:
TomcatWebSocketUtil

public static interface TomcatWebSocketUtil.Delegate


Method Summary
 Action doService(AtmosphereRequest req, AtmosphereResponse res)
           
 Action suspended(AtmosphereRequest request, AtmosphereResponse response)
           
 

Method Detail

doService

Action doService(AtmosphereRequest req,
                 AtmosphereResponse res)
                 throws IOException,
                        javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

suspended

Action suspended(AtmosphereRequest request,
                 AtmosphereResponse response)
                 throws IOException,
                        javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2012. All Rights Reserved.