com.atlassian.httpclient.base.event
Class HttpRequestCompletedEvent
java.lang.Object
com.atlassian.httpclient.base.event.HttpRequestCompletedEvent
public final class HttpRequestCompletedEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpRequestCompletedEvent
public HttpRequestCompletedEvent(String url,
String httpMethod,
int statusCode,
long requestDuration,
Map<String,String> properties)
getUrl
public String getUrl()
getStatusCode
public int getStatusCode()
getError
public String getError()
getRequestDuration
public long getRequestDuration()
getProperties
public Map<String,String> getProperties()
Copyright © 2012–2015 Atlassian. All rights reserved.