Modifier and Type | Interface and Description |
---|---|
interface |
WebSocket
Represents a handle to a single WebSocket connection.
|
Modifier and Type | Method and Description |
---|---|
static OioWebSocket |
WebSocketConnectionManager.establish(String protocolName,
HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocket |
Modifier and Type | Method and Description |
---|---|
abstract OioWebSocket |
Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
Hybi00Socket
The Hybi-00 Framing Protocol implementation.
|
Modifier and Type | Method and Description |
---|---|
static OioWebSocket |
Hybi00Socket.from(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
OioWebSocket |
Hybi00Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
Hybi07Socket
Implementation of the Hybi-07 Websocket Framing Protocol.
|
Modifier and Type | Method and Description |
---|---|
static OioWebSocket |
Hybi07Socket.from(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
OioWebSocket |
Hybi07Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
Hybi13Socket |
Modifier and Type | Method and Description |
---|---|
static OioWebSocket |
Hybi13Socket.from(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
OioWebSocket |
Hybi13Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.