Uses of Interface
org.eclipse.jetty.client.HttpUpgrader
-
Packages that use HttpUpgrader Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http -
-
Uses of HttpUpgrader in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpUpgrader Modifier and Type Method Description HttpUpgraderHttpUpgrader.Factory. newHttpUpgrader(org.eclipse.jetty.http.HttpVersion version) -
Uses of HttpUpgrader in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement HttpUpgrader Modifier and Type Class Description classProtocolHttpUpgraderA HttpUpgrader that upgrades to a given protocol.
-