Interface WebSocketHandshake

  • All Known Implementing Classes:
    HandshakeRFC6455

    public interface WebSocketHandshake
    • Method Detail

      • doHandshakeResponse

        void doHandshakeResponse​(ServletUpgradeRequest request,
                                 ServletUpgradeResponse response)
                          throws java.io.IOException
        Formulate a WebSocket upgrade handshake response.
        Parameters:
        request - the request
        response - the response
        Throws:
        java.io.IOException - if unable to handshake