| Package | Description |
|---|---|
| io.undertow.websockets | |
| io.undertow.websockets.client | |
| io.undertow.websockets.core |
| 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) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.