public class UtWsProtocolHandshakeHandler extends Object implements io.undertow.server.HttpHandler
| 构造器和说明 |
|---|
UtWsProtocolHandshakeHandler(io.undertow.server.HttpHandler next) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 io.undertow.server.HttpHandlerExceptionpublic Set<io.undertow.websockets.core.WebSocketChannel> getPeerConnections()
public UtWsProtocolHandshakeHandler addExtension(io.undertow.websockets.extensions.ExtensionHandshake extension)
Copyright © 2024. All rights reserved.