Class UpgradeToken

java.lang.Object
org.apache.coyote.UpgradeToken

public final class UpgradeToken extends Object
Token used during the upgrade process.
  • Constructor Details

  • Method Details

    • getContextBind

      public ContextBind getContextBind()
      Returns the context binder for this upgrade.
      Returns:
      the context binder
    • getHttpUpgradeHandler

      public HttpUpgradeHandler getHttpUpgradeHandler()
      Returns the HTTP upgrade handler.
      Returns:
      the upgrade handler
    • getInstanceManager

      public InstanceManager getInstanceManager()
      Returns the instance manager for creating servlets and filters.
      Returns:
      the instance manager
    • getProtocol

      public String getProtocol()
      Returns the protocol name for the upgrade.
      Returns:
      the protocol name