Interface HttpClient

All Superinterfaces:
Client<HttpRequest,​HttpResponse>, Unwrappable
All Known Subinterfaces:
PooledHttpClient
All Known Implementing Classes:
BraveClient, CircuitBreakerClient, ConcurrencyLimitingClient, ContentPreviewingClient, DecodingClient, LoggingClient, MetricCollectingClient, RetryingClient, SimpleDecoratingHttpClient, SimplePooledDecoratingHttpClient
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface HttpClient
extends Client<HttpRequest,​HttpResponse>
Sends an HttpRequest to a remote Endpoint.