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:
HttpService.decorate(DecoratingHttpServiceFunction)
  • Constructor Details

    • SimpleDecoratingHttpService

      protected SimpleDecoratingHttpService​(HttpService delegate)
      Creates a new instance that decorates the specified HttpService.