| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets | |
| org.glassfish.grizzly.websockets.rfc6455 |
| Modifier and Type | Field and Description |
|---|---|
ProtocolHandler |
WebSocketHolder.handler |
protected ProtocolHandler |
SimpleWebSocket.protocolHandler |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolHandler |
Version.createHandler(boolean mask) |
static ProtocolHandler |
WebSocketEngine.loadHandler(org.glassfish.grizzly.http.util.MimeHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
WebSocket |
WebSocketApplication.createSocket(ProtocolHandler handler,
org.glassfish.grizzly.http.HttpRequestPacket requestPacket,
WebSocketListener... listeners)
Factory method to create new
WebSocket instances. |
WebSocket |
WebSocketApplication.createSocket(ProtocolHandler handler,
WebSocketListener... listeners)
|
static WebSocketHolder |
WebSocketHolder.set(org.glassfish.grizzly.Connection connection,
ProtocolHandler handler,
WebSocket socket) |
| Constructor and Description |
|---|
DefaultWebSocket(ProtocolHandler protocolHandler,
org.glassfish.grizzly.http.HttpRequestPacket request,
WebSocketListener... listeners) |
SimpleWebSocket(ProtocolHandler protocolHandler,
WebSocketListener... listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
RFC6455Handler |
Copyright © 2019 Oracle Corporation. All Rights Reserved.