public interface HttpUpgradeListener
Modifier and Type | Method | Description |
---|---|---|
void |
handleUpgrade(org.xnio.StreamConnection streamConnection,
HttpServerExchange exchange) |
Method that is called once the upgrade is complete.
|
void handleUpgrade(org.xnio.StreamConnection streamConnection, HttpServerExchange exchange)
streamConnection
- The connection that can be used to send or receive dataexchange
- Copyright © 2018. All rights reserved.