Package org.apache.myfaces.push
Class WebsocketConfigurator
- java.lang.Object
- 
- jakarta.websocket.server.ServerEndpointConfig.Configurator
- 
- org.apache.myfaces.push.WebsocketConfigurator
 
 
- 
 public class WebsocketConfigurator extends jakarta.websocket.server.ServerEndpointConfig.Configurator
- 
- 
Field SummaryFields Modifier and Type Field Description static StringMAX_IDLE_TIMEOUTstatic StringWEBSOCKET_USERstatic StringWEBSOCKET_VALID
 - 
Constructor SummaryConstructors Constructor Description WebsocketConfigurator(ExternalContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodifyHandshake(jakarta.websocket.server.ServerEndpointConfig sec, jakarta.websocket.server.HandshakeRequest request, jakarta.websocket.HandshakeResponse response)
 
- 
- 
- 
Field Detail- 
MAX_IDLE_TIMEOUTpublic static final String MAX_IDLE_TIMEOUT - See Also:
- Constant Field Values
 
 - 
WEBSOCKET_VALIDpublic static final String WEBSOCKET_VALID - See Also:
- Constant Field Values
 
 - 
WEBSOCKET_USERpublic static final String WEBSOCKET_USER - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
WebsocketConfiguratorpublic WebsocketConfigurator(ExternalContext context) 
 
- 
 - 
Method Detail- 
modifyHandshakepublic void modifyHandshake(jakarta.websocket.server.ServerEndpointConfig sec, jakarta.websocket.server.HandshakeRequest request, jakarta.websocket.HandshakeResponse response)- Overrides:
- modifyHandshakein class- jakarta.websocket.server.ServerEndpointConfig.Configurator
 
 
- 
 
-