Uses of Class
org.eclipse.jetty.client.SendFailure
-
Packages that use SendFailure 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 SendFailure in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return SendFailure Modifier and Type Method Description protected SendFailure
HttpConnection. send(HttpChannel channel, HttpExchange exchange)
protected abstract SendFailure
HttpConnection. send(HttpExchange exchange)
protected abstract SendFailure
HttpDestination. send(Connection connection, HttpExchange exchange)
-
Uses of SendFailure in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return SendFailure Modifier and Type Method Description protected SendFailure
HttpConnectionOverHTTP. send(HttpExchange exchange)
protected SendFailure
HttpDestinationOverHTTP. send(Connection connection, HttpExchange exchange)
-
Uses of SendFailure in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http that return SendFailure Modifier and Type Method Description protected SendFailure
HttpConnectionOverFCGI. send(HttpExchange exchange)
protected SendFailure
HttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)
protected SendFailure
MultiplexHttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)
-
Uses of SendFailure in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http that return SendFailure Modifier and Type Method Description protected SendFailure
HttpConnectionOverHTTP2. send(HttpExchange exchange)
protected SendFailure
HttpDestinationOverHTTP2. send(Connection connection, HttpExchange exchange)
-