Package org.eclipse.jetty.client.http
Interface HttpConnectionUpgrader
-
- All Known Implementing Classes:
WebSocketUpgradeRequest
@Deprecated(since="2021-05-27") public interface HttpConnectionUpgraderDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidupgrade(HttpResponse response, HttpConnectionOverHTTP connection)Deprecated.
-
-
-
Method Detail
-
upgrade
void upgrade(HttpResponse response, HttpConnectionOverHTTP connection)
Deprecated.
-
-