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 -
-
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. send(HttpExchange exchange)protected SendFailureHttpDestinationOverHTTP. send(Connection connection, HttpExchange exchange)
-