| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyBroadcaster
The default
Broadcaster, which iterates over set of clients and sends
the same text of binary message separately to each client. |
class |
OptimizedBroadcaster
The default
Broadcaster optimized to send the same text to a set of
clients. |
| Modifier and Type | Field and Description |
|---|---|
protected Broadcaster |
DefaultWebSocket.broadcaster |
| Modifier and Type | Method and Description |
|---|---|
protected Broadcaster |
DefaultWebSocket.getBroadcaster() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWebSocket.setBroadcaster(Broadcaster broadcaster) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.