Uses of Interface
io.undertow.websockets.extensions.ExtensionHandshake
Packages that use ExtensionHandshake
Package
Description
-
Uses of ExtensionHandshake in io.undertow.websockets
Methods in io.undertow.websockets with parameters of type ExtensionHandshakeModifier and TypeMethodDescriptionWebSocketProtocolHandshakeHandler.addExtension
(ExtensionHandshake extension) Add a new WebSocket Extension into the handshakes defined in this handler. -
Uses of ExtensionHandshake in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return types with arguments of type ExtensionHandshakeMethod parameters in io.undertow.websockets.client with type arguments of type ExtensionHandshakeModifier and TypeMethodDescriptionstatic org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, InetSocketAddress bindAddress, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> clientExtensions) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> clientExtensions) Deprecated.static WebSocketClientHandshake
WebSocketClientHandshake.create
(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions) WebSocketClient.ConnectionBuilder.setClientExtensions
(Set<ExtensionHandshake> clientExtensions) Constructor parameters in io.undertow.websockets.client with type arguments of type ExtensionHandshakeModifierConstructorDescriptionWebSocket13ClientHandshake
(URI url, WebSocketClientNegotiation negotiation, Set<ExtensionHandshake> extensions) -
Uses of ExtensionHandshake in io.undertow.websockets.core.protocol
Fields in io.undertow.websockets.core.protocol with type parameters of type ExtensionHandshakeMethods in io.undertow.websockets.core.protocol with parameters of type ExtensionHandshakeModifier and TypeMethodDescriptionfinal void
Handshake.addExtension
(ExtensionHandshake extension) Add a new WebSocket Extension handshake to the list of available extensions. -
Uses of ExtensionHandshake in io.undertow.websockets.extensions
Classes in io.undertow.websockets.extensions that implement ExtensionHandshakeModifier and TypeClassDescriptionclass
Implementation ofpermessage-deflate
WebSocket Extension handshake.Method parameters in io.undertow.websockets.extensions with type arguments of type ExtensionHandshakeModifier and TypeMethodDescriptionboolean
ExtensionHandshake.isIncompatible
(List<ExtensionHandshake> extensions) Validate if current extension is compatible with previously negotiated in the server side.boolean
PerMessageDeflateHandshake.isIncompatible
(List<ExtensionHandshake> extensions)