public final class WebSocketHolder extends Object
Connection.| Modifier and Type | Field and Description |
|---|---|
WebSocketApplication |
application |
org.glassfish.grizzly.Buffer |
buffer |
ProtocolHandler |
handler |
HandShake |
handshake |
WebSocket |
webSocket |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketHolder |
get(org.glassfish.grizzly.Connection connection) |
static WebSocket |
getWebSocket(org.glassfish.grizzly.Connection connection) |
static boolean |
isWebSocketInProgress(org.glassfish.grizzly.Connection connection) |
static WebSocketHolder |
set(org.glassfish.grizzly.Connection connection,
ProtocolHandler handler,
WebSocket socket) |
public volatile WebSocket webSocket
public volatile HandShake handshake
public volatile WebSocketApplication application
public volatile org.glassfish.grizzly.Buffer buffer
public volatile ProtocolHandler handler
public static boolean isWebSocketInProgress(org.glassfish.grizzly.Connection connection)
public static WebSocket getWebSocket(org.glassfish.grizzly.Connection connection)
public static WebSocketHolder get(org.glassfish.grizzly.Connection connection)
public static WebSocketHolder set(org.glassfish.grizzly.Connection connection, ProtocolHandler handler, WebSocket socket)
Copyright © 2019 Oracle Corporation. All Rights Reserved.