<Res> void |
ServiceClient.asyncSendRequest(RequestMessage request,
ExecutionContext context,
com.aliyun.openservices.ots.internal.OTSAsyncResponseConsumer<Res> consumer,
org.apache.http.concurrent.FutureCallback<Res> callback,
com.aliyun.openservices.ots.internal.OTSTraceLogger traceLogger) |
protected abstract <Res> void |
ServiceClient.asyncSendRequestCore(RequestMessage request,
ExecutionContext context,
com.aliyun.openservices.ots.internal.OTSAsyncResponseConsumer<Res> consumer,
org.apache.http.concurrent.FutureCallback<Res> callback,
com.aliyun.openservices.ots.internal.OTSTraceLogger traceLogger) |
protected <Res> void |
AsyncServiceClient.asyncSendRequestCore(RequestMessage request,
ExecutionContext context,
com.aliyun.openservices.ots.internal.OTSAsyncResponseConsumer<Res> consumer,
org.apache.http.concurrent.FutureCallback<Res> callback,
com.aliyun.openservices.ots.internal.OTSTraceLogger traceLogger) |
void |
RequestHandler.handle(RequestMessage message)
预处理需要发送的请求数据
|
protected void |
ServiceClient.handleRequest(RequestMessage message,
List<RequestHandler> resquestHandlers) |