JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH
Package
jakarta.websocket
Interface HandshakeResponse
public interface
HandshakeResponse
The handshake response represents the WebSocket-defined HTTP response that is the response to the opening handshake request.
Author:
dannycoward
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
SEC_WEBSOCKET_ACCEPT
The Sec-WebSocket-Accept header name.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
List
<
String
>>
getHeaders
()
Return the map of HTTP headers to header values sent by the WebSocket server.
Field Details
SEC_WEBSOCKET_ACCEPT
static final
String
SEC_WEBSOCKET_ACCEPT
The Sec-WebSocket-Accept header name.
See Also:
Constant Field Values
Method Details
getHeaders
Map
<
String
,
List
<
String
>>
getHeaders
()
Return the map of HTTP headers to header values sent by the WebSocket server. Note that the lookup of header names will be performed in a case insensitive manner.
Returns:
the HTTP headers.