| Package | Description | 
|---|---|
| jakarta.websocket.server | This package contains all the Jakarta WebSocket APIs used only by server side applications. | 
| org.glassfish.tyrus.core | Core classes. | 
| org.glassfish.tyrus.spi | Tyrus SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerEndpointConfig.Configurator. modifyHandshake(ServerEndpointConfig sec,
               HandshakeRequest request,
               HandshakeResponse response)Called by the container after it has formulated a handshake response resulting from a well-formed handshake
 request. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RequestContextImplementation of all possible request interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TyrusServerEndpointConfigurator. modifyHandshake(ServerEndpointConfig sec,
               HandshakeRequest request,
               HandshakeResponse response) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UpgradeRequestAbstraction for a HTTP upgrade request. | 
Copyright © 2012–2020 Oracle Corporation. All rights reserved.