WebSocketServerService
Implementation: JettyWebSocketServer
A WebSocket SERVER Controller Service which can accept WebSocket requests. | Server URL Path | server-url-path | | | The WetSocket URL Path on which this processor listens to. Must starts with '/', e.g. '/example'. |
Relationships:
Name | Description |
---|
text message | The WebSocket text message output |
binary message | The WebSocket binary message output |
connected | The WebSocket session is established |
Reads Attributes:
None specified.Writes Attributes:
Name | Description |
---|
websocket.controller.service.id | WebSocket Controller Service id. |
websocket.session.id | Established WebSocket session id. |
websocket.endpoint.id | WebSocket endpoint id. |
websocket.local.address | WebSocket server address. |
websocket.remote.address | WebSocket client address. |
websocket.message.type | TEXT or BINARY. |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component does not allow an incoming relationship.System Resource Considerations:
None specified.