public static class HttpManager.RequestInfo extends Object
| Constructor and Description |
|---|
RequestInfo(Request.Method method,
String url,
Date started) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationMillis() |
Request.Method |
getMethod() |
Date |
getStarted() |
String |
getUrl() |
public RequestInfo(Request.Method method, String url, Date started)
public Request.Method getMethod()
public Date getStarted()
public String getUrl()
public long getDurationMillis()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.