跳过导航链接
A B C D F G H I L P R S T W 

A

AbstractAccessLogHandler<T> - com.relaxed.common.log.access.handler中的类
访问日志处理器抽象类。
AbstractAccessLogHandler() - 类 的构造器com.relaxed.common.log.access.handler.AbstractAccessLogHandler
 
AbstractAccessLogHandler.ReqHeaderFilter - com.relaxed.common.log.access.handler中的接口
请求头过滤器接口
AccessLogFilter - com.relaxed.common.log.access.filter中的类
访问日志过滤器类。
AccessLogFilter(LogAccessProperties, AccessLogHandler, LogAccessRule) - 类 的构造器com.relaxed.common.log.access.filter.AccessLogFilter
创建访问日志过滤器实例
AccessLogHandler<T> - com.relaxed.common.log.access.handler中的接口
访问日志处理器接口。
afterRequest(T, HttpServletRequest, HttpServletResponse, Long, Throwable, LogAccessRule) - 接口 中的方法com.relaxed.common.log.access.handler.AccessLogHandler
请求后处理。
afterRequest(Map<String, String>, HttpServletRequest, HttpServletResponse, Long, Throwable, LogAccessRule) - 类 中的方法com.relaxed.common.log.access.handler.DefaultAccessLogHandler
请求后处理,记录完整的访问日志

B

beforeRequest(HttpServletRequest, LogAccessRule) - 接口 中的方法com.relaxed.common.log.access.handler.AccessLogHandler
请求前处理。
beforeRequest(HttpServletRequest, LogAccessRule) - 类 中的方法com.relaxed.common.log.access.handler.DefaultAccessLogHandler
请求前处理,构建请求基本信息

C

com.relaxed.common.log.access.filter - 程序包 com.relaxed.common.log.access.filter
 
com.relaxed.common.log.access.handler - 程序包 com.relaxed.common.log.access.handler
 
convertToAccessLogStr(Map<String, String>) - 类 中的方法com.relaxed.common.log.access.handler.DefaultAccessLogHandler
将参数Map转换为访问日志字符串

D

DefaultAccessLogHandler - com.relaxed.common.log.access.handler中的类
默认访问日志处理器实现类。
DefaultAccessLogHandler() - 类 的构造器com.relaxed.common.log.access.handler.DefaultAccessLogHandler
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
处理HTTP请求并记录访问日志

F

FieldFilter() - 类 的构造器com.relaxed.common.log.access.filter.LogAccessRule.FieldFilter
 
filter(String) - 接口 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler.ReqHeaderFilter
过滤请求头

G

getAccessLogHandler() - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
获取访问日志处理器
getAntPathMatcher() - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
获取Ant风格路径匹配器
getDefaultLogAccessRule() - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
获取默认的访问日志规则
getHeader(HttpServletRequest) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取所有请求头信息
getHeader(HttpServletRequest, AbstractAccessLogHandler.ReqHeaderFilter) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
根据过滤器提取请求头信息
getHeader(HttpServletRequest, String...) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取指定请求头信息
getLogAccessProperties() - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
获取访问日志配置属性
getMessagePayload(byte[], int, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取消息负载
getParams(HttpServletRequest, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取请求参数
getParams(HttpServletRequest, String, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取请求参数
getRequestBody(HttpServletRequest, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取请求体
getRequestBody(HttpServletRequest, String, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取请求体
getRequestBodyText(RepeatBodyRequestWrapper) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取请求体文本
getResponseBody(HttpServletRequest, HttpServletResponse, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取响应体信息
getResponseBody(HttpServletRequest, HttpServletResponse, String, String) - 类 中的方法com.relaxed.common.log.access.handler.AbstractAccessLogHandler
获取响应体信息 防止在 RequestContextHolder 设置内容之前或清空内容之后使用,从而导致获取不到响应体的问题
getUrlPathHelper() - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
获取URL路径匹配帮助类

H

handleLog(String, Map<String, String>) - 类 中的方法com.relaxed.common.log.access.handler.DefaultAccessLogHandler
处理日志记录

I

isMultipartContent(HttpServletRequest) - 类 中的方法com.relaxed.common.log.access.handler.DefaultAccessLogHandler
判断是否是multipart/form-data请求

L

LogAccessProperties - com.relaxed.common.log.access.filter中的类
访问日志配置属性类。
LogAccessProperties() - 类 的构造器com.relaxed.common.log.access.filter.LogAccessProperties
 
LogAccessRule - com.relaxed.common.log.access.filter中的类
访问日志规则类。
LogAccessRule() - 类 的构造器com.relaxed.common.log.access.filter.LogAccessRule
 
LogAccessRule.FieldFilter - com.relaxed.common.log.access.filter中的类
字段过滤规则类。
LogAccessRule.RecordOption - com.relaxed.common.log.access.filter中的类
日志记录选项类。

P

PREFIX - 类 中的静态变量com.relaxed.common.log.access.filter.LogAccessProperties
访问日志配置前缀

R

RecordOption() - 类 的构造器com.relaxed.common.log.access.filter.LogAccessRule.RecordOption
 

S

searchRequestRule(HttpServletRequest) - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
根据请求查找匹配的日志规则
shouldLog(HttpServletRequest) - 接口 中的方法com.relaxed.common.log.access.handler.AccessLogHandler
判断是否应该记录日志。

T

TRACE_ID - 类 中的静态变量com.relaxed.common.log.access.handler.DefaultAccessLogHandler
跟踪ID的MDC键名

W

wrapperRequest(HttpServletRequest) - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
包装HTTP请求 用于支持重复读取请求内容
wrapperResponse(HttpServletResponse) - 类 中的方法com.relaxed.common.log.access.filter.AccessLogFilter
包装HTTP响应 用于支持重复读取响应内容
A B C D F G H I L P R S T W 
跳过导航链接

Copyright © 2025. All rights reserved.