Uses of Class
org.eclipse.jetty.client.HttpSender
-
Packages that use HttpSender 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 HttpSender in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpSender Modifier and Type Method Description protected abstract HttpSender
HttpChannel. getHttpSender()
-
Uses of HttpSender in org.eclipse.jetty.client.http
Subclasses of HttpSender in org.eclipse.jetty.client.http Modifier and Type Class Description class
HttpSenderOverHTTP
-
Uses of HttpSender in org.eclipse.jetty.fcgi.client.http
Subclasses of HttpSender in org.eclipse.jetty.fcgi.client.http Modifier and Type Class Description class
HttpSenderOverFCGI
Methods in org.eclipse.jetty.fcgi.client.http that return HttpSender Modifier and Type Method Description protected HttpSender
HttpChannelOverFCGI. getHttpSender()
-
Uses of HttpSender in org.eclipse.jetty.http2.client.http
Subclasses of HttpSender in org.eclipse.jetty.http2.client.http Modifier and Type Class Description class
HttpSenderOverHTTP2
Methods in org.eclipse.jetty.http2.client.http that return HttpSender Modifier and Type Method Description protected HttpSender
HttpChannelOverHTTP2. getHttpSender()
-