Interface WebSocketDestinationService
-
- All Known Implementing Classes:
AtmosphereWebSocketJettyDestination,AtmosphereWebSocketServletDestination,AtmosphereWebSocketUndertowDestination,Jetty10WebSocketDestination,UndertowWebSocketDestination
public interface WebSocketDestinationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvokeInternal(javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
-
Method Detail
-
invokeInternal
void invokeInternal(javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException- Throws:
IOException
-
-