Interface HttpService

All Superinterfaces:
Service<HttpRequest,HttpResponse>, Unwrappable
All Known Subinterfaces:
HttpServiceWithRoutes, TransientHttpService
All Known Implementing Classes:
AbstractHttpService, AuthService, ContentPreviewingService, CorsService, DecodingService, DocService, EncodingService, FileService, HealthCheckService, LoggingService, ManagementService, MetricCollectingService, PrometheusExpositionService, RedirectService, SimpleDecoratingHttpService, ThrottlingService
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 HttpService extends Service<HttpRequest,HttpResponse>
An HTTP/2 Service.