Uses of Class
org.citrusframework.websocket.endpoint.WebSocketEndpoint
Packages that use WebSocketEndpoint
-
Uses of WebSocketEndpoint in org.citrusframework.websocket.client
Subclasses of WebSocketEndpoint in org.citrusframework.websocket.client -
Uses of WebSocketEndpoint in org.citrusframework.websocket.server
Methods in org.citrusframework.websocket.server that return types with arguments of type WebSocketEndpointModifier and TypeMethodDescriptionWebSocketServer.getWebSockets()Gets the WebSocket endpoints (id, uri)Method parameters in org.citrusframework.websocket.server with type arguments of type WebSocketEndpointModifier and TypeMethodDescriptionvoidWebSocketServer.setWebSockets(List<WebSocketEndpoint> webSockets) Sets the WebSocket endpoints (id, uri)WebSocketServerBuilder.webSockets(List<WebSocketEndpoint> webSockets) Sets the webSockets property.