Class SimpleDecoratingHttpService

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

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