Package org.eclipse.jetty.client.http
Interface HttpConnectionUpgrader
-
- All Known Implementing Classes:
WebSocketUpgradeRequest
public interface HttpConnectionUpgrader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
upgrade(HttpResponse response, HttpConnectionOverHTTP connection)
-
-
-
Method Detail
-
upgrade
void upgrade(HttpResponse response, HttpConnectionOverHTTP connection)
-
-