Interface WebSocketDestinationService

All Known Implementing Classes:
AtmosphereWebSocketJettyDestination, AtmosphereWebSocketServletDestination, AtmosphereWebSocketUndertowDestination, Jetty11WebSocketDestination, UndertowWebSocketDestination

public interface WebSocketDestinationService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invokeInternal(jakarta.servlet.ServletConfig config, jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)
     
  • Method Details

    • invokeInternal

      void invokeInternal(jakarta.servlet.ServletConfig config, jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException
      Throws:
      IOException