public abstract class SimpleDecoratingHttpClient extends SimpleDecoratingClient<HttpRequest,HttpResponse> implements HttpClient
HttpClient. Use DecoratingClient if your Client has different
Request or Response type from the Client being decorated.| Modifier | Constructor and Description |
|---|---|
protected |
SimpleDecoratingHttpClient(HttpClient delegate)
Creates a new instance that decorates the specified
HttpClient. |
as, delegate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteprotected SimpleDecoratingHttpClient(HttpClient delegate)
HttpClient.Copyright © 2020 LeanCloud. All rights reserved.