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 TypeMethodDescriptionvoid
ChannelUpgradeHandler.addProtocol
(String productString, HttpUpgradeListener openListener, HttpUpgradeHandshake handshake) Add a protocol to this handler.void
ChannelUpgradeHandler.addProtocol
(String productString, org.xnio.ChannelListener<? super org.xnio.StreamConnection> openListener, HttpUpgradeHandshake handshake) Add a protocol to this handler.