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 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 SendFailureModifier and TypeMethodDescriptionprotected 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 SendFailureModifier and TypeMethodDescriptionprotected SendFailureHttpConnectionOverFCGI.Delegate.send(HttpExchange exchange) protected SendFailureHttpConnectionOverFCGI.send(HttpExchange exchange) protected SendFailureHttpDestinationOverFCGI.send(Connection connection, HttpExchange exchange) protected SendFailureMultiplexHttpDestinationOverFCGI.send(Connection connection, HttpExchange exchange)