Uses of Interface
io.undertow.server.HttpUpgradeListener
-
-
Uses of HttpUpgradeListener in io.undertow.server
Methods in io.undertow.server with parameters of type HttpUpgradeListener Modifier and Type Method Description HttpServerExchangeHttpServerExchange. acceptConnectRequest(HttpUpgradeListener connectListener)protected abstract voidServerConnection. setConnectListener(HttpUpgradeListener connectListener)protected voidAbstractServerConnection. setUpgradeListener(HttpUpgradeListener upgradeListener)protected abstract voidServerConnection. setUpgradeListener(HttpUpgradeListener upgradeListener)HttpServerExchangeHttpServerExchange. upgradeChannel(HttpUpgradeListener listener)Upgrade the channel to a raw socket.HttpServerExchangeHttpServerExchange. upgradeChannel(String productName, HttpUpgradeListener listener)Upgrade the channel to a raw socket. -
Uses of HttpUpgradeListener in io.undertow.server.handlers
Methods in io.undertow.server.handlers with parameters of type HttpUpgradeListener Modifier and Type Method Description voidChannelUpgradeHandler. addProtocol(String productString, HttpUpgradeListener openListener)Add a protocol to this handler.voidChannelUpgradeHandler. addProtocol(String productString, HttpUpgradeListener openListener, HttpUpgradeHandshake handshake)Add a protocol to this handler.voidChannelUpgradeHandler. removeProtocol(String productString, HttpUpgradeListener upgradeListener)Remove a protocol from this handler. -
Uses of HttpUpgradeListener in io.undertow.server.protocol.ajp
Methods in io.undertow.server.protocol.ajp with parameters of type HttpUpgradeListener Modifier and Type Method Description protected voidAjpServerConnection. setConnectListener(HttpUpgradeListener connectListener) -
Uses of HttpUpgradeListener in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return HttpUpgradeListener Modifier and Type Method Description protected HttpUpgradeListenerHttpServerConnection. getUpgradeListener()Methods in io.undertow.server.protocol.http with parameters of type HttpUpgradeListener Modifier and Type Method Description protected voidHttpServerConnection. setConnectListener(HttpUpgradeListener connectListener)protected voidHttpServerConnection. setUpgradeListener(HttpUpgradeListener upgradeListener) -
Uses of HttpUpgradeListener in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type HttpUpgradeListener Modifier and Type Method Description protected voidHttp2ServerConnection. setConnectListener(HttpUpgradeListener connectListener)protected voidHttp2ServerConnection. setUpgradeListener(HttpUpgradeListener upgradeListener) -
Uses of HttpUpgradeListener in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type HttpUpgradeListener Constructor Description WebSocketProtocolHandshakeHandler(HttpUpgradeListener callback)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(HttpUpgradeListener callback, HttpHandler next)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, HttpUpgradeListener callback)Create a newWebSocketProtocolHandshakeHandlerWebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, HttpUpgradeListener callback, HttpHandler next)Create a newWebSocketProtocolHandshakeHandler -
Uses of HttpUpgradeListener in io.undertow.websockets.spi
Methods in io.undertow.websockets.spi with parameters of type HttpUpgradeListener Modifier and Type Method Description voidAsyncWebSocketHttpServerExchange. upgradeChannel(HttpUpgradeListener upgradeCallback)voidWebSocketHttpExchange. upgradeChannel(HttpUpgradeListener upgradeCallback)Upgrade the underlying channel
-