Package org.spincast.core.websocket
package org.spincast.core.websocket
-
ClassDescriptionThe unparamaterized interface for the default WebSocket context.The default WebSocket context to pass to a WebSocket controller when an event arrives (a message is received from the peer, for example).Default WebSocket route.WebsocketContext<W extends WebsocketContext<?>>The base interface for a WebSocket context.WebsocketContextBase<W extends WebsocketContext<?>>The base implementation for a WebSocket context object.WebsocketContextBaseDeps<W extends WebsocketContext<?>>A wrapper object for the dependencies required by WebsocketContextBase.WebsocketContextFactory<W extends WebsocketContext<?>>Used to bind and inject the WebSocket context type.A controller for a WebSocket connection.WebSocket endpoint handler.Manager for a WebSocket endpoint.Component to send WebSocket messages on an endpoint.Component to manage a specific peer.A WebSocket route.Builder for WebSocket routes.Factory to create a WebSocket route builder.Route handler that manages the upgrade from a HTTP request to a WebSocket connection, once the potential "before" filters have been ran.