Uses of Interface
systems.dmx.core.service.websocket.WebSocketConnection
-
Packages that use WebSocketConnection Package Description systems.dmx.core.impl systems.dmx.core.service.websocket -
-
Uses of WebSocketConnection in systems.dmx.core.impl
Method parameters in systems.dmx.core.impl with type arguments of type WebSocketConnection Modifier and Type Method Description void
WebSocketServiceImpl. sendToSome(String message, java.util.function.Predicate<WebSocketConnection> connectionFilter)
-
Uses of WebSocketConnection in systems.dmx.core.service.websocket
Method parameters in systems.dmx.core.service.websocket with type arguments of type WebSocketConnection Modifier and Type Method Description void
WebSocketService. sendToSome(String message, java.util.function.Predicate<WebSocketConnection> connectionFilter)
-