MCPcopy Create free account

hub / github.com/chensheng/wechatty-project / functions

Functions1,310 in github.com/chensheng/wechatty-project

↓ 1 callersMethodcreateRegistry
(AppContext appContext)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/HttpClientCustomizer.java:10
↓ 1 callersMethodcustomize
(MpWechatContext wechatContext)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContextCustomizer.java:4
↓ 1 callersMethodcustomize
(HttpClientBuilder builder, AppContext appContext)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/HttpClientCustomizer.java:12
↓ 1 callersMethoddecode
删除解密后明文的补位字符 @param decrypted 解密后的明文 @return 删除补位字符后的明文
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/PKCS7Encoder.java:47
↓ 1 callersMethoddecrypt
(String key, String encryptedData)
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/Aes256EcbCrypt.java:30
↓ 1 callersMethoddoDispatch
(InboundMessage inboundMsg, String timestamp, String nonce)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:120
↓ 1 callersMethoddoQuery
query access token from memory, database or other medias @return access token of wechat
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/AccessTokenStrategy.java:14
↓ 1 callersMethoddoResolveEventInbound
(EventType eventType, String msgXml)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:198
↓ 1 callersMethoddoResolveSimpleInbound
(MessageType msgType, String msgXml)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:196
↓ 1 callersMethoddoSave
save access token to memory, database or other medias @param accessToken access token of wechat
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/AccessTokenStrategy.java:8
↓ 1 callersMethoddownloadFileByGet
@param url file URL @param downloadDir directory to save file @param fileName file name @param ignoreContentTypes response content types to ignore dow
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/PoolingHttpUtil.java:189
↓ 1 callersMethoddownloadFileByPost
@param url URL of file @param postString post body of request @param downloadDir directory to save file @param fileName file name @param ignoreContent
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/PoolingHttpUtil.java:150
↓ 1 callersMethoddownloadMediaByGet
@param url media URL @param downloadDir directory to save download media @param fileName download file name @return null if network error @throws Null
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/WechatRequester.java:175
↓ 1 callersMethoddownloadMediaByPost
@param url media URL @param postString request body @param downloadDir directory to save file @param fileName download file name @return null if netwo
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/WechatRequester.java:134
↓ 1 callersMethodenableEnumUseToString
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/util/JsonMapper.java:101
↓ 1 callersMethodencode
获得对明文进行补位填充的字节. @param count 需要进行填充补位操作的明文字节个数 @return 补齐用的字节数组
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/PKCS7Encoder.java:26
↓ 1 callersMethodencrypt
对明文进行加密. @param text 需要加密的明文 @return 加密后base64编码的字符串 @throws AesException aes加密失败
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/WXBizMsgCrypt.java:85
↓ 1 callersMethodfindGenericType
(Object object, Class<?> parameterizedSuperclass, String typeParamName)
wechatty-common/src/main/java/space/chensheng/wechatty/common/util/ReflectUtil.java:11
↓ 1 callersMethodfindTypeAlias
(Class<?> clazz)
wechatty-common/src/main/java/space/chensheng/wechatty/common/util/XmlUtil.java:172
↓ 1 callersMethodgenerateFileName
(String fileName, CloseableHttpResponse response)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/PoolingHttpUtil.java:294
↓ 1 callersMethodgetAccessTokenStrategyClass
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:268
↓ 1 callersMethodgetAesKey
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:48
↓ 1 callersMethodgetAutoUpdateAccessToken
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:212
↓ 1 callersMethodgetClientIp
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/RedPackRequest.java:141
↓ 1 callersMethodgetContent
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/material/News.java:61
↓ 1 callersMethodgetEncrypt
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/base/EncryptedCallbackMessage.java:25
↓ 1 callersMethodgetErrcode
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/BaseResponse.java:20
↓ 1 callersMethodgetErrmsg
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/BaseResponse.java:12
↓ 1 callersMethodgetEvent
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/base/EmptyInboundMessage.java:19
↓ 1 callersMethodgetMessage
(int code)
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/AesException.java:21
↓ 1 callersMethodgetNetworkBytesOrder
(int sourceNumber)
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/WXBizMsgCrypt.java:50
↓ 1 callersMethodgetPayCertFile
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:80
↓ 1 callersMethodgetPayCertPassword
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:88
↓ 1 callersMethodgetPayNotifyUrl
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:112
↓ 1 callersMethodgetPoolingHttpConnectTimeoutMillis
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:196
↓ 1 callersMethodgetPoolingHttpConnectionRequestTimeoutMillis
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:204
↓ 1 callersMethodgetPoolingHttpMaxPerRoute
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:164
↓ 1 callersMethodgetPoolingHttpMaxTotal
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:172
↓ 1 callersMethodgetRandomStr
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/WXBizMsgCrypt.java:68
↓ 1 callersMethodgetRefundNotifyUrl
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:120
↓ 1 callersMethodgetStringBodyUploader
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/AppContext.java:79
↓ 1 callersMethodgetTicket
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/jssdk/JsapiTicketResponse.java:15
↓ 1 callersMethodgetToken
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpWechatContext.java:40
↓ 1 callersMethodgetType
(String filePath)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/FileTypeViewer.java:10
↓ 1 callersMethodgetUploader
(AppContext appContext)
wechatty-common/src/main/java/space/chensheng/wechatty/common/material/Material.java:51
↓ 1 callersMethodhandleMessage
(InboundMessage message)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageListener.java:16
↓ 1 callersMethodinitAccessTokenStrategy
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/AccessTokenFetcher.java:101
↓ 1 callersMethodinitListenerPool
(List<MessageListener<?>> msgListeners)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:147
↓ 1 callersMethodisAccessTokenError
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/BaseResponse.java:40
↓ 1 callersMethodisPoolingHttpProxyEnable
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:228
↓ 1 callersMethodisPoolingHttpTcpNoDelay
()
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/WechatContext.java:180
↓ 1 callersMethodisToUser
@return true if sending message to users by OPENID
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/message/outbound/MassOutboundMessage.java:48
↓ 1 callersMethodneedCDATA
(Class<?> targetClass, String fieldAlias)
wechatty-common/src/main/java/space/chensheng/wechatty/common/util/XmlUtil.java:187
↓ 1 callersMethodnotifyListeners
(InboundMessage message)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:161
↓ 1 callersMethodobjectToMap
(Object params)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/PaySignTool.java:51
↓ 1 callersMethodonMessage
This method should return in 5 seconds, or wechat server will retry to send message. So don't do time consuming task here. @param message received mes
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageListener.java:14
↓ 1 callersMethodparseToLong
(String str, long defaultVal)
wechatty-common/src/main/java/space/chensheng/wechatty/common/util/StringUtil.java:49
↓ 1 callersMethodpostMultipart
@param url request URL @param postData request parameters @param retClzz class of response object @return null if network error @throws NullPointerExc
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/WechatRequester.java:101
↓ 1 callersMethodreadInputStream
(InputStream is)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:174
↓ 1 callersMethodrecoverNetworkBytesOrder
(byte[] orderBytes)
wechatty-common/src/main/java/space/chensheng/wechatty/common/security/WXBizMsgCrypt.java:59
↓ 1 callersMethodresolveFileName
(CloseableHttpResponse response)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/PoolingHttpUtil.java:307
↓ 1 callersMethodresolveInboundMessage
(EmptyInboundMessage emptyMsg, String msgXml)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:108
↓ 1 callersMethodresolveMsgXml
(String msgSignature, String timestamp, String nonce, String postData)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/MessageDispatcher.java:87
↓ 1 callersMethodsendIgnoreReprint
()
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/message/outbound/mass/MpnewsMassMessage.java:25
↓ 1 callersMethodsetAccessToken
(String accessToken)
wechatty-common/src/main/java/space/chensheng/wechatty/common/http/AccessTokenFetcher.java:97
↓ 1 callersMethodsetAccessTokenFetcher
(AccessTokenFetcher accessTokenFetcher)
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/AppContext.java:59
↓ 1 callersMethodsetActName
(String actName)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/RedPackRequest.java:153
↓ 1 callersMethodsetActName
(String actName)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/GroupRedPackRequest.java:165
↓ 1 callersMethodsetAmount
(Integer amount)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/TransfersRequest.java:105
↓ 1 callersMethodsetAmtType
(String amtType)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/GroupRedPackRequest.java:141
↓ 1 callersMethodsetAppId
Required @param appId
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/ShortUrlRequest.java:36
↓ 1 callersMethodsetAppId
(String appId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/JsapiPayParams.java:23
↓ 1 callersMethodsetAppId
(String appId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/jssdk/JsapiAuth.java:20
↓ 1 callersMethodsetAuthHelper
(AuthHelper authHelper)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:59
↓ 1 callersMethodsetBody
Required @param body
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/UnifiedOrderRequest.java:136
↓ 1 callersMethodsetCallbackModeVerifier
(WechatCallbackModeVerifier callbackModeVerifier)
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/AppContext.java:51
↓ 1 callersMethodsetCheckName
(String checkName)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/TransfersRequest.java:97
↓ 1 callersMethodsetClientIp
(String clientIp)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/RedPackRequest.java:145
↓ 1 callersMethodsetConsumeMchId
(String consumeMchId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/RedPackRequest.java:185
↓ 1 callersMethodsetConsumeMchId
(String consumeMchId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/GroupRedPackRequest.java:197
↓ 1 callersMethodsetCreateTime
(Long createTime)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/base/ReplyMessage.java:49
↓ 1 callersMethodsetDesc
(String desc)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/TransfersRequest.java:113
↓ 1 callersMethodsetEncrypt
(String encrypt)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/base/EncryptedReplyMessage.java:54
↓ 1 callersMethodsetFromUserName
(String fromUserName)
wechatty-common/src/main/java/space/chensheng/wechatty/common/message/base/ReplyMessage.java:41
↓ 1 callersMethodsetHttpClientCustomizer
(HttpClientCustomizer httpClientCustomizer)
wechatty-common/src/main/java/space/chensheng/wechatty/common/conf/AppContext.java:91
↓ 1 callersMethodsetIsToAll
Whether to send message to all users @param isToAll true if send to all user
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/message/outbound/MassOutboundMessage.java:28
↓ 1 callersMethodsetJsapiHelper
(JsapiHelper jsapiHelper)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:67
↓ 1 callersMethodsetLongUrl
Required @param longUrl
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/ShortUrlRequest.java:84
↓ 1 callersMethodsetMaterialDeleter
(MaterialDeleter materialDeleter)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:91
↓ 1 callersMethodsetMaterialFinder
(MaterialFinder materialFinder)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:99
↓ 1 callersMethodsetMaterialQuery
(MaterialQuery materialQuery)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:107
↓ 1 callersMethodsetMchAppId
(String mchAppId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/TransfersRequest.java:57
↓ 1 callersMethodsetMchBillNo
(String mchBillNo)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/RedPackRequest.java:81
↓ 1 callersMethodsetMchBillNo
(String mchBillNo)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/GroupRedPackRequest.java:85
↓ 1 callersMethodsetMchId
Required @param mchId
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/pay/ShortUrlRequest.java:48
↓ 1 callersMethodsetMediaId
(String mediaId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/message/reply/ImageReplyMessage.java:39
↓ 1 callersMethodsetMediaId
(String mediaId)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/message/outbound/mass/MpnewsMassMessage.java:21
↓ 1 callersMethodsetMenuHelper
(MenuHelper menuHelper)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:75
↓ 1 callersMethodsetMpMessageDispatcher
(MpMessageDispatcher mpMessageDispatcher)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:43
↓ 1 callersMethodsetMpMessageSender
(MpMessageSender mpMessageSender)
wechatty-mp/src/main/java/space/chensheng/wechatty/mp/util/MpAppContext.java:51
← previousnext →101–200 of 1,310, ranked by callers