Uses of Interface
io.undertow.server.handlers.HttpUpgradeHandshake
Packages that use HttpUpgradeHandshake
-
Uses of HttpUpgradeHandshake in io.undertow.server.handlers
Methods in io.undertow.server.handlers with parameters of type HttpUpgradeHandshakeModifier and TypeMethodDescriptionvoidChannelUpgradeHandler.addProtocol(String productString, HttpUpgradeListener openListener, HttpUpgradeHandshake handshake) Add a protocol to this handler.voidChannelUpgradeHandler.addProtocol(String productString, org.xnio.ChannelListener<? super org.xnio.StreamConnection> openListener, HttpUpgradeHandshake handshake) Add a protocol to this handler.