public class GlassFishWebSocketApplication extends com.sun.grizzly.websockets.WebSocketApplication
| Constructor and Description |
|---|
GlassFishWebSocketApplication(ServletContext servletContext,
Gravity gravity,
String mapping) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSupportedProtocols(List<String> subProtocols) |
boolean |
isApplicationRequest(com.sun.grizzly.tcp.Request request) |
void |
onConnect(com.sun.grizzly.websockets.WebSocket websocket) |
add, createWebSocket, getCoreWriterThreads, getMaxWriterThreads, getQueueSizeReceiverDelayingThreshold, getQueueSizeThreadSpawnThreshold, getSupportedExtensions, getWebSockets, helpWriteQueue, isWriterThreadsEnabled, onClose, removepublic GlassFishWebSocketApplication(ServletContext servletContext, Gravity gravity, String mapping)
public List<String> getSupportedProtocols(List<String> subProtocols)
getSupportedProtocols in class com.sun.grizzly.websockets.WebSocketApplicationpublic boolean isApplicationRequest(com.sun.grizzly.tcp.Request request)
isApplicationRequest in class com.sun.grizzly.websockets.WebSocketApplicationpublic void onConnect(com.sun.grizzly.websockets.WebSocket websocket)
onConnect in interface com.sun.grizzly.websockets.WebSocketListeneronConnect in class com.sun.grizzly.websockets.WebSocketApplication