Uses of Class
org.eclipse.jetty.client.SendFailure
Packages that use SendFailure
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of SendFailure in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return SendFailureModifier and TypeMethodDescriptionprotected 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 SendFailureModifier and TypeMethodDescriptionprotected SendFailure
HttpConnectionOverHTTP.Delegate.send
(HttpExchange exchange) protected SendFailure
HttpConnectionOverHTTP.send
(HttpExchange exchange) protected SendFailure
HttpDestinationOverHTTP.send
(Connection connection, HttpExchange exchange)