Interface HttpService

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