Uses of Interface
io.undertow.websockets.extensions.ExtensionFunction
Packages that use ExtensionFunction
Package
Description
-
Uses of ExtensionFunction in io.undertow.websockets.core
Fields in io.undertow.websockets.core declared as ExtensionFunctionModifier and TypeFieldDescriptionprotected final ExtensionFunction
WebSocketChannel.extensionFunction
Methods in io.undertow.websockets.core that return ExtensionFunctionConstructors in io.undertow.websockets.core with parameters of type ExtensionFunctionModifierConstructorDescriptionprotected
WebSocketChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, WebSocketVersion version, String wsUrl, String subProtocol, boolean client, boolean extensionsSupported, ExtensionFunction extensionFunction, Set<WebSocketChannel> peerConnections, org.xnio.OptionMap options) Create a newWebSocketChannel
8 -
Uses of ExtensionFunction in io.undertow.websockets.core.protocol
Methods in io.undertow.websockets.core.protocol that return types with arguments of type ExtensionFunctionModifier and TypeMethodDescriptionprotected final List<ExtensionFunction>
Handshake.initExtensions
(WebSocketHttpExchange exchange) Create theExtensionFunction
list associated with the negotiated extensions defined in the exchange's response. -
Uses of ExtensionFunction in io.undertow.websockets.core.protocol.version07
Fields in io.undertow.websockets.core.protocol.version07 declared as ExtensionFunctionModifier and TypeFieldDescriptionprotected final ExtensionFunction
WebSocket07FrameSinkChannel.extensionFunction
Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type ExtensionFunctionModifierConstructorDescriptionWebSocket07Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocol, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) Create a newWebSocket07Channel
-
Uses of ExtensionFunction in io.undertow.websockets.core.protocol.version08
Constructors in io.undertow.websockets.core.protocol.version08 with parameters of type ExtensionFunctionModifierConstructorDescriptionWebSocket08Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) -
Uses of ExtensionFunction in io.undertow.websockets.core.protocol.version13
Constructors in io.undertow.websockets.core.protocol.version13 with parameters of type ExtensionFunctionModifierConstructorDescriptionWebSocket13Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) -
Uses of ExtensionFunction in io.undertow.websockets.extensions
Classes in io.undertow.websockets.extensions that implement ExtensionFunctionModifier and TypeClassDescriptionclass
class
class
Implementation ofpermessage-deflate
WebSocket Extension.Fields in io.undertow.websockets.extensions declared as ExtensionFunctionMethods in io.undertow.websockets.extensions that return ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunction
CompositeExtensionFunction.compose
(ExtensionFunction... functions) static ExtensionFunction
CompositeExtensionFunction.compose
(List<ExtensionFunction> functions) ExtensionHandshake.create()
Create a new instance of theExtensionFunction
associated to this WebSocket Extension.PerMessageDeflateHandshake.create()
Methods in io.undertow.websockets.extensions with parameters of type ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunction
CompositeExtensionFunction.compose
(ExtensionFunction... functions) Method parameters in io.undertow.websockets.extensions with type arguments of type ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunction
CompositeExtensionFunction.compose
(List<ExtensionFunction> functions)