public interface AsyncHttpClientRequest extends Closeable
<T> void execute(URI uri, String httpMethod, RequestHttpEntity requestHttpEntity, Type responseType, Callback<T> callback) throws Exception
uri - http urlhttpMethod - http request methodrequestHttpEntity - http request entityresponseType - http response typecallback - http response callbackException - exCopyright © 2018–2020 Alibaba Group. All rights reserved.