Uses of Class
io.helidon.webclient.http1.UpgradeResponse
Packages that use UpgradeResponse
-
Uses of UpgradeResponse in io.helidon.webclient.http1
Methods in io.helidon.webclient.http1 that return UpgradeResponseModifier and TypeMethodDescriptionstatic UpgradeResponseUpgradeResponse.failure(HttpClientResponse response) Create an upgrade failure response.static UpgradeResponseUpgradeResponse.success(HttpClientResponse response, ClientConnection connection) Create an upgrade success response.Upgrade the current request to a different protocol.