javax.websocket
Interface HandshakeResponse


public interface HandshakeResponse

The handshake response represents the web socket defined http response that will be sent by the web socket server during the opening handshake.

Author:
dannycoward

Method Summary
 Map<String,List<String>> getHeaders()
          Return the list of Http Headers that came with the handshake request.
 

Method Detail

getHeaders

Map<String,List<String>> getHeaders()
Return the list of Http Headers that came with the handshake request.

Returns:
the headers.



Copyright © 2012 Oracle and/or its affiliates. All rights reserved.