| Package | Description |
|---|---|
| jakarta.servlet.http |
| Modifier and Type | Method and Description |
|---|---|
<T extends HttpUpgradeHandler> |
HttpServletRequestWrapper.upgrade(java.lang.Class<T> httpUpgradeHandlerClass)
Start the HTTP upgrade process and pass the connection to the provided
protocol handler once the current request/response pair has completed
processing.
|
<T extends HttpUpgradeHandler> |
HttpServletRequest.upgrade(java.lang.Class<T> httpUpgradeHandlerClass)
Start the HTTP upgrade process and pass the connection to the provided
protocol handler once the current request/response pair has completed
processing.
|
Copyright © 2014–2020. All rights reserved.