Interface HttpService

All Superinterfaces:
Service<HttpRequest,​HttpResponse>, Unwrappable
All Known Subinterfaces:
GrpcService, HttpServiceWithRoutes, TransientHttpService
All Known Implementing Classes:
AbstractHttpService, AbstractUnaryGrpcService, AbstractUnsafeUnaryGrpcService, AuthService, BraveService, ContentPreviewingService, CoroutineContextService, CorsService, DecodingService, DocService, EncodingService, FileService, HealthCheckService, JettyService, LoggingService, MetricCollectingService, PrometheusExpositionService, RedirectService, SimpleDecoratingHttpService, ThrottlingService, THttpService, TomcatService
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.