Package | Description |
---|---|
com.netease.cloud.handlers | |
com.netease.cloud.http | |
com.netease.cloud.util |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRequestHandler.afterResponse(Request<?> request,
Object response,
TimingInfo timingInfo) |
void |
RequestHandler.afterResponse(Request<?> request,
Object response,
TimingInfo timingInfo)
Runs any additional processing logic on the specified request (after is
has been executed by the client runtime).
|
Modifier and Type | Method and Description |
---|---|
TimingInfo |
ExecutionContext.getTimingInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setTimingInfo(TimingInfo timingInfo) |
Modifier and Type | Method and Description |
---|---|
TimingInfo |
TimingInfo.getSubMeasurement(String subMeasurementName) |
Modifier and Type | Method and Description |
---|---|
void |
TimingInfo.addSubMeasurement(String subMeasurementName,
TimingInfo timingInfo) |
Copyright © 2017. All Rights Reserved.