Modifier and Type | Method and Description |
---|---|
static OioWebSocket |
WebSocketConnectionManager.establish(String protocolName,
HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Modifier and Type | Field and Description |
---|---|
protected ClosingStrategy |
AbstractWebSocket.closingStrategy |
Modifier and Type | Method and Description |
---|---|
abstract OioWebSocket |
Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Constructor and Description |
---|
AbstractWebSocket(InputStream inputStream,
OutputStream outputStream,
ClosingStrategy closingStrategy) |
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 | Method and Description |
---|---|
static OioWebSocket |
Hybi07Socket.from(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
OioWebSocket |
Hybi07Handshake.getWebSocket(HttpRequestBridge request,
HttpResponseBridge response,
ClosingStrategy closingStrategy) |
Constructor and Description |
---|
Hybi07Socket(InputStream inputStream,
OutputStream outputStream,
ClosingStrategy closingStrategy) |
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) |
Constructor and Description |
---|
Hybi13Socket(InputStream inputStream,
OutputStream outputStream,
ClosingStrategy closingStrategy) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.