跳过导航链接
A B C D F G H L M N O P R S W 

A

addBusiLog(BusiLogDTO) - 类 中的方法org.apache.shenyu.plugin.busilog.client.LogServiceClient
Send business operation log (equivalent to saveBusiLogs in RestController).
addButtonLog(ButtonLogDTO) - 类 中的方法org.apache.shenyu.plugin.busilog.client.LogServiceClient
Send page button operation log (equivalent to WritePageButtonLogsThread in RestController).
addCallLog(CallLogDTO) - 类 中的方法org.apache.shenyu.plugin.busilog.client.LogServiceClient
Send call log (equivalent to toExcLog in RestController).

B

BusiLogDTO - org.apache.shenyu.plugin.busilog.dto中的类
Data transfer object for business operation log (replaces BusiLogBO).
BusiLogDTO() - 类 的构造器org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
 
BusiLogPlugin - org.apache.shenyu.plugin.busilog中的类
BusiLog plugin for api-gateway logging migration.
BusiLogPlugin() - 类 的构造器org.apache.shenyu.plugin.busilog.BusiLogPlugin
 
BusiLogPluginConfig - org.apache.shenyu.plugin.busilog.config中的类
Plugin-level configuration for the BusiLog plugin.
BusiLogPluginConfig() - 类 的构造器org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
 
BusiLogPluginDataHandler - org.apache.shenyu.plugin.busilog.handler中的类
Plugin data handler for BusiLog plugin.
BusiLogPluginDataHandler() - 类 的构造器org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 
BusiLogResponseCaptureFilter - org.apache.shenyu.plugin.busilog.capture中的类
WebFilter that installs a ResponseBodyCapture decorator on the response BEFORE the ShenYu plugin chain executes.
BusiLogResponseCaptureFilter() - 类 的构造器org.apache.shenyu.plugin.busilog.capture.BusiLogResponseCaptureFilter
 
BusiLogRuleHandle - org.apache.shenyu.plugin.busilog.handle中的类
Rule-level configuration handle for the BusiLog plugin.
BusiLogRuleHandle() - 类 的构造器org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
 
BusiLogSelectorHandle - org.apache.shenyu.plugin.busilog.handle中的类
Selector-level configuration handle for the BusiLog plugin.
BusiLogSelectorHandle() - 类 的构造器org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
 
ButtonLogDTO - org.apache.shenyu.plugin.busilog.dto中的类
DTO for page button operation log.
ButtonLogDTO() - 类 的构造器org.apache.shenyu.plugin.busilog.dto.ButtonLogDTO
 

C

CACHED_HANDLE - 类 中的静态变量org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
Cache for rule handle configurations, keyed by selector+rule id.
CACHED_SELECTOR_HANDLE - 类 中的静态变量org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
Cache for selector handle configurations, keyed by selector id.
CALLBACK_ATTR - 类 中的静态变量org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
Exchange attribute key: stores a Runnable callback to invoke after body is captured.
CallLogDTO - org.apache.shenyu.plugin.busilog.dto中的类
Data transfer object for external call log (replaces ExterSysCallSyncHisInfoBO).
CallLogDTO() - 类 的构造器org.apache.shenyu.plugin.busilog.dto.CallLogDTO
 
CAPTURE_ATTR - 类 中的静态变量org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
Exchange attribute key: stores the ResponseBodyCapture instance.

D

doExecute(ServerWebExchange, ShenyuPluginChain, SelectorData, RuleData) - 类 中的方法org.apache.shenyu.plugin.busilog.BusiLogPlugin
 

F

filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.apache.shenyu.plugin.busilog.capture.BusiLogResponseCaptureFilter
 

G

getAfterOutputParams() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get afterOutputParams.
getAsyncThreadPoolSize() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get asyncThreadPoolSize.
getBeforeInputParams() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get beforeInputParams.
getBrowser() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get browser info.
getBusiCode() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get busiCode.
getBusiName() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get busiName (business method name).
getBusiName() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get busiName.
getButtonCode() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.ButtonLogDTO
Get buttonCode.
getButtonId() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get buttonId.
getCallType() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get callType.
getCallType() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Get callType.
getCapturedBody() - 类 中的方法org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
Get the captured response body as string.
getCapturedStatus() - 类 中的方法org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
Get the captured HTTP status code.
getClassName() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get className (remote invoke key).
getClassName() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get className.
getConsuming() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get consuming (elapsed time in ms).
getHsfBusiLogMethodName() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfBusiLogMethodName.
getHsfBusiLogParamType() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfBusiLogParamType.
getHsfBusiLogServiceGroup() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfBusiLogServiceGroup.
getHsfBusiLogServiceInterface() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfBusiLogServiceInterface.
getHsfBusiLogServiceVersion() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfBusiLogServiceVersion.
getHsfButtonLogMethodName() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfButtonLogMethodName.
getHsfButtonLogParamType() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfButtonLogParamType.
getHsfButtonLogServiceGroup() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfButtonLogServiceGroup.
getHsfButtonLogServiceInterface() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfButtonLogServiceInterface.
getHsfButtonLogServiceVersion() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfButtonLogServiceVersion.
getHsfCallLogMethodName() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfCallLogMethodName.
getHsfCallLogParamType() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfCallLogParamType.
getHsfCallLogServiceGroup() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfCallLogServiceGroup.
getHsfCallLogServiceInterface() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfCallLogServiceInterface.
getHsfCallLogServiceVersion() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get hsfCallLogServiceVersion.
getHttpBusiLogUrl() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get httpBusiLogUrl.
getHttpButtonLogUrl() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get httpButtonLogUrl.
getHttpCallLogUrl() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get httpCallLogUrl.
getInputParams() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get inputParams.
getIp() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get ip (client IP).
getIsDesensitize() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get isDesensitize.
getIsSensitive() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get isSensitive ("1" = sensitive).
getIsSensitive() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get isSensitive.
getIsValid() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get isValid.
getLoginUserName() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get loginUserName.
getLogServiceType() - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Get logServiceType.
getLogType() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Get logType.
getMacOs() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get macOs (OS name).
getMessage() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get message.
getMessage() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get message.
getModuleName() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get moduleName (front-end menu name from activeName header).
getOperat() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get operat (operation type: add/update/delete/select/no).
getOperat() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get operat.
getOperater() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get operater (user ID).
getOperater() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.ButtonLogDTO
Get operater.
getOperatObj() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get operatObj.
getOperatObj() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get operatObj.
getOperatTime() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get operatTime.
getOrder() - 类 中的方法org.apache.shenyu.plugin.busilog.BusiLogPlugin
 
getOrder() - 类 中的方法org.apache.shenyu.plugin.busilog.capture.BusiLogResponseCaptureFilter
 
getOutputParams() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get outputParams.
getPrimaryField4() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get primaryField4 (system source).
getPrimaryField5() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get primaryField5 (client IP).
getProtoType() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get protoType.
getReqData() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get reqData.
getReqDataExtractField() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Get reqDataExtractField.
getReqType() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get reqType.
getRespStatus() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get respStatus.
getRespStatusDesc() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get respStatusDesc.
getRespTime() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get respTime.
getRspCode() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get rspCode.
getRspData() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get rspData (response body, null for sensitive select).
getService() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get service (route service name).
getServicePrefix() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Get servicePrefix.
getSystem() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Get system source.
getSystemCode() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Get systemCode.
getSystemCode() - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Get systemCode.
getTenantId() - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Get tenantId.

H

handlerPlugin(PluginData) - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 
handlerRule(RuleData) - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 
handlerSelector(SelectorData) - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 

L

LogServiceClient - org.apache.shenyu.plugin.busilog.client中的类
Log service client supporting both HSF and HTTP invocation modes.
LogServiceClient(BusiLogPluginConfig, WebClient) - 类 的构造器org.apache.shenyu.plugin.busilog.client.LogServiceClient
Constructor.

M

markConfigChanged() - 类 中的静态方法org.apache.shenyu.plugin.busilog.BusiLogPlugin
Called by BusiLogPluginDataHandler when plugin config changes.

N

named() - 类 中的方法org.apache.shenyu.plugin.busilog.BusiLogPlugin
 

O

org.apache.shenyu.plugin.busilog - 程序包 org.apache.shenyu.plugin.busilog
 
org.apache.shenyu.plugin.busilog.capture - 程序包 org.apache.shenyu.plugin.busilog.capture
 
org.apache.shenyu.plugin.busilog.client - 程序包 org.apache.shenyu.plugin.busilog.client
 
org.apache.shenyu.plugin.busilog.config - 程序包 org.apache.shenyu.plugin.busilog.config
 
org.apache.shenyu.plugin.busilog.dto - 程序包 org.apache.shenyu.plugin.busilog.dto
 
org.apache.shenyu.plugin.busilog.handle - 程序包 org.apache.shenyu.plugin.busilog.handle
 
org.apache.shenyu.plugin.busilog.handler - 程序包 org.apache.shenyu.plugin.busilog.handler
 

P

pluginNamed() - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 

R

removeRule(RuleData) - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 
removeSelector(SelectorData) - 类 中的方法org.apache.shenyu.plugin.busilog.handler.BusiLogPluginDataHandler
 
ResponseBodyCapture - org.apache.shenyu.plugin.busilog.capture中的类
Captures response body bytes while passing them through to the original response.
ResponseBodyCapture(ServerHttpResponse, ServerWebExchange) - 类 的构造器org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
Constructor.

S

setAfterOutputParams(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set afterOutputParams.
setAsyncThreadPoolSize(int) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set asyncThreadPoolSize.
setBeforeInputParams(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set beforeInputParams.
setBrowser(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set browser.
setBusiCode(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set busiCode.
setBusiName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set busiName.
setBusiName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set busiName.
setButtonCode(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.ButtonLogDTO
Set buttonCode.
setButtonId(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set buttonId.
setCallType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set callType.
setCallType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Set callType.
setClassName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set className.
setClassName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set className.
setConsuming(Long) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set consuming.
setHsfBusiLogMethodName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfBusiLogMethodName.
setHsfBusiLogParamType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfBusiLogParamType.
setHsfBusiLogServiceGroup(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfBusiLogServiceGroup.
setHsfBusiLogServiceInterface(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfBusiLogServiceInterface.
setHsfBusiLogServiceVersion(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfBusiLogServiceVersion.
setHsfButtonLogMethodName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfButtonLogMethodName.
setHsfButtonLogParamType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfButtonLogParamType.
setHsfButtonLogServiceGroup(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfButtonLogServiceGroup.
setHsfButtonLogServiceInterface(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfButtonLogServiceInterface.
setHsfButtonLogServiceVersion(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfButtonLogServiceVersion.
setHsfCallLogMethodName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfCallLogMethodName.
setHsfCallLogParamType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfCallLogParamType.
setHsfCallLogServiceGroup(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfCallLogServiceGroup.
setHsfCallLogServiceInterface(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfCallLogServiceInterface.
setHsfCallLogServiceVersion(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set hsfCallLogServiceVersion.
setHttpBusiLogUrl(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set httpBusiLogUrl.
setHttpButtonLogUrl(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set httpButtonLogUrl.
setHttpCallLogUrl(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set httpCallLogUrl.
setInputParams(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set inputParams.
setIp(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set ip.
setIsDesensitize(Boolean) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set isDesensitize.
setIsSensitive(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set isSensitive.
setIsSensitive(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set isSensitive.
setIsValid(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set isValid.
setLoginUserName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set loginUserName.
setLogServiceType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.config.BusiLogPluginConfig
Set logServiceType.
setLogType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Set logType.
setMacOs(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set macOs.
setMessage(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set message.
setMessage(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set message.
setModuleName(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set moduleName.
setOperat(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set operat.
setOperat(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set operat.
setOperater(Long) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set operater.
setOperater(Long) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.ButtonLogDTO
Set operater.
setOperatObj(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set operatObj.
setOperatObj(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set operatObj.
setOperatTime(Date) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set operatTime.
setOutputParams(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set outputParams.
setPrimaryField4(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set primaryField4 (system source, "2"=IT company).
setPrimaryField5(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set primaryField5 (client IP).
setProtoType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set protoType.
setReqData(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set reqData.
setReqDataExtractField(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogRuleHandle
Set reqDataExtractField.
setReqType(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set reqType.
setRespStatus(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set respStatus.
setRespStatusDesc(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set respStatusDesc.
setRespTime(Long) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set respTime.
setRspCode(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set rspCode.
setRspData(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set rspData.
setService(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set service.
setServicePrefix(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Set servicePrefix.
setSystem(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Set system source.
setSystemCode(String) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.CallLogDTO
Set systemCode.
setSystemCode(String) - 类 中的方法org.apache.shenyu.plugin.busilog.handle.BusiLogSelectorHandle
Set systemCode.
setTenantId(Long) - 类 中的方法org.apache.shenyu.plugin.busilog.dto.BusiLogDTO
Set tenantId.
skip(ServerWebExchange) - 类 中的方法org.apache.shenyu.plugin.busilog.BusiLogPlugin
 

W

writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
 
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.apache.shenyu.plugin.busilog.capture.ResponseBodyCapture
 
A B C D F G H L M N O P R S W 
跳过导航链接

Copyright © 2026 The Apache Software Foundation. All rights reserved.