java.lang.Object
jakarta.websocket.server.ServerEndpointConfig.Configurator
org.omnifaces.cdi.push.SocketEndpoint.Configurator
- Enclosing class:
- SocketEndpoint
This handshake configurator enforces that a session or view scoped channel can only be connected to by the HTTP session which registered it. Application
scoped channels are by design not bound to any HTTP session.
- Author:
- Bauke Scholtz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyHandshake(ServerEndpointConfig config, HandshakeRequest request, HandshakeResponse response) Methods inherited from class jakarta.websocket.server.ServerEndpointConfig.Configurator
checkOrigin, getContainerDefaultConfigurator, getEndpointInstance, getNegotiatedExtensions, getNegotiatedSubprotocol
-
Constructor Details
-
Configurator
public Configurator()
-
-
Method Details
-
modifyHandshake
public void modifyHandshake(ServerEndpointConfig config, HandshakeRequest request, HandshakeResponse response) - Overrides:
modifyHandshakein classServerEndpointConfig.Configurator
-