Interface WebSocketConnection.BroadcastSender

All Superinterfaces:
BlockingSender, Sender
Enclosing interface:
WebSocketConnection

public static interface WebSocketConnection.BroadcastSender extends Sender, BlockingSender
Makes it possible to send messages to all clients connected to the same WebSocket endpoint.
See Also: