Class ProtocolHttpUpgrader

java.lang.Object
org.eclipse.jetty.client.http.ProtocolHttpUpgrader
All Implemented Interfaces:
HttpUpgrader

public class ProtocolHttpUpgrader extends Object implements HttpUpgrader

A HttpUpgrader that upgrades to a given protocol.

Works in conjunction with HttpClientTransportDynamic so that the protocol to upgrade to must be one of the application protocols supported by HttpClientTransportDynamic.