public class WebsocketConfigurator
extends javax.websocket.server.ServerEndpointConfig.Configurator
| Modifier and Type | Field and Description | 
|---|---|
| static String | INIT_PARAM_WEBSOCKET_MAX_IDLE_TIMEOUT | 
| 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) | 
@JSFWebConfigParam(defaultValue="300000") public static final String INIT_PARAM_WEBSOCKET_MAX_IDLE_TIMEOUT
public static final String MAX_IDLE_TIMEOUT
public static final String WEBSOCKET_VALID
public static final String WEBSOCKET_USER
public WebsocketConfigurator(ExternalContext context)
Copyright © 2025 The Apache Software Foundation. All rights reserved.