Package com.consol.citrus.websocket.endpoint
-
Interface Summary Interface Description WebSocketEndpointConfiguration Web socket endpoint configuration interface defines set of properties all web socket endpoints should have. -
Class Summary Class Description AbstractWebSocketEndpointConfiguration Abstract endpoint configuration implementation provides basic endpoint properties for web socket endpoints.WebSocketConsumer Consumer polls for incoming messages on web socket handler.WebSocketEndpoint Endpoint constructs web socket consumer and producer with given endpoint configuration.WebSocketEndpointComponent Web Socket endpoint component is able to create Web Socket client endpoint from endpoint uri with parameters.WebSocketProducer Producer sends web socket messages to all open sessions known to the web socket handler.