public final class HttpTrace extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpTrace.Principal
Principal associated with an HTTP request-response exchange.
|
static class |
HttpTrace.Request
Trace of an HTTP request.
|
static class |
HttpTrace.Response
Trace of an HTTP response.
|
static class |
HttpTrace.Session
Session associated with an HTTP request-response exchange.
|
Modifier and Type | Method and Description |
---|---|
HttpTrace.Principal |
getPrincipal() |
HttpTrace.Request |
getRequest() |
HttpTrace.Response |
getResponse() |
HttpTrace.Session |
getSession() |
Instant |
getTimestamp() |
Long |
getTimeTaken() |
public Instant getTimestamp()
public HttpTrace.Principal getPrincipal()
public HttpTrace.Session getSession()
public HttpTrace.Request getRequest()
public HttpTrace.Response getResponse()
public Long getTimeTaken()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.