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 |
SimpleWebSocket.broadcaster |
Modifier and Type | Method and Description |
---|---|
protected Broadcaster |
SimpleWebSocket.getBroadcaster() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleWebSocket.setBroadcaster(Broadcaster broadcaster) |
Copyright © 2014 Oracle Corporation. All rights reserved.