Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/shenyu
/ functions
Functions
21,202 in github.com/apache/shenyu
⨍
Functions
21,202
◇
Types & classes
3,544
↓ 128 callers
Method
containsKey
(final Map<String, V> cache, final String key)
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/trie/ShenyuTrie.java:711
↓ 126 callers
Method
setParamValue
set paramValue. @param paramValue paramValue
shenyu-common/src/main/java/org/apache/shenyu/common/dto/ConditionData.java:117
↓ 125 callers
Method
setParamType
set paramType. @param paramType paramType
shenyu-common/src/main/java/org/apache/shenyu/common/dto/ConditionData.java:63
↓ 124 callers
Method
getAlias
get alias. @return String
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/model/Plugin.java:100
↓ 123 callers
Method
header
set header. @param header header @return MockRequestRecordVOBuilder
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/MockRequestRecordVO.java:465
↓ 123 callers
Method
map
(final String originalBody, final String modifiedBody, final String fieldName)
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-cryptor/src/main/java/org/apache/shenyu/plugin/cryptor/strategy/MapTypeEnum.java:42
↓ 122 callers
Method
setOperator
set operator. @param operator operator
shenyu-common/src/main/java/org/apache/shenyu/common/dto/ConditionData.java:81
↓ 121 callers
Function
T
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 121 callers
Method
setId
set primary key. @param id id
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/TagVO.java:103
↓ 120 callers
Function
C
(e,t)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 120 callers
Method
addExists
add exist endpoint case spec. @param endpoint endpoint @return ShenYuTestCaseSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuCaseSpec.java:166
↓ 119 callers
Method
getInstance
get SpringBeanUtils. @return SpringBeanUtils instance
shenyu-admin/src/main/java/org/apache/shenyu/admin/spring/SpringBeanUtils.java:39
↓ 116 callers
Method
conditionList
set conditionList. @param conditionList conditionList
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/model/data/RuleData.java:246
↓ 116 callers
Method
createOrUpdate
Create or update string. @param apiDTO the api dto @return the string
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/ApiService.java:39
↓ 116 callers
Method
getCode
get code. @return code code
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/result/ShenyuResultEnum.java:260
↓ 115 callers
Method
newCondition
Build new Condition. @param type type @param opt opt @param value value @return Condition
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/template/ResourceDataTemplate.java:144
↓ 115 callers
Method
notExists
endpoint is not exist. @param endpoint endpoint @return HttpChecker
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/function/HttpCheckers.java:42
↓ 115 callers
Method
resolve
Resolve inet socket address. @param exchange the exchange @return the inet socket address
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/RemoteAddressResolver.java:35
↓ 114 callers
Method
remove
Remove Selector id list by resource namespace, name and plugin name. @param namespace resource namespace @param name resource name @param pluginName
shenyu-kubernetes-controller/src/main/java/org/apache/shenyu/k8s/cache/SelectorCache.java:56
↓ 113 callers
Method
builder
Builder string. @param paramName the param name @param exchange the exchange @return the string
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/condition/data/ParameterData.java:36
↓ 112 callers
Method
getRequest
Returns a decorated ServerHttpRequest with the correct body and headers for downstream processing. @return the decorated ServerHttpRequest
shenyu-plugin/shenyu-plugin-mcp-server/src/main/java/org/apache/shenyu/plugin/mcp/server/request/BodyWriterExchange.java:91
↓ 112 callers
Method
set
set the name 2 id mapping BiMap. @param name2id name2id
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/common/IdManagers.java:44
↓ 111 callers
Method
id
build id. @param id id @return this
shenyu-common/src/main/java/org/apache/shenyu/common/dto/MetaData.java:460
↓ 107 callers
Method
path
build path. @param path path @return this
shenyu-common/src/main/java/org/apache/shenyu/common/dto/MetaData.java:493
↓ 106 callers
Method
getEnabled
Gets the value of enabled. @return the value of enabled
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/RuleVO.java:225
↓ 106 callers
Method
getInstance
Gets instance. @return the instance
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/cache/BaseDataCache.java:62
↓ 106 callers
Method
post
Post user dto. @param userDTO the user dto @return the user dto
shenyu-examples/shenyu-examples-http/src/main/java/org/apache/shenyu/examples/http/controller/HttpTestController.java:81
↓ 105 callers
Method
insertSelective
insert record to table selective. @param record the record @return insert count
shenyu-admin/src/main/java/org/apache/shenyu/admin/mapper/ApiMapper.java:56
↓ 103 callers
Method
contentType
the response context type, default is application/json. @param exchange the exchange @param formatted the formatted data that is origin data(basic、by
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/result/ShenyuResult.java:73
↓ 102 callers
Method
name
build name. @param name name @return this
shenyu-common/src/main/java/org/apache/shenyu/common/dto/RuleData.java:428
↓ 102 callers
Method
of
CompositeStreamObserver of. @param observers observers @param completeObserver completeObserver @param <T> t @return CompositeStr
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-grpc/src/main/java/org/apache/shenyu/plugin/grpc/proto/CompositeStreamObserver.java:46
↓ 102 callers
Method
stream
(final DynamicMessage abstractMessage)
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-rpc/shenyu-plugin-grpc/src/main/java/org/apache/shenyu/plugin/grpc/proto/DynamicMessageMarshaller.java:51
↓ 101 callers
Method
content
builder constructor. @param val content @return builder
shenyu-common/src/main/java/org/apache/shenyu/common/dto/AlarmContent.java:306
↓ 101 callers
Method
postGateway
Send a post http request to shenyu gateway. @param <S> type of response object @param <Q> type of request object @param path path @para
shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/helper/HttpHelper.java:104
↓ 100 callers
Method
getMessage
Gets message. @return the message
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/result/DefaultShenyuEntity.java:76
↓ 99 callers
Method
selectByQuery
select api by query. @param query {@linkplain ApiQuery} @return {@linkplain List}
shenyu-admin/src/main/java/org/apache/shenyu/admin/mapper/ApiMapper.java:97
↓ 97 callers
Method
getHandle
Gets the value of handle. @return the value of handle
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/RuleVO.java:279
↓ 97 callers
Method
named
acquire plugin name. this is plugin name define you must Provide the right name. if you impl AbstractShenyuPlugin this attribute not use. @return plu
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/ShenyuPlugin.java:64
↓ 96 callers
Method
getFromGateway
Send a get http request to shenyu gateway without headers. @param <S> response type @param path path @param type type of response passed to {@link G
shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/helper/HttpHelper.java:243
↓ 96 callers
Method
match
Determine whether the rule meets the format requirements. @param rule rule @return if match return true.
shenyu-plugin/shenyu-plugin-mock/src/main/java/org/apache/shenyu/plugin/mock/generator/Generator.java:77
↓ 95 callers
Method
sort
sort. @param sort the sort. @return RuleDTOBuilder.
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/dto/RuleDTO.java:466
↓ 92 callers
Method
getAppName
Gets appName. @return appName
shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/ClientRegisterConfig.java:40
↓ 92 callers
Method
getCode
Gets the value of code. @return the value of code
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/EnumVO.java:58
↓ 91 callers
Method
getIfAvailable
()
shenyu-web/src/test/java/org/apache/shenyu/web/controller/TestObjectProvider.java:51
↓ 91 callers
Method
remove
Remove metaData. @param metaData the meta data
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/handler/MetaDataHandler.java:39
↓ 90 callers
Method
dateUpdated
build dateUpdated. @param dateUpdated dateUpdated @return ApiVOBuilder
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/ApiVO.java:830
↓ 89 callers
Method
reset
reset this MemoryLimiter.
shenyu-common/src/main/java/org/apache/shenyu/common/concurrent/MemoryLimiter.java:332
↓ 88 callers
Method
builder
class builder. @return Builder
shenyu-common/src/main/java/org/apache/shenyu/common/dto/RuleData.java:87
↓ 88 callers
Method
dateCreated
build dateCreated. @param dateCreated dateCreated @return ApiVOBuilder
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/ApiVO.java:820
↓ 88 callers
Method
verify
Verifies and gets a result. @return result
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-sign/src/main/java/org/apache/shenyu/plugin/sign/api/VerifySupplier.java:29
↓ 87 callers
Method
getContextPath
Gets contextPath. @return contextPath
shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/register/ClientRegisterConfig.java:46
↓ 87 callers
Method
name
name. @param name name @return Builder
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/model/response/RuleDTO.java:361
↓ 85 callers
Method
getBean
acquire spring bean. @param <T> class @param type type @return bean bean
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/utils/SpringBeanUtils.java:55
↓ 84 callers
Method
obtainHandle
Obtain selector or rule handle. @param key key @return v handle
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/HandleCache.java:36
↓ 83 callers
Method
body
build body. @param body body @return this
shenyu-plugin/shenyu-plugin-mock/src/main/java/org/apache/shenyu/plugin/mock/api/MockRequest.java:184
↓ 83 callers
Method
getService
Gets service. @return the service
shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/AbstractTest.java:36
↓ 81 callers
Function
N
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 81 callers
Method
cachedHandle
Cached selector or rule handle. @param key key @param value value
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/HandleCache.java:55
↓ 81 callers
Method
getInstance
get SpringBeanUtils. @return SpringBeanUtils instance
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/utils/SpringBeanUtils.java:44
↓ 79 callers
Method
entrySet
()
shenyu-common/src/main/java/org/apache/shenyu/common/cache/WindowTinyLFUMap.java:141
↓ 79 callers
Method
getGson
Get gson instance. @return the instance
shenyu-common/src/main/java/org/apache/shenyu/common/utils/GsonUtils.java:112
↓ 79 callers
Method
setId
set id. @param id id
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/entity/ApiDO.java:130
↓ 78 callers
Method
getHeaders
Gets headers. @return headers
shenyu-plugin/shenyu-plugin-mock/src/main/java/org/apache/shenyu/plugin/mock/api/MockRequest.java:47
↓ 78 callers
Method
selectorId
build selectorId. @param selectorId selectorId @return this
shenyu-common/src/main/java/org/apache/shenyu/common/dto/RuleData.java:450
↓ 78 callers
Method
type
alert type. @return type
shenyu-alert/src/main/java/org/apache/shenyu/alert/AlertNotifyHandler.java:43
↓ 77 callers
Method
findFirst
list map.<br> if element is null it filter. @param list list @param function map fun @param <R> resource type @return list
shenyu-common/src/main/java/org/apache/shenyu/common/utils/ListUtil.java:106
↓ 77 callers
Method
getMetadata
get metadata map. @return metadata map
shenyu-web/src/main/java/org/apache/shenyu/web/endpoint/ShenyuControllerEndpoint.java:127
↓ 75 callers
Method
setName
set resource name. @param name name
shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/model/data/ResourceData.java:48
↓ 75 callers
Method
sort
build sort. @param sort sort @return this
shenyu-common/src/main/java/org/apache/shenyu/common/dto/RuleData.java:472
↓ 73 callers
Method
getData
Get data with the key. @param key the cache key @return the data
shenyu-plugin/shenyu-plugin-cache/shenyu-plugin-cache-spi/src/main/java/org/apache/shenyu/plugin/cache/ICache.java:53
↓ 70 callers
Method
name
()
shenyu-plugin/shenyu-plugin-mcp-server/src/main/java/org/apache/shenyu/plugin/mcp/server/definition/ShenyuToolDefinition.java:50
↓ 70 callers
Method
pluginName
Plugin name string. @return the string
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/converter/SelectorHandleConverter.java:42
↓ 69 callers
Method
destroy
()
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/impl/AlertDispatchServiceImpl.java:108
↓ 68 callers
Function
M
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 68 callers
Method
equals
(final Object o)
shenyu-admin/src/main/java/org/apache/shenyu/admin/scale/scaler/dynamic/ScaleAction.java:38
↓ 68 callers
Method
error
return error . @param msg error msg @return {@linkplain ShenyuAdminResult}
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/result/ShenyuAdminResult.java:94
↓ 68 callers
Method
exists
exist endpoint. @param endpoint endpoint @return HttpChecker
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/function/HttpCheckers.java:73
↓ 68 callers
Method
pluginName
pluginName. @return pluginName
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/handler/ProxySelectorDataHandler.java:47
↓ 67 callers
Function
P
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 67 callers
Method
builder
class builder. @return Builder
shenyu-common/src/main/java/org/apache/shenyu/common/dto/SelectorData.java:96
↓ 67 callers
Method
checker
builder set checker. @param checker checker @return ShenYuAfterEachSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuAfterEachSpec.java:84
↓ 66 callers
Method
beforeEachSpec
before each spec. @param beforeEachSpec beforeEachSpec @return ShenYuScenarioSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuScenarioSpec.java:117
↓ 66 callers
Method
builder
builder. @return ShenYuTestCaseSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuCaseSpec.java:80
↓ 66 callers
Method
builder
builder. @return ShenYuBeforeEachSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuBeforeEachSpec.java:55
↓ 66 callers
Method
builder
scenario specification builder. @return ShenYuScenarioSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuScenarioSpec.java:88
↓ 66 callers
Method
caseSpec
case spec. @param caseSpec caseSpec @return ShenYuScenarioSpecBuilder
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/ShenYuScenarioSpec.java:127
↓ 66 callers
Method
getPath
Gets path. @return the path
shenyu-plugin/shenyu-plugin-api/src/main/java/org/apache/shenyu/plugin/api/context/ShenyuContext.java:162
↓ 65 callers
Method
equals
(final Object o)
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/trie/ShenyuTrieNode.java:301
↓ 64 callers
Function
D
(e,t)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 64 callers
Function
K
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 64 callers
Method
setParamName
set paramName. @param paramName paramName
shenyu-common/src/main/java/org/apache/shenyu/common/dto/ConditionData.java:99
↓ 63 callers
Method
equals
(final Object o)
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/entity/TagDO.java:134
↓ 62 callers
Function
R
(e,t)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 62 callers
Function
_
(e)
shenyu-admin/src/main/resources/static/index.a6d776d6.js:1
↓ 62 callers
Method
getUrl
Gets url. @return the url
shenyu-loadbalancer/src/main/java/org/apache/shenyu/loadbalancer/entity/Upstream.java:177
↓ 62 callers
Method
initSelectorAndRules
Init selector and rules string. @param pluginName the plugin name @param selectorHandler the selector handler @param selectorConditionData the select
shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/AbstractPluginDataInit.java:65
↓ 62 callers
Method
url
build url. @param url url @return this builder
shenyu-loadbalancer/src/main/java/org/apache/shenyu/loadbalancer/entity/Upstream.java:557
↓ 61 callers
Method
deleteWaiting
()
shenyu-e2e/shenyu-e2e-engine/src/main/java/org/apache/shenyu/e2e/engine/scenario/specification/AfterEachSpec.java:39
↓ 61 callers
Method
setDateUpdated
set update time. @param dateUpdated dateUpdated
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/vo/TagVO.java:215
↓ 60 callers
Method
appName
appName. @param appName the appName. @return AuthPathDOBuilder.
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/entity/AuthPathDO.java:208
← previous
next →
101–200 of 21,202, ranked by callers