JavaScript is disabled on your browser.
Skip navigation links
WebSocket 2.1 - Apache Tomcat
®
10.1.31
Overview
Package
Class
Tree
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
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
SEC_WEBSOCKET_ACCEPT
Name of the WebSocket accept HTTP header.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
List
<
String
>>
getHeaders
()
Field Details
SEC_WEBSOCKET_ACCEPT
static final
String
SEC_WEBSOCKET_ACCEPT
Name of the WebSocket accept HTTP header.
See Also:
Constant Field Values
Method Details
getHeaders
Map
<
String
,
List
<
String
>>
getHeaders
()