| Modifier and Type | Method and Description |
|---|---|
static List<WebSocketExtension> |
WebSocketExtension.parse(String extensionHeader) |
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketExtension> |
WebSocketClientNegotiation.getSelectedExtensions() |
List<WebSocketExtension> |
WebSocketClientNegotiation.getSupportedExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketClientNegotiation.handshakeComplete(String selectedProtocol,
List<WebSocketExtension> selectedExtensions) |
| Constructor and Description |
|---|
WebSocketClientNegotiation(List<String> supportedSubProtocols,
List<WebSocketExtension> supportedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
WebSocketMessages.unsupportedExtension(String part,
List<WebSocketExtension> supportedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WebSocketExtension> |
Handshake.selectedExtension(List<WebSocketExtension> extensionList) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WebSocketExtension> |
Handshake.selectedExtension(List<WebSocketExtension> extensionList) |
| Modifier and Type | Method and Description |
|---|---|
static javax.websocket.Extension |
ExtensionImpl.create(WebSocketExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
JsrWebSocketMessages.extensionWasNotPresentInClientHandshake(String e,
List<WebSocketExtension> supportedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WebSocketExtension> |
JsrHybi13Handshake.selectedExtension(List<WebSocketExtension> extensionList) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WebSocketExtension> |
JsrHybi13Handshake.selectedExtension(List<WebSocketExtension> extensionList) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.