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 ExtensionFunctionWebSocketChannel.extensionFunctionMethods in io.undertow.websockets.core that return ExtensionFunctionConstructors in io.undertow.websockets.core with parameters of type ExtensionFunctionModifierConstructorDescriptionprotectedWebSocketChannel(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 newWebSocketChannel8 -
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 theExtensionFunctionlist 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 ExtensionFunctionWebSocket07FrameSinkChannel.extensionFunctionConstructors 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 TypeClassDescriptionclassclassclassImplementation ofpermessage-deflateWebSocket Extension.Fields in io.undertow.websockets.extensions declared as ExtensionFunctionMethods in io.undertow.websockets.extensions that return ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunctionCompositeExtensionFunction.compose(ExtensionFunction... functions) static ExtensionFunctionCompositeExtensionFunction.compose(List<ExtensionFunction> functions) ExtensionHandshake.create()Create a new instance of theExtensionFunctionassociated to this WebSocket Extension.PerMessageDeflateHandshake.create()Methods in io.undertow.websockets.extensions with parameters of type ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunctionCompositeExtensionFunction.compose(ExtensionFunction... functions) Method parameters in io.undertow.websockets.extensions with type arguments of type ExtensionFunctionModifier and TypeMethodDescriptionstatic ExtensionFunctionCompositeExtensionFunction.compose(List<ExtensionFunction> functions)