Package ch.tocco.nice2.web.core.api.websocket
package ch.tocco.nice2.web.core.api.websocket
-
ClassDescriptionAnonymousWebsocket<T extends BaseWebsocket>Base class for websockets which should always run with an anonymous security context and ignore the current user.Base WebSocket implementation that runs the methods using the
SecurityContext
that was used during the handshake.SecureWebsocket<T extends BaseWebsocket>Base implementation ofWebSocket
that verifies the authentication during the handshake request and supports sending messages to specific users.WebSocket<T>