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 HttpSenderHttpChannel. getHttpSender() -
Uses of HttpSender in org.eclipse.jetty.client.http
Subclasses of HttpSender in org.eclipse.jetty.client.http Modifier and Type Class Description classHttpSenderOverHTTP -
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 classHttpSenderOverFCGIMethods in org.eclipse.jetty.fcgi.client.http that return HttpSender Modifier and Type Method Description protected HttpSenderHttpChannelOverFCGI. 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 classHttpSenderOverHTTP2Methods in org.eclipse.jetty.http2.client.http that return HttpSender Modifier and Type Method Description protected HttpSenderHttpChannelOverHTTP2. getHttpSender()
-