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