Index

A B C D E F G H I J K L M N O P R S T U V W 
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 Filter implementation, which supposed to be placed into a FilterChain right 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 BaseWebSocketFilter with a default idle connection timeout of 15 minutes;
BaseWebSocketFilter(long) - Constructor for class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Constructs a new BaseWebSocketFilter with 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
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form