public final class ResponseStartedParams extends RequestParams
NetworkDelegate.onResponseStarted(ResponseStartedParams)
method.
Constructor and Description |
---|
ResponseStartedParams(long requestId, java.lang.String url, java.lang.String method, Browser browser, int responseCode) |
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode()
Returns the response code of the current URL request.
返回当前URL请求的响应代码。 |
getBrowser, getMethod, getRequestId, getURL
public ResponseStartedParams(long requestId, java.lang.String url, java.lang.String method, Browser browser, int responseCode)