Interface HttpUpgradeListener


public interface HttpUpgradeListener
Listener that is used to perform a HTTP upgrade.
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleUpgrade(org.xnio.StreamConnection streamConnection, HttpServerExchange exchange)
    Method that is called once the upgrade is complete.
  • Method Details

    • handleUpgrade

      void handleUpgrade(org.xnio.StreamConnection streamConnection, HttpServerExchange exchange)
      Method that is called once the upgrade is complete.
      Parameters:
      streamConnection - The connection that can be used to send or receive data
      exchange -