Interface WebSocketHandshake

  • All Known Implementing Classes:
    HandshakeRFC6455

    @Deprecated(since="2021-05-27")
    public interface WebSocketHandshake
    Deprecated.
    • Method Detail

      • doHandshakeResponse

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