Uses of Class
org.eclipse.jetty.client.HttpReceiver
-
Packages that use HttpReceiver 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 org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http -
-
Uses of HttpReceiver in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpReceiver Modifier and Type Method Description protected abstract HttpReceiverHttpChannel. getHttpReceiver() -
Uses of HttpReceiver in org.eclipse.jetty.client.http
Subclasses of HttpReceiver in org.eclipse.jetty.client.http Modifier and Type Class Description classHttpReceiverOverHTTP -
Uses of HttpReceiver in org.eclipse.jetty.fcgi.client.http
Subclasses of HttpReceiver in org.eclipse.jetty.fcgi.client.http Modifier and Type Class Description classHttpReceiverOverFCGIMethods in org.eclipse.jetty.fcgi.client.http that return HttpReceiver Modifier and Type Method Description protected HttpReceiverHttpChannelOverFCGI. getHttpReceiver() -
Uses of HttpReceiver in org.eclipse.jetty.http2.client.http
Subclasses of HttpReceiver in org.eclipse.jetty.http2.client.http Modifier and Type Class Description classHttpReceiverOverHTTP2Methods in org.eclipse.jetty.http2.client.http that return HttpReceiver Modifier and Type Method Description protected HttpReceiverHttpChannelOverHTTP2. getHttpReceiver()
-