Package org.red5.net.websocket.server
package org.red5.net.websocket.server
-
ClassesClassDescriptionRed5 implementation of the WebSocket JSR365 ServerEndpointConfig.Configurator.Default WebSocket endpoint.Provides a per class loader (i.e. per web application) instance of a ServerContainer.Allows for modification of a WebSocket handshake.UpgradeUtil class.WsContextListener class.Handles the initial HTTP connection for WebSocket connections.WsFrameServer class.Represents the request that this session was opened under.Servlet 3.1 HTTP upgrade handler for WebSocket connections.Wraps the provided
ServerEndpointConfig
and provides a per session view - the difference being that the map returned byWsPerSessionServerEndpointConfig.getUserProperties()
is unique to this instance rather than shared with the wrappedServerEndpointConfig
.This is the server sideRemoteEndpoint
implementation - i.e. what the server uses to send data to the client.Provides timeouts for asynchronous web socket writes.