Uses of Interface
org.glassfish.grizzly.websockets.Broadcaster
Packages that use Broadcaster
-
Uses of Broadcaster in org.glassfish.grizzly.websockets
Classes in org.glassfish.grizzly.websockets that implement BroadcasterModifier and TypeClassDescriptionclassThe defaultBroadcaster, which iterates over set of clients and sends the same text of binary message separately to each client.classThe defaultBroadcasteroptimized to send the same text to a set of clients.Fields in org.glassfish.grizzly.websockets declared as BroadcasterMethods in org.glassfish.grizzly.websockets that return BroadcasterMethods in org.glassfish.grizzly.websockets with parameters of type BroadcasterModifier and TypeMethodDescriptionprotected voidSimpleWebSocket.setBroadcaster(Broadcaster broadcaster)