public final class HttpRequest extends Event
Represents an http request event that can be tracked by the monitoring system.
private final String
url
private final HttpMethod
method
private final Map<String, List<String>>
headers
private final Map<String, Object>
body
final String
getUrl()
final HttpMethod
getMethod()
final Map<String, List<String>>
getHeaders()
final Map<String, Object>
getBody()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getUrl()
final HttpMethod getMethod()
final Map<String, List<String>> getHeaders()
final Map<String, Object> getBody()