Class SimpleDecoratingHttpClient

All Implemented Interfaces:
Client<HttpRequest,​HttpResponse>, HttpClient, Unwrappable
Direct Known Subclasses:
BraveClient, ContentPreviewingClient, DecodingClient

public abstract class SimpleDecoratingHttpClient
extends SimpleDecoratingClient<HttpRequest,​HttpResponse>
implements HttpClient
Decorates an HttpClient. Use DecoratingClient if your Client has different Request or Response type from the Client being decorated.