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
SEC_WEBSOCKET_ACCEPT
static final String SEC_WEBSOCKET_ACCEPT
- The Sec-WebSocket-Accept header name.
- See Also:
- Constant Field Values
getHeaders
Map<String,List<String>> getHeaders()
- Return the list of Http headers sent by the web socket server.
- Returns:
- the http headers .
Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.