Interface HttpUpgradeHandler


public interface HttpUpgradeHandler
The HttpUpgradeHandler API.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroy the upgrade.
    void
    init​(WebConnection webConnection)
    Initialize the upgrade.
  • Method Details

    • init

      void init(WebConnection webConnection)
      Initialize the upgrade.
      Parameters:
      webConnection - the web connection.
    • destroy

      void destroy()
      Destroy the upgrade.