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 -
-
Uses of SendFailure in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return SendFailure Modifier and Type Method Description protected SendFailureHttpConnection. send(HttpChannel channel, HttpExchange exchange)protected abstract SendFailureHttpConnection. send(HttpExchange exchange)protected abstract SendFailureHttpDestination. 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 SendFailureHttpConnectionOverHTTP.Delegate. send(HttpExchange exchange)protected SendFailureHttpConnectionOverHTTP. send(HttpExchange exchange)protected SendFailureHttpDestinationOverHTTP. 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 SendFailureHttpConnectionOverFCGI.Delegate. send(HttpExchange exchange)protected SendFailureHttpConnectionOverFCGI. send(HttpExchange exchange)protected SendFailureHttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)protected SendFailureMultiplexHttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)
-