public final class HttpResponse extends Event
Represents a http response event that can be tracked by the monitoring system.
private final String
url
private final Map<String, List<String>>
headers
private final HttpStatusCode
status
body
final String
getUrl()
final Map<String, List<String>>
getHeaders()
final HttpStatusCode
getStatus()
getBody()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getUrl()
final Map<String, List<String>> getHeaders()
final HttpStatusCode getStatus()
final String getBody()