Class SocketEndpoint.Configurator

java.lang.Object
jakarta.websocket.server.ServerEndpointConfig.Configurator
org.omnifaces.cdi.push.SocketEndpoint.Configurator
Enclosing class:
SocketEndpoint

public static class SocketEndpoint.Configurator extends ServerEndpointConfig.Configurator
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: