Uses of Interface
io.undertow.websockets.extensions.ExtensionHandshake
-
Packages that use ExtensionHandshake Package Description io.undertow.websockets io.undertow.websockets.client io.undertow.websockets.core.protocol io.undertow.websockets.extensions -
-
Uses of ExtensionHandshake in io.undertow.websockets
Methods in io.undertow.websockets with parameters of type ExtensionHandshake Modifier and Type Method Description WebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler. 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 ExtensionHandshake Modifier and Type Method Description Set<ExtensionHandshake>WebSocketClient.ConnectionBuilder. getClientExtensions()Method parameters in io.undertow.websockets.client with type arguments of type ExtensionHandshake Modifier and Type Method Description static 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 WebSocketClientHandshakeWebSocketClientHandshake. create(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions)WebSocketClient.ConnectionBuilderWebSocketClient.ConnectionBuilder. setClientExtensions(Set<ExtensionHandshake> clientExtensions)Constructor parameters in io.undertow.websockets.client with type arguments of type ExtensionHandshake Constructor Description WebSocket13ClientHandshake(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 ExtensionHandshake Modifier and Type Field Description protected Set<ExtensionHandshake>Handshake. availableExtensionsMethods in io.undertow.websockets.core.protocol with parameters of type ExtensionHandshake Modifier and Type Method Description voidHandshake. 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 ExtensionHandshake Modifier and Type Class Description classPerMessageDeflateHandshakeImplementation ofpermessage-deflateWebSocket Extension handshake.Method parameters in io.undertow.websockets.extensions with type arguments of type ExtensionHandshake Modifier and Type Method Description booleanExtensionHandshake. isIncompatible(List<ExtensionHandshake> extensions)Validate if current extension is compatible with previously negotiated in the server side.booleanPerMessageDeflateHandshake. isIncompatible(List<ExtensionHandshake> extensions)
-