Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BaseFrameType - Class in org.glassfish.grizzly.websockets
- BaseFrameType() - Constructor for class org.glassfish.grizzly.websockets.BaseFrameType
- BaseWebSocketFilter - Class in org.glassfish.grizzly.websockets
-
WebSocket
Filterimplementation, which supposed to be placed into aFilterChainright after HTTP Filter:HttpServerFilter,HttpClientFilter; depending whether it's server or client side. - BaseWebSocketFilter() - Constructor for class org.glassfish.grizzly.websockets.BaseWebSocketFilter
-
Constructs a new
BaseWebSocketFilterwith a default idle connection timeout of 15 minutes; - BaseWebSocketFilter(long) - Constructor for class org.glassfish.grizzly.websockets.BaseWebSocketFilter
-
Constructs a new
BaseWebSocketFilterwith a default idle connection timeout of 15 minutes; - BinaryFrameType - Class in org.glassfish.grizzly.websockets.frametypes
- BinaryFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.BinaryFrameType
- broadcast(Iterable<? extends WebSocket>, byte[]) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
-
Broadcasts the provided binary content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
-
Broadcasts the provided binary content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
-
Broadcasts the provided binary content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- broadcast(Iterable<? extends WebSocket>, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Broadcasts the data to the remote end-point set.
- broadcast(Iterable<? extends WebSocket>, String) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
-
Broadcasts the provided text content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
-
Broadcasts the provided text content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
-
Broadcasts the provided text content to the specified recipients.
- broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- broadcast(Iterable<? extends WebSocket>, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Broadcasts the data to the remote end-point set.
- broadcaster - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
- Broadcaster - Interface in org.glassfish.grizzly.websockets
-
General Broadcaster API to send the same message to a set of clients.
- broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
-
Broadcasts the provided fragmented binary content to the specified recipients.
- broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
-
Broadcasts the provided fragmented binary content to the specified recipients.
- broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
- broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Broadcasts the data fragment to the remote end-point set.
- broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
-
Broadcasts the provided fragmented text content to the specified recipients.
- broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
-
Broadcasts the provided fragmented text content to the specified recipients.
- broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
- broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Broadcasts the data fragment to the remote end-point set.
- buffer - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
- buildLocation() - Method in class org.glassfish.grizzly.websockets.HandShake
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form