Uses of Class
io.undertow.websockets.WebSocketExtension
Packages that use WebSocketExtension
Package
Description
-
Uses of WebSocketExtension in io.undertow.websockets
Methods in io.undertow.websockets that return types with arguments of type WebSocketExtensionMethod parameters in io.undertow.websockets with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionstatic String
WebSocketExtension.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 WebSocketExtensionModifier and TypeMethodDescriptionWebSocketClientNegotiation.getSelectedExtensions()
WebSocketClientNegotiation.getSupportedExtensions()
Method parameters in io.undertow.websockets.client with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoid
WebSocketClientNegotiation.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 WebSocketExtensionModifier and TypeMethodDescriptionprotected List<WebSocketExtension>
Handshake.selectedExtension
(List<WebSocketExtension> extensionList) Method parameters in io.undertow.websockets.core.protocol with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionprotected List<WebSocketExtension>
Handshake.selectedExtension
(List<WebSocketExtension> extensionList) -
Uses of WebSocketExtension in io.undertow.websockets.extensions
Methods in io.undertow.websockets.extensions that return WebSocketExtensionModifier and TypeMethodDescriptionExtensionHandshake.accept
(WebSocketExtension extension) Validate if an extension request is accepted.PerMessageDeflateHandshake.accept
(WebSocketExtension extension) Methods in io.undertow.websockets.extensions with parameters of type WebSocketExtensionModifier and TypeMethodDescriptionExtensionHandshake.accept
(WebSocketExtension extension) Validate if an extension request is accepted.PerMessageDeflateHandshake.accept
(WebSocketExtension extension)