Interface HandshakeResponse


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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Sec-WebSocket-Accept header name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the list of Http headers sent by the web socket server.
  • Field Details

    • SEC_WEBSOCKET_ACCEPT

      static final String SEC_WEBSOCKET_ACCEPT
      The Sec-WebSocket-Accept header name.
      See Also:
  • Method Details

    • getHeaders

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