Class SimpleDecoratingHttpService

All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,​HttpResponse>
Direct Known Subclasses:
AuthService, BraveService, ContentPreviewingService, CorsService, EncodingService, LoggingService, MetricCollectingService

public abstract class SimpleDecoratingHttpService
extends SimpleDecoratingService<HttpRequest,​HttpResponse>
implements HttpService
An HttpService that decorates another HttpService.
See Also:
HttpService.decorate(DecoratingHttpServiceFunction)