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 SendFailureHttpDestination. send(IConnection connection, HttpExchange exchange)SendFailureIConnection. send(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 SendFailureHttpConnectionOverHTTP. send(HttpExchange exchange)
-