Uses of Class
io.undertow.websockets.WebSocketExtension
-
-
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
Method parameters in io.undertow.websockets.core with type arguments of type WebSocketExtension Modifier and Type Method Description IOExceptionWebSocketMessages_$bundle. unsupportedExtension(String part, List<WebSocketExtension> supportedExtensions)IOExceptionWebSocketMessages. unsupportedExtension(String part, List<WebSocketExtension> supportedExtensions) -
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) -
Uses of WebSocketExtension in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr with parameters of type WebSocketExtension Modifier and Type Method Description static javax.websocket.ExtensionExtensionImpl. create(WebSocketExtension extension)Method parameters in io.undertow.websockets.jsr with type arguments of type WebSocketExtension Modifier and Type Method Description IOExceptionJsrWebSocketMessages_$bundle. extensionWasNotPresentInClientHandshake(String e, List<WebSocketExtension> supportedExtensions)IOExceptionJsrWebSocketMessages. extensionWasNotPresentInClientHandshake(String e, List<WebSocketExtension> supportedExtensions) -
Uses of WebSocketExtension in io.undertow.websockets.jsr.handshake
Methods in io.undertow.websockets.jsr.handshake that return types with arguments of type WebSocketExtension Modifier and Type Method Description protected List<WebSocketExtension>JsrHybi13Handshake. selectedExtension(List<WebSocketExtension> extensionList)Method parameters in io.undertow.websockets.jsr.handshake with type arguments of type WebSocketExtension Modifier and Type Method Description protected List<WebSocketExtension>JsrHybi13Handshake. selectedExtension(List<WebSocketExtension> extensionList)
-