Uses of Class
io.undertow.websockets.WebSocketExtension
-
Packages that use WebSocketExtension Package Description io.undertow.websockets io.undertow.websockets.client io.undertow.websockets.core.protocol io.undertow.websockets.extensions -
-
Uses of WebSocketExtension in io.undertow.websockets
Methods in io.undertow.websockets that return types with arguments of type WebSocketExtension Modifier and Type Method Description static java.util.List<WebSocketExtension>WebSocketExtension. parse(java.lang.String extensionHeader)Method parameters in io.undertow.websockets with type arguments of type WebSocketExtension Modifier and Type Method Description static java.lang.StringWebSocketExtension. toExtensionHeader(java.util.List<WebSocketExtension> extensions)Compose a String from a list of extensions to be used in the response of a protocol negotiation. -
Uses of WebSocketExtension in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return types with arguments of type WebSocketExtension Modifier and Type Method Description java.util.List<WebSocketExtension>WebSocketClientNegotiation. getSelectedExtensions()java.util.List<WebSocketExtension>WebSocketClientNegotiation. getSupportedExtensions()Method parameters in io.undertow.websockets.client with type arguments of type WebSocketExtension Modifier and Type Method Description voidWebSocketClientNegotiation. handshakeComplete(java.lang.String selectedProtocol, java.util.List<WebSocketExtension> selectedExtensions) -
Uses of WebSocketExtension in io.undertow.websockets.core.protocol
Methods in io.undertow.websockets.core.protocol that return types with arguments of type WebSocketExtension Modifier and Type Method Description protected java.util.List<WebSocketExtension>Handshake. selectedExtension(java.util.List<WebSocketExtension> extensionList)Method parameters in io.undertow.websockets.core.protocol with type arguments of type WebSocketExtension Modifier and Type Method Description protected java.util.List<WebSocketExtension>Handshake. selectedExtension(java.util.List<WebSocketExtension> extensionList) -
Uses of WebSocketExtension in io.undertow.websockets.extensions
Methods in io.undertow.websockets.extensions that return WebSocketExtension Modifier and Type Method Description WebSocketExtensionExtensionHandshake. accept(WebSocketExtension extension)Validate if an extension request is accepted.WebSocketExtensionPerMessageDeflateHandshake. accept(WebSocketExtension extension)Methods in io.undertow.websockets.extensions with parameters of type WebSocketExtension Modifier and Type Method Description WebSocketExtensionExtensionHandshake. accept(WebSocketExtension extension)Validate if an extension request is accepted.WebSocketExtensionPerMessageDeflateHandshake. accept(WebSocketExtension extension)
-