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 HttpReceiver
HttpChannel. getHttpReceiver()
-
Uses of HttpReceiver in org.eclipse.jetty.client.http
Subclasses of HttpReceiver in org.eclipse.jetty.client.http Modifier and Type Class Description class
HttpReceiverOverHTTP
-
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 class
HttpReceiverOverFCGI
Methods in org.eclipse.jetty.fcgi.client.http that return HttpReceiver Modifier and Type Method Description protected HttpReceiver
HttpChannelOverFCGI. 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 class
HttpReceiverOverHTTP2
Methods in org.eclipse.jetty.http2.client.http that return HttpReceiver Modifier and Type Method Description protected HttpReceiver
HttpChannelOverHTTP2. getHttpReceiver()
-