com.atlassian.httpclient.base.event
Class HttpRequestCompletedEvent

java.lang.Object
  extended by com.atlassian.httpclient.base.event.HttpRequestCompletedEvent

public final class HttpRequestCompletedEvent
extends Object


Constructor Summary
HttpRequestCompletedEvent(String url, String httpMethod, int statusCode, long requestDuration, Map<String,String> properties)
           
 
Method Summary
 String getError()
           
 Map<String,String> getProperties()
           
 long getRequestDuration()
           
 int getStatusCode()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestCompletedEvent

public HttpRequestCompletedEvent(String url,
                                 String httpMethod,
                                 int statusCode,
                                 long requestDuration,
                                 Map<String,String> properties)
Method Detail

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.