Interface WebSocketService


  • public interface WebSocketService
    • Method Detail

      • isUpgradeRequest

        boolean isUpgradeRequest​(javax.servlet.http.HttpServletRequest req,
                                 javax.servlet.http.HttpServletResponse res)
      • acceptWebSocket

        boolean acceptWebSocket​(javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse res,
                                EndpointFactory factory)
                         throws IOException
        Throws:
        IOException