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 UpgradeResponse
UpgradeResponse.failure
(HttpClientResponse response) Create an upgrade failure response.static UpgradeResponse
UpgradeResponse.success
(HttpClientResponse response, ClientConnection connection) Create an upgrade success response.Upgrade the current request to a different protocol.