Uses of Class
io.helidon.webclient.http1.UpgradeResponse
-
Uses of UpgradeResponse in io.helidon.webclient.http1
Modifier 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.