Package | Description |
---|---|
io.undertow.websockets | |
io.undertow.websockets.client | |
io.undertow.websockets.core.protocol | |
io.undertow.websockets.extensions |
Modifier and Type | Method and Description |
---|---|
static List<WebSocketExtension> |
WebSocketExtension.parse(String extensionHeader) |
Modifier and Type | Method and Description |
---|---|
static String |
WebSocketExtension.toExtensionHeader(List<WebSocketExtension> extensions)
Compose a String from a list of extensions to be used in the response of a protocol negotiation.
|
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 |
---|---|
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 |
---|---|
WebSocketExtension |
PerMessageDeflateHandshake.accept(WebSocketExtension extension) |
WebSocketExtension |
ExtensionHandshake.accept(WebSocketExtension extension)
Validate if an extension request is accepted.
|
Modifier and Type | Method and Description |
---|---|
WebSocketExtension |
PerMessageDeflateHandshake.accept(WebSocketExtension extension) |
WebSocketExtension |
ExtensionHandshake.accept(WebSocketExtension extension)
Validate if an extension request is accepted.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.