Class UpgradeToken
java.lang.Object
org.apache.coyote.UpgradeToken
Token used during the upgrade process.
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeToken(HttpUpgradeHandler httpUpgradeHandler, ContextBind contextBind, InstanceManager instanceManager, String protocol) -
Method Summary
Modifier and TypeMethodDescriptionReturns the context binder for this upgrade.Returns the HTTP upgrade handler.Returns the instance manager for creating servlets and filters.Returns the protocol name for the upgrade.
-
Constructor Details
-
UpgradeToken
public UpgradeToken(HttpUpgradeHandler httpUpgradeHandler, ContextBind contextBind, InstanceManager instanceManager, String protocol)
-
-
Method Details
-
getContextBind
Returns the context binder for this upgrade.- Returns:
- the context binder
-
getHttpUpgradeHandler
Returns the HTTP upgrade handler.- Returns:
- the upgrade handler
-
getInstanceManager
Returns the instance manager for creating servlets and filters.- Returns:
- the instance manager
-
getProtocol
-