public class WebsocketConfigurator
extends javax.websocket.server.ServerEndpointConfig.Configurator
Modifier and Type | Field and Description |
---|---|
static String |
MAX_IDLE_TIMEOUT |
static String |
WEBSOCKET_USER |
static String |
WEBSOCKET_VALID |
Constructor and Description |
---|
WebsocketConfigurator(ExternalContext context) |
Modifier and Type | Method and Description |
---|---|
void |
modifyHandshake(javax.websocket.server.ServerEndpointConfig sec,
javax.websocket.server.HandshakeRequest request,
javax.websocket.HandshakeResponse response) |
public static final String MAX_IDLE_TIMEOUT
public static final String WEBSOCKET_VALID
public static final String WEBSOCKET_USER
public WebsocketConfigurator(ExternalContext context)
Copyright © 2022 The Apache Software Foundation. All rights reserved.