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 List<WebSocketExtension>WebSocketExtension. parse(String extensionHeader)Method parameters in io.undertow.websockets with type arguments of type WebSocketExtension Modifier and Type Method Description static StringWebSocketExtension. toExtensionHeader(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 List<WebSocketExtension>WebSocketClientNegotiation. getSelectedExtensions()List<WebSocketExtension>WebSocketClientNegotiation. getSupportedExtensions()Method parameters in io.undertow.websockets.client with type arguments of type WebSocketExtension Modifier and Type Method Description voidWebSocketClientNegotiation. handshakeComplete(String selectedProtocol, 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 List<WebSocketExtension>Handshake. selectedExtension(List<WebSocketExtension> extensionList)Method parameters in io.undertow.websockets.core.protocol with type arguments of type WebSocketExtension Modifier and Type Method Description protected List<WebSocketExtension>Handshake. selectedExtension(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)
-