Package io.datarouter.exception.web
Class ExceptionAnalysisHandler.HttpRequestRecordJspDto
java.lang.Object
io.datarouter.exception.web.ExceptionAnalysisHandler.HttpRequestRecordJspDto
- Enclosing class:
- ExceptionAnalysisHandler
public static class ExceptionAnalysisHandler.HttpRequestRecordJspDto extends Object
-
Constructor Summary
Constructors Constructor Description HttpRequestRecordJspDto(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 traceId, String parentId, Map<String,String> headers, String otherHeaders) -
Method Summary
Modifier and Type Method Description byte[]getBinaryBody()StringgetContextPath()Map<String,String>getCookiesMap()DategetCreated()LonggetDuration()StringgetExceptionRecordId()Map<String,String>getHeaders()StringgetHostname()StringgetHttpMethod()StringgetHttpParams()Map<String,String[]>getHttpParamsMap()StringgetIp()Map<String,String[]>getOtherHeadersMap()StringgetParentId()StringgetPath()intgetPort()StringgetPrettyPrintedJsonBody()StringgetProtocol()StringgetQueryString()DategetReceivedAt()StringgetStringBody()StringgetTraceId()StringgetUrl()StringgetUserRoles()StringgetUserToken()booleanisFromAjax()
-
Constructor Details
-
HttpRequestRecordJspDto
public HttpRequestRecordJspDto(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 traceId, String parentId, Map<String,String> headers, String otherHeaders)
-
-
Method Details
-
getOtherHeadersMap
-
getHttpParamsMap
-
getCookiesMap
-
isFromAjax
public boolean isFromAjax() -
getUrl
-
getHeaders
-
getStringBody
-
getPrettyPrintedJsonBody
-
getCreated
-
getReceivedAt
-
getDuration
-
getExceptionRecordId
-
getHttpMethod
-
getHttpParams
-
getProtocol
-
getHostname
-
getPort
public int getPort() -
getContextPath
-
getPath
-
getQueryString
-
getBinaryBody
public byte[] getBinaryBody() -
getIp
-
getUserRoles
-
getUserToken
-
getTraceId
-
getParentId
-