public class UtWsProtocolHandshakeHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
UtWsProtocolHandshakeHandler(io.undertow.server.HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
UtWsProtocolHandshakeHandler |
addExtension(io.undertow.websockets.extensions.ExtensionHandshake extension) |
Set<io.undertow.websockets.core.WebSocketChannel> |
getPeerConnections() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
public UtWsProtocolHandshakeHandler(io.undertow.server.HttpHandler next)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic Set<io.undertow.websockets.core.WebSocketChannel> getPeerConnections()
public UtWsProtocolHandshakeHandler addExtension(io.undertow.websockets.extensions.ExtensionHandshake extension)
Copyright © 2025. All rights reserved.