JavaScript is disabled on your browser.
Skip navigation links
javax.websocket

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 Summary

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

      All Methods
      Modifier and Type Method and Description
      Map<String,List<String>> getHeaders ()
      Return the list of Http headers sent by the web socket server.
    • 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 .
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /