Interface Http1RoutedUpgrade
public interface Http1RoutedUpgrade
A prepared HTTP/1 protocol upgrade that must run through HTTP request
filters and route policies before the protocol switch is completed.
-
Method Summary
Modifier and TypeMethodDescriptionupgrade(Http1UpgradeResponse response) Complete the upgrade after filters and route policies have allowed it.
-
Method Details
-
upgrade
Complete the upgrade after filters and route policies have allowed it.- Parameters:
response- response to use for the upgrade handshake- Returns:
- upgrade result
-