Interface HandshakeResponse


  • public interface HandshakeResponse
    The handshake response represents the web socket-defined Http response that is the response to the opening handshake request.
    Author:
    dannycoward
    • Field Detail

    • Method Detail

      • getHeaders

        Map<String,​List<String>> getHeaders()
        Return the list of Http headers sent by the web socket server.
        Returns:
        the http headers .