Uses of Class
com.consol.citrus.websocket.endpoint.WebSocketEndpoint
-
Packages that use WebSocketEndpoint Package Description com.consol.citrus.websocket.client com.consol.citrus.websocket.server -
-
Uses of WebSocketEndpoint in com.consol.citrus.websocket.client
Subclasses of WebSocketEndpoint in com.consol.citrus.websocket.client Modifier and Type Class Description classWebSocketClient -
Uses of WebSocketEndpoint in com.consol.citrus.websocket.server
Methods in com.consol.citrus.websocket.server that return types with arguments of type WebSocketEndpoint Modifier and Type Method Description List<WebSocketEndpoint>WebSocketServer. getWebSockets()Gets the WebSocket endpoints (id, uri)Method parameters in com.consol.citrus.websocket.server with type arguments of type WebSocketEndpoint Modifier and Type Method Description voidWebSocketServer. setWebSockets(List<WebSocketEndpoint> webSockets)Sets the WebSocket endpoints (id, uri)WebSocketServerBuilderWebSocketServerBuilder. webSockets(List<WebSocketEndpoint> webSockets)Sets the webSockets property.
-