| Interface | Description |
|---|---|
| WsCommand<M extends BasicMessage> |
An command to execute on messages coming over a WebSocket.
|
| WsSessionListener |
A simple listener that is attached to a single websocket
Session. |
| Class | Description |
|---|---|
| EchoCommand | |
| EventDestinationWsCommand |
A
WsCommand that transfers messages implementing EventDestination to the events
subsystem. |
| ResourcePathDestinationWsCommand |
A
WsCommand that transfers messages implementing ResourcePathDestination from a UI WebSocket to a bus
endpoint to be handled by a feed. |
| UiSessionDestinationWsCommand |
A
WsCommand that transfers messages implementing UiSessionDestination from a feed WebSocket to a bus
endpoint to be delivered to a UI WebSocket. |
| WsCommandContext |
Context information that may be useful during an execution of a
WsCommand. |
| WsCommandContextFactory |
A factory for creatiion of
WsCommandContexts. |
| WsCommands |
A registry of
WsCommand that can operate on messages coming over a WebSocket. |
| WsEndpoints |
A container class for
WsEndpoints.feedSessions and WsEndpoints.uiClientSessions so that one does not need to inject them
separately as in most cases they are used together. |
| WsSessions |
Maintains a map of websocket
Sessions currently connected with the server. |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.