Package io.undertow.server
Interface HttpUpgradeListener
public interface HttpUpgradeListener
Listener that is used to perform a HTTP upgrade.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleUpgrade
(org.xnio.StreamConnection streamConnection, HttpServerExchange exchange) Method that is called once the upgrade is complete.
-
Method Details
-
handleUpgrade
Method that is called once the upgrade is complete.- Parameters:
streamConnection
- The connection that can be used to send or receive dataexchange
-
-