Class HttpRequestRecordDto
java.lang.Object
io.datarouter.instrumentation.exception.HttpRequestRecordDto
public class HttpRequestRecordDto extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HttpRequestRecordDto(String id, Date created, Date receivedAt, Long duration, String exceptionRecordId, String httpMethod, String httpParams, String protocol, String hostname, int port, String contextPath, String path, String queryString, byte[] binaryBody, String ip, String userRoles, String userToken, String acceptCharset, String acceptEncoding, String acceptLanguage, String accept, String cacheControl, String connection, String contentEncoding, String contentLanguage, String contentLength, String contentType, String cookie, String dnt, String host, String ifModifiedSince, String origin, String pragma, String referer, String userAgent, String xForwardedFor, String xRequestedWith, String otherHeaders) -
Method Summary
-
Field Details
-
id
-
created
-
receivedAt
-
duration
-
exceptionRecordId
-
httpMethod
-
httpParams
-
protocol
-
hostname
-
port
public final int port -
contextPath
-
path
-
queryString
-
binaryBody
public final byte[] binaryBody -
ip
-
userRoles
-
userToken
-
acceptCharset
-
acceptEncoding
-
acceptLanguage
-
accept
-
cacheControl
-
connection
-
contentEncoding
-
contentLanguage
-
contentLength
-
contentType
-
cookie
-
dnt
-
host
-
ifModifiedSince
-
origin
-
pragma
-
referer
-
userAgent
-
xForwardedFor
-
xRequestedWith
-
otherHeaders
-
-
Constructor Details
-
HttpRequestRecordDto
public HttpRequestRecordDto(String id, Date created, Date receivedAt, Long duration, String exceptionRecordId, String httpMethod, String httpParams, String protocol, String hostname, int port, String contextPath, String path, String queryString, byte[] binaryBody, String ip, String userRoles, String userToken, String acceptCharset, String acceptEncoding, String acceptLanguage, String accept, String cacheControl, String connection, String contentEncoding, String contentLanguage, String contentLength, String contentType, String cookie, String dnt, String host, String ifModifiedSince, String origin, String pragma, String referer, String userAgent, String xForwardedFor, String xRequestedWith, String otherHeaders)
-