跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

access() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Update the accessed time information for this session.
access() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
accessCount - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The access count for this session.
add(InternalSession) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Add this Session to the set of active Sessions for this Manager.
add(InternalSession) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
addBytes(byte[]) - 类 中的方法me.chanjar.weixin.common.util.crypto.ByteGroup
 
aesKey - 类 中的变量me.chanjar.weixin.common.util.crypto.WxCryptUtil
 
ApacheHttpClientBuilder - me.chanjar.weixin.common.util.http.apache中的接口
httpclient build interface.
ApacheHttpClientSimpleGetRequestExecutor - me.chanjar.weixin.common.util.http.apache中的类
Created by ecoolper on 2017/5/4.
ApacheHttpClientSimpleGetRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.apache.ApacheHttpClientSimpleGetRequestExecutor
 
ApacheHttpDnsClientBuilder - me.chanjar.weixin.common.util.http.apache中的类
httpclient 连接管理器 自带DNS解析.
ApacheHttpDnsClientBuilder.IdleConnectionMonitorThread - me.chanjar.weixin.common.util.http.apache中的类
 
ApacheMediaDownloadRequestExecutor - me.chanjar.weixin.common.util.http.apache中的类
Created by ecoolper on 2017/5/5.
ApacheMediaDownloadRequestExecutor(RequestHttp, File) - 类 的构造器me.chanjar.weixin.common.util.http.apache.ApacheMediaDownloadRequestExecutor
 
ApacheMediaUploadRequestExecutor - me.chanjar.weixin.common.util.http.apache中的类
Created by ecoolper on 2017/5/5.
ApacheMediaUploadRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.apache.ApacheMediaUploadRequestExecutor
 
ApacheSimplePostRequestExecutor - me.chanjar.weixin.common.util.http.apache中的类
Created by ecoolper on 2017/5/4.
ApacheSimplePostRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.apache.ApacheSimplePostRequestExecutor
 
appidOrCorpid - 类 中的变量me.chanjar.weixin.common.util.crypto.WxCryptUtil
 
attributes - 类 中的变量me.chanjar.weixin.common.session.StandardSession
 

B

backgroundProcess() - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Implements the Manager interface, direct call to processExpires
backgroundProcess() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
backgroundProcessorDelay - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
background processor delay in seconds
BaseMediaDownloadRequestExecutor<H,P> - me.chanjar.weixin.common.util.http中的类
下载媒体文件请求执行器,请求的参数是String, 返回的结果是File 视频文件不支持下载
BaseMediaDownloadRequestExecutor(RequestHttp<H, P>, File) - 类 的构造器me.chanjar.weixin.common.util.http.BaseMediaDownloadRequestExecutor
 
BeanUtils - me.chanjar.weixin.common.util中的类
bean操作的一些工具类 Created by Binary Wang on 2016-10-21.
BeanUtils() - 类 的构造器me.chanjar.weixin.common.util.BeanUtils
 
build() - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
构建httpclient实例.
build() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
build() - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
buildMenuFromJson(JsonArray) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
ByteGroup - me.chanjar.weixin.common.util.crypto中的类
 
ByteGroup() - 类 的构造器me.chanjar.weixin.common.util.crypto.ByteGroup
 

C

checkBackgroundProcessStarted() - 类 中的方法me.chanjar.weixin.common.api.WxMessageInMemoryDuplicateChecker
 
checkRequiredFields(Object) - 类 中的静态方法me.chanjar.weixin.common.util.BeanUtils
检查bean里标记为@Required的field是否为空,为空则抛异常
chr(int) - 类 中的静态方法me.chanjar.weixin.common.util.crypto.PKCS7Encoder
将数字转化成ASCII码对应的字符,用于对明文进行补码
CLICK - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
CLICK - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
点击推事件.
Constants - me.chanjar.weixin.common.session中的类
Manifest constants for the org.apache.catalina.session package.
Constants() - 类 的构造器me.chanjar.weixin.common.session.Constants
 
convertFromJson(JsonObject) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
convertToJson(WxMenuButton) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
convertToJson(WxMenuRule) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
create(RequestHttp, File) - 类 中的静态方法me.chanjar.weixin.common.util.http.BaseMediaDownloadRequestExecutor
 
create(RequestHttp) - 类 中的静态方法me.chanjar.weixin.common.util.http.MediaUploadRequestExecutor
 
create(RequestHttp) - 类 中的静态方法me.chanjar.weixin.common.util.http.SimpleGetRequestExecutor
 
create(RequestHttp) - 类 中的静态方法me.chanjar.weixin.common.util.http.SimplePostRequestExecutor
 
create() - 类 中的静态方法me.chanjar.weixin.common.util.json.WxGsonBuilder
 
createEmptySession() - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
createHmacSha256Sign(String, String) - 类 中的静态方法me.chanjar.weixin.common.util.SignUtils
HmacSHA256 签名算法
createSession(String) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
createTmpFile(InputStream, String, String, File) - 类 中的静态方法me.chanjar.weixin.common.util.fs.FileUtils
创建临时文件.
createTmpFile(InputStream, String, String) - 类 中的静态方法me.chanjar.weixin.common.util.fs.FileUtils
创建临时文件.
creationTime - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.

D

DataUtils - me.chanjar.weixin.common.util中的类
数据处理工具类 Created by BinaryWang on 2018/5/8.
DataUtils() - 类 的构造器me.chanjar.weixin.common.util.DataUtils
 
decode(byte[]) - 类 中的静态方法me.chanjar.weixin.common.util.crypto.PKCS7Encoder
删除解密后明文的补位字符
decrypt(String, String, String, String) - 类 中的方法me.chanjar.weixin.common.util.crypto.WxCryptUtil
检验消息的真实性,并且获取解密后的明文.
decrypt(String) - 类 中的方法me.chanjar.weixin.common.util.crypto.WxCryptUtil
对密文进行解密.
DefaultApacheHttpClientBuilder - me.chanjar.weixin.common.util.http.apache中的类
httpclient 连接管理器
DefaultApacheHttpClientBuilder.IdleConnectionMonitorThread - me.chanjar.weixin.common.util.http.apache中的类
 
deserialize(JsonElement, Type, JsonDeserializationContext) - 类 中的方法me.chanjar.weixin.common.util.json.WxAccessTokenAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - 类 中的方法me.chanjar.weixin.common.util.json.WxErrorAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - 类 中的方法me.chanjar.weixin.common.util.json.WxMediaUploadResultAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
DEVICE_EVENT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
DEVICE_STATUS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
DEVICE_TEXT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
directProxy() - 类 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Creates directProxy.

E

encode(int) - 类 中的静态方法me.chanjar.weixin.common.util.crypto.PKCS7Encoder
获得对明文进行补位填充的字节.
encodeURIComponent(String) - 类 中的静态方法me.chanjar.weixin.common.util.http.URIUtil
 
encrypt(String) - 类 中的方法me.chanjar.weixin.common.util.crypto.WxCryptUtil
将公众平台回复用户的消息加密打包.
encrypt(String, String) - 类 中的方法me.chanjar.weixin.common.util.crypto.WxCryptUtil
对明文进行加密.
endAccess() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
End the access.
endAccess() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
ENTER_AGENT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
equals(Object) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
ERR_10001 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20001 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20002 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20004 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20006 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20008 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_20013 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_21000 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
ERR_22000 - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
EVENT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
EventType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.EventType
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientSimpleGetRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheMediaDownloadRequestExecutor
 
execute(String, File) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheMediaUploadRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheSimplePostRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.jodd.JoddHttpMediaDownloadRequestExecutor
 
execute(String, File) - 类 中的方法me.chanjar.weixin.common.util.http.jodd.JoddHttpMediaUploadRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.jodd.JoddHttpSimpleGetRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.jodd.JoddHttpSimplePostRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpMediaDownloadRequestExecutor
 
execute(String, File) - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpMediaUploadRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpSimpleGetRequestExecutor
 
execute(String, String) - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpSimplePostRequestExecutor
 
execute(String, E) - 接口 中的方法me.chanjar.weixin.common.util.http.RequestExecutor
 
expire() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
expiring - 类 中的变量me.chanjar.weixin.common.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.

F

facade - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The facade associated with this session.
FILE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
发送文件(CP专用).
FILE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
FileUtils - me.chanjar.weixin.common.util.fs中的类
 
FileUtils() - 类 的构造器me.chanjar.weixin.common.util.fs.FileUtils
 
findMsgByCode(int) - 枚举 中的静态方法me.chanjar.weixin.common.error.WxCpErrorMsgEnum
通过错误代码查找其中文含义.
findMsgByCode(int) - 枚举 中的静态方法me.chanjar.weixin.common.error.WxMpErrorMsgEnum
通过错误代码查找其中文含义.
findSession(String) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
findSessions() - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
 
findSessions() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Return the set of active Sessions associated with this Manager.
fromJson(String) - 类 中的静态方法me.chanjar.weixin.common.bean.menu.WxMenu
要用 http://mp.weixin.qq.com/wiki/16/ff9b7b85220e1396ffa16794a9d95adc.html 格式来反序列化 相比 http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html 的格式,外层多套了一个menu
fromJson(InputStream) - 类 中的静态方法me.chanjar.weixin.common.bean.menu.WxMenu
要用 http://mp.weixin.qq.com/wiki/16/ff9b7b85220e1396ffa16794a9d95adc.html 格式来反序列化 相比 http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html 的格式,外层多套了一个menu
fromJson(String) - 类 中的静态方法me.chanjar.weixin.common.bean.result.WxMediaUploadResult
 
fromJson(String) - 类 中的静态方法me.chanjar.weixin.common.bean.WxAccessToken
 
fromJson(String) - 类 中的静态方法me.chanjar.weixin.common.error.WxError
 
fromJson(String, WxType) - 类 中的静态方法me.chanjar.weixin.common.error.WxError
 

G

gen(String...) - 类 中的静态方法me.chanjar.weixin.common.util.crypto.SHA1
串接arr参数,生成sha1 digest
genWithAmple(String...) - 类 中的静态方法me.chanjar.weixin.common.util.crypto.SHA1
用&串接arr参数,生成sha1 digest
get() - 类 中的静态方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
get() - 类 中的静态方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
getActiveSessions() - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Returns the number of active sessions
getActiveSessions() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
getAsBoolean(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsDouble(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsFloat(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsInteger(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsJsonArray(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsLong(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsPrimitiveBool(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsPrimitiveDouble(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsPrimitiveFloat(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsPrimitiveInt(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsPrimitiveLong(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAsString(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getAttribute(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
getAttribute(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
getAttribute(String) - 接口 中的方法me.chanjar.weixin.common.session.WxSession
 
getAttributeNames() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
getAttributeNames() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
getAttributeNames() - 接口 中的方法me.chanjar.weixin.common.session.WxSession
 
getBoolean(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getDnsResover() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
getDouble(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getError() - 异常错误 中的方法me.chanjar.weixin.common.error.WxErrorException
 
getFileName() - 类 中的方法me.chanjar.weixin.common.util.http.HttpResponseProxy
 
getFloat(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getIdInternal() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Return the session identifier for this session.
getIdInternal() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
getIdleConnectionMonitorThread() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
getIdleConnectionMonitorThread() - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
getInstance() - 类 中的静态方法me.chanjar.weixin.common.util.xml.XStreamInitializer
 
getIntArray(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getInteger(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getInternalSession() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
getLocale() - 类 中的方法me.chanjar.weixin.common.util.res.StringManager
Identify the Locale this StringManager is associated with
getLong(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getLongArray(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getManager(String) - 类 中的静态方法me.chanjar.weixin.common.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - 类 中的静态方法me.chanjar.weixin.common.util.res.StringManager
Get the StringManager for a particular package and Locale.
getManager(String, Enumeration<Locale>) - 类 中的静态方法me.chanjar.weixin.common.util.res.StringManager
Retrieve the StringManager for a list of Locales.
getMaxActiveSessions() - 异常错误 中的方法me.chanjar.weixin.common.session.TooManyActiveSessionsException
Gets the maximum number of sessions allowed by the session manager.
getName() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Return the descriptive short name of this Manager implementation.
getNewSession() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Get new session class to be used in the doLoad() method.
getPrimitiveDouble(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getPrimitiveFloat(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getPrimitiveInteger(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getPrimitiveLong(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getProxy() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
返回 java.net.Proxy
getProxyAddress() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Returns proxy address.
getProxyPassword() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Returns proxy password or null.
getProxyPort() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Returns proxy port.
getProxyType() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Returns proxy type.
getProxyUsername() - 类 中的方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Returns proxy user name or null if no authentication required.
getRandomStr() - 类 中的静态方法me.chanjar.weixin.common.util.RandomUtils
 
getRequestHttpClient() - 接口 中的方法me.chanjar.weixin.common.util.http.RequestHttp
返回httpClient
getRequestHttpProxy() - 接口 中的方法me.chanjar.weixin.common.util.http.RequestHttp
返回httpProxy
getRequestType() - 接口 中的方法me.chanjar.weixin.common.util.http.RequestHttp
 
getSession() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Return the HttpSession for which this object is the facade.
getSession() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
getSession(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
getSession(String, boolean) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
getSession(String) - 接口 中的方法me.chanjar.weixin.common.session.WxSessionManager
获取某个sessionId对应的session,如果sessionId没有对应的session,则新建一个并返回。
getSession(String, boolean) - 接口 中的方法me.chanjar.weixin.common.session.WxSessionManager
获取某个sessionId对应的session,如果sessionId没有对应的session,若create为true则新建一个,否则返回null。
getString(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getString(String) - 类 中的方法me.chanjar.weixin.common.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - 类 中的方法me.chanjar.weixin.common.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getStringArray(JsonObject, String) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
getWxApiIp() - 类 中的方法me.chanjar.weixin.common.util.http.WxDnsResolver
 
GsonHelper - me.chanjar.weixin.common.util.json中的类
 
GsonHelper() - 类 的构造器me.chanjar.weixin.common.util.json.GsonHelper
 

H

handle(WxErrorException) - 接口 中的方法me.chanjar.weixin.common.api.WxErrorExceptionHandler
 
handle(WxErrorException) - 类 中的方法me.chanjar.weixin.common.util.LogExceptionHandler
 
handleDataWithSecret(E) - 类 中的静态方法me.chanjar.weixin.common.util.DataUtils
将数据中包含的secret字符使用星号替换,防止日志打印时被输出
handleResponse(HttpResponse) - 类 中的方法me.chanjar.weixin.common.util.http.apache.InputStreamResponseHandler
 
handleResponse(HttpResponse) - 类 中的方法me.chanjar.weixin.common.util.http.apache.Utf8ResponseHandler
 
HARDWARE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
hashCode() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
httpProxy(String, int, String, String) - 类 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Creates HTTP proxy.
httpProxyHost(String) - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
代理服务器地址.
httpProxyHost(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
httpProxyHost(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
httpProxyPassword(String) - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
代理服务器密码.
httpProxyPassword(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
httpProxyPassword(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
httpProxyPort(int) - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
代理服务器端口.
httpProxyPort(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
httpProxyPort(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
httpProxyUsername(String) - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
代理服务器用户名.
httpProxyUsername(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
httpProxyUsername(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
HttpResponseProxy - me.chanjar.weixin.common.util.http中的类
三种http框架的response代理类,方便提取公共方法 Created by Binary Wang on 2017-8-3.
HttpResponseProxy(CloseableHttpResponse) - 类 的构造器me.chanjar.weixin.common.util.http.HttpResponseProxy
 
HttpResponseProxy(HttpResponse) - 类 的构造器me.chanjar.weixin.common.util.http.HttpResponseProxy
 
HttpResponseProxy(Response) - 类 的构造器me.chanjar.weixin.common.util.http.HttpResponseProxy
 
HttpType - me.chanjar.weixin.common.util.http中的枚举
Created by ecoolper on 2017/4/28.

I

id - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The session identifier of this Session.
IdleConnectionMonitorThread(HttpClientConnectionManager, int, int) - 类 的构造器me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder.IdleConnectionMonitorThread
构造方法.
IdleConnectionMonitorThread(HttpClientConnectionManager, int, int) - 类 的构造器me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder.IdleConnectionMonitorThread
 
IMAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
图片消息.
IMAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
IMAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MaterialType
 
IMAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
IMAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
InputStreamResponseHandler - me.chanjar.weixin.common.util.http.apache中的类
 
InputStreamResponseHandler() - 类 的构造器me.chanjar.weixin.common.util.http.apache.InputStreamResponseHandler
 
INSTANCE - 类 中的静态变量me.chanjar.weixin.common.util.http.apache.InputStreamResponseHandler
 
INSTANCE - 类 中的静态变量me.chanjar.weixin.common.util.http.apache.Utf8ResponseHandler
 
INSTANCE - 类 中的静态变量me.chanjar.weixin.common.util.json.WxGsonBuilder
 
InternalSession - me.chanjar.weixin.common.session中的接口
 
InternalSessionManager - me.chanjar.weixin.common.session中的接口
 
invalidate() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
invalidate() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
invalidate() - 接口 中的方法me.chanjar.weixin.common.session.WxSession
 
isDuplicate(String) - 接口 中的方法me.chanjar.weixin.common.api.WxMessageDuplicateChecker
判断消息是否重复.
isDuplicate(String) - 类 中的方法me.chanjar.weixin.common.api.WxMessageInMemoryDuplicateChecker
 
isNotNull(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
isNull(JsonElement) - 类 中的静态方法me.chanjar.weixin.common.util.json.GsonHelper
 
isValid() - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Return the isValid flag for this session.
isValid - 类 中的变量me.chanjar.weixin.common.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
isValidInternal() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
Return the isValid flag for this session without any expiration check.

J

JoddHttpMediaDownloadRequestExecutor - me.chanjar.weixin.common.util.http.jodd中的类
Created by ecoolper on 2017/5/5.
JoddHttpMediaDownloadRequestExecutor(RequestHttp, File) - 类 的构造器me.chanjar.weixin.common.util.http.jodd.JoddHttpMediaDownloadRequestExecutor
 
JoddHttpMediaUploadRequestExecutor - me.chanjar.weixin.common.util.http.jodd中的类
Created by ecoolper on 2017/5/5.
JoddHttpMediaUploadRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.jodd.JoddHttpMediaUploadRequestExecutor
 
JoddHttpSimpleGetRequestExecutor - me.chanjar.weixin.common.util.http.jodd中的类
Created by ecoolper on 2017/5/4.
JoddHttpSimpleGetRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.jodd.JoddHttpSimpleGetRequestExecutor
 
JoddHttpSimplePostRequestExecutor - me.chanjar.weixin.common.util.http.jodd中的类
Created by ecoolper on 2017/5/4.
JoddHttpSimplePostRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.jodd.JoddHttpSimplePostRequestExecutor
 

K

KefuMsgSafe() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.KefuMsgSafe
 
KefuMsgType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.KefuMsgType
 
keys() - 类 中的方法me.chanjar.weixin.common.session.StandardSession
Return the names of all currently defined session attributes as an array of Strings.

L

LINK - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
LOCATION - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
LOCATION - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
LOCATION_SELECT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
LOCATION_SELECT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
弹出地理位置选择器.
log - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
 
log - 类 中的变量me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
log - 类 中的变量me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
log - 类 中的变量me.chanjar.weixin.common.util.http.WxDnsResolver
 
LogExceptionHandler - me.chanjar.weixin.common.util中的类
 
LogExceptionHandler() - 类 的构造器me.chanjar.weixin.common.util.LogExceptionHandler
 

M

manager - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The Manager with which this Session is associated.
MASS_SEND_JOB_FINISH - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
MassMsgStatus() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
MassMsgType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
MaterialType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.MaterialType
 
maxActive - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
 
maxActiveSessions - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
The maximum number of active Sessions allowed, or -1 for no limit.
maxInactiveInterval - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The default maximum inactive interval for Sessions created by this Manager.
maxInactiveInterval - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
The default maximum inactive interval for Sessions created by this Manager.
me.chanjar.weixin.common - 程序包 me.chanjar.weixin.common
 
me.chanjar.weixin.common.annotation - 程序包 me.chanjar.weixin.common.annotation
 
me.chanjar.weixin.common.api - 程序包 me.chanjar.weixin.common.api
 
me.chanjar.weixin.common.bean - 程序包 me.chanjar.weixin.common.bean
 
me.chanjar.weixin.common.bean.menu - 程序包 me.chanjar.weixin.common.bean.menu
 
me.chanjar.weixin.common.bean.result - 程序包 me.chanjar.weixin.common.bean.result
 
me.chanjar.weixin.common.error - 程序包 me.chanjar.weixin.common.error
 
me.chanjar.weixin.common.session - 程序包 me.chanjar.weixin.common.session
 
me.chanjar.weixin.common.util - 程序包 me.chanjar.weixin.common.util
 
me.chanjar.weixin.common.util.crypto - 程序包 me.chanjar.weixin.common.util.crypto
 
me.chanjar.weixin.common.util.fs - 程序包 me.chanjar.weixin.common.util.fs
 
me.chanjar.weixin.common.util.http - 程序包 me.chanjar.weixin.common.util.http
 
me.chanjar.weixin.common.util.http.apache - 程序包 me.chanjar.weixin.common.util.http.apache
 
me.chanjar.weixin.common.util.http.jodd - 程序包 me.chanjar.weixin.common.util.http.jodd
 
me.chanjar.weixin.common.util.http.okhttp - 程序包 me.chanjar.weixin.common.util.http.okhttp
 
me.chanjar.weixin.common.util.json - 程序包 me.chanjar.weixin.common.util.json
 
me.chanjar.weixin.common.util.res - 程序包 me.chanjar.weixin.common.util.res
 
me.chanjar.weixin.common.util.xml - 程序包 me.chanjar.weixin.common.util.xml
 
MEDIA_ID - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
下发消息(除文本消息).
MediaFileType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
MediaUploadRequestExecutor<H,P> - me.chanjar.weixin.common.util.http中的类
上传媒体文件请求执行器,请求的参数是File, 返回的结果是String
MediaUploadRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.MediaUploadRequestExecutor
 
MenuButtonType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.MenuButtonType
 
MERCHANT_ORDER - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
微信小店 订单付款通知.
MINIPROGRAM - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
跳转到小程序.
MINIPROGRAMPAGE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
小程序卡片(要求小程序与公众号已关联)
MPNEWS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
图文消息(点击跳转到图文消息页面).
MPNEWS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
MPVIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
MUSIC - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
音乐消息.
MUSIC - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 

N

NEWS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
图文消息(点击跳转到外链).
NEWS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MaterialType
 
NEWS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
NO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgSafe
 

O

OAuth2Scope() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.OAuth2Scope
 
OkHttpMediaDownloadRequestExecutor - me.chanjar.weixin.common.util.http.okhttp中的类
Created by ecoolper on 2017/5/5.
OkHttpMediaDownloadRequestExecutor(RequestHttp, File) - 类 的构造器me.chanjar.weixin.common.util.http.okhttp.OkHttpMediaDownloadRequestExecutor
 
OkHttpMediaUploadRequestExecutor - me.chanjar.weixin.common.util.http.okhttp中的类
Created by ecoolper on 2017/5/5.
OkHttpMediaUploadRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.okhttp.OkHttpMediaUploadRequestExecutor
 
OkHttpProxyInfo - me.chanjar.weixin.common.util.http.okhttp中的类
Created by ecoolper on 2017/4/26.
OkHttpProxyInfo(OkHttpProxyInfo.ProxyType, String, int, String, String) - 类 的构造器me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
 
OkHttpProxyInfo.ProxyType - me.chanjar.weixin.common.util.http.okhttp中的枚举
Proxy types.
OkHttpSimpleGetRequestExecutor - me.chanjar.weixin.common.util.http.okhttp中的类
Created by ecoolper on 2017/5/4.
OkHttpSimpleGetRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.okhttp.OkHttpSimpleGetRequestExecutor
 
OkHttpSimplePostRequestExecutor - me.chanjar.weixin.common.util.http.okhttp中的类
Created by ecoolper on 2017/5/4.
OkHttpSimplePostRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.okhttp.OkHttpSimplePostRequestExecutor
 

P

PACKAGE - 类 中的静态变量me.chanjar.weixin.common.session.Constants
 
PIC_PHOTO_OR_ALBUM - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
PIC_PHOTO_OR_ALBUM - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
弹出拍照或者相册发图.
PIC_SYSPHOTO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
PIC_SYSPHOTO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
弹出系统拍照发图.
PIC_WEIXIN - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
PIC_WEIXIN - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
弹出微信相册发图器.
PKCS7Encoder - me.chanjar.weixin.common.util.crypto中的类
提供基于PKCS7算法的加解
PKCS7Encoder() - 类 的构造器me.chanjar.weixin.common.util.crypto.PKCS7Encoder
 
processExpires() - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Invalidate all sessions that have expired.
processExpiresFrequency - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
Frequency of the session expiration, and related manager operations.
processingTime - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
Processing time during session expiration.

Q

QrConnectScope() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.QrConnectScope
 

R

RandomUtils - me.chanjar.weixin.common.util中的类
 
RandomUtils() - 类 的构造器me.chanjar.weixin.common.util.RandomUtils
 
read(JsonReader) - 类 中的方法me.chanjar.weixin.common.util.json.WxBooleanTypeAdapter
 
read(JsonReader) - 类 中的方法me.chanjar.weixin.common.util.json.WxDateTypeAdapter
 
rejectedSessions - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
Number of session creations that failed due to maxActiveSessions.
remove(InternalSession) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Remove this Session from the active Sessions for this Manager.
remove(InternalSession, boolean) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Remove this Session from the active Sessions for this Manager.
remove(InternalSession) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
remove(InternalSession, boolean) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
removeAttribute(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
removeAttribute(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
removeAttribute(String) - 接口 中的方法me.chanjar.weixin.common.session.WxSession
 
removeAttributeInternal(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
RequestExecutor<T,E> - me.chanjar.weixin.common.util.http中的接口
http请求执行器
requestHttp - 类 中的变量me.chanjar.weixin.common.util.http.BaseMediaDownloadRequestExecutor
 
requestHttp - 类 中的变量me.chanjar.weixin.common.util.http.MediaUploadRequestExecutor
 
RequestHttp<H,P> - me.chanjar.weixin.common.util.http中的接口
Created by ecoolper on 2017/4/22.
requestHttp - 类 中的变量me.chanjar.weixin.common.util.http.SimpleGetRequestExecutor
 
requestHttp - 类 中的变量me.chanjar.weixin.common.util.http.SimplePostRequestExecutor
 
Required - me.chanjar.weixin.common.annotation中的注释类型
标识某个字段是否是必填的 Created by Binary Wang on 2016/9/25.
resolve(String) - 类 中的方法me.chanjar.weixin.common.util.http.WxDnsResolver
 
run() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder.IdleConnectionMonitorThread
 
run() - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder.IdleConnectionMonitorThread
 

S

SCAN - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
SCANCODE_PUSH - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
SCANCODE_PUSH - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
扫码推事件.
SCANCODE_WAITMSG - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
SCANCODE_WAITMSG - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
扫码推事件且弹出“消息接收中”提示框.
SEND_FAIL - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
SEND_SUCCESS - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
 
serialize(WxMenu, Type, JsonSerializationContext) - 类 中的方法me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
sessionCounter - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
 
sessions - 类 中的变量me.chanjar.weixin.common.session.StandardSessionManager
The set of currently active Sessions for this Manager, keyed by session identifier.
setAttribute(String, Object) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
setAttribute(String, Object) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionFacade
 
setAttribute(String, Object) - 接口 中的方法me.chanjar.weixin.common.session.WxSession
 
setBackgroundProcessorDelay(int) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Set the manager background processor delay 设置manager sleep几秒,尝试执行一次background操作(清理过期session)
setBackgroundProcessorDelay(int) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
setCheckWaitTime(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
检查空间链接的间隔周期,默认60000ms.
setCheckWaitTime(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
检查空间链接的间隔周期,默认60000ms.
setConnectionRequestTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
获取链接的超时时间设置,默认3000ms 设置为零时不超时,一直等待.
setConnectionRequestTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
获取链接的超时时间设置,默认3000ms 设置为零时不超时,一直等待.
setConnectionTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
建立链接的超时时间,默认为5000ms.由于是在链接池获取链接,此设置应该并不起什么作用 设置为零时不超时,一直等待.
setConnectionTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
建立链接的超时时间,默认为5000ms.由于是在链接池获取链接,此设置应该并不起什么作用 设置为零时不超时,一直等待.
setCreationTime(long) - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Set the creation time for this session.
setCreationTime(long) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
setDnsResover(DnsResolver) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
setId(String) - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Set the session identifier for this session.
setId(String) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
setIdleConnTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
空闲链接的超时时间,默认60000ms.
setIdleConnTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
空闲链接的超时时间,默认60000ms.
setMaxActiveSessions(int) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Set the maximum number of active Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Set the maximum number of active Sessions allowed, or -1 for no limit.
setMaxConnPerHost(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
每路的最大链接数,默认10.
setMaxConnPerHost(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
每路的最大链接数,默认10
setMaxInactiveInterval(int) - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
 
setMaxInactiveInterval(int) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
 
setMaxTotalConn(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
最大总连接数,默认50.
setMaxTotalConn(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
最大总连接数,默认50
setProcessExpiresFrequency(int) - 接口 中的方法me.chanjar.weixin.common.session.InternalSessionManager
Set the manager checks frequency.
setProcessExpiresFrequency(int) - 类 中的方法me.chanjar.weixin.common.session.StandardSessionManager
Set the manager checks frequency.
setSoTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
默认NIO的socket超时设置,默认5000ms.
setSoTimeout(int) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
默认NIO的socket超时设置,默认5000ms.
setUserAgent(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
自定义httpclient的User Agent.
setUserAgent(String) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
自定义httpclient的User Agent
setValid(boolean) - 接口 中的方法me.chanjar.weixin.common.session.InternalSession
Set the isValid flag for this session.
setValid(boolean) - 类 中的方法me.chanjar.weixin.common.session.StandardSession
Set the isValid flag for this session.
setWxApiIp(String) - 类 中的方法me.chanjar.weixin.common.util.http.WxDnsResolver
 
SHA1 - me.chanjar.weixin.common.util.crypto中的类
Created by Daniel Qian on 14/10/19.
SHA1() - 类 的构造器me.chanjar.weixin.common.util.crypto.SHA1
 
SHORTVIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
shutdown() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder.IdleConnectionMonitorThread
关闭.
shutdown() - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder.IdleConnectionMonitorThread
 
SignUtils - me.chanjar.weixin.common.util中的类
签名工具类 Created by BinaryWang on 2018/7/11.
SignUtils() - 类 的构造器me.chanjar.weixin.common.util.SignUtils
 
SimpleGetRequestExecutor<H,P> - me.chanjar.weixin.common.util.http中的类
简单的GET请求执行器,请求的参数是String, 返回的结果也是String
SimpleGetRequestExecutor(RequestHttp<H, P>) - 类 的构造器me.chanjar.weixin.common.util.http.SimpleGetRequestExecutor
 
SimplePostRequestExecutor<H,P> - me.chanjar.weixin.common.util.http中的类
用装饰模式实现 简单的POST请求执行器,请求的参数是String, 返回的结果也是String
SimplePostRequestExecutor(RequestHttp) - 类 的构造器me.chanjar.weixin.common.util.http.SimplePostRequestExecutor
 
size() - 类 中的方法me.chanjar.weixin.common.util.crypto.ByteGroup
 
SM - 类 中的静态变量me.chanjar.weixin.common.session.StandardSession
The string manager for this package.
SM - 类 中的静态变量me.chanjar.weixin.common.session.StandardSessionManager
 
SNSAPI_BASE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.OAuth2Scope
不弹出授权页面,直接跳转,只能获取用户openid.
SNSAPI_LOGIN - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.QrConnectScope
 
SNSAPI_PRIVATEINFO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.OAuth2Scope
手动授权,可获取成员的详细信息,包含手机、邮箱。
SNSAPI_USERINFO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.OAuth2Scope
弹出授权页面,可通过openid拿到昵称、性别、所在地。
socks4Proxy(String, int, String) - 类 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Creates SOCKS4 proxy.
socks5Proxy(String, int, String, String) - 类 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo
Creates SOCKS5 proxy.
sslConnectionSocketFactory(SSLConnectionSocketFactory) - 接口 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder
ssl连接socket工厂.
sslConnectionSocketFactory(SSLConnectionSocketFactory) - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder
 
sslConnectionSocketFactory(SSLConnectionSocketFactory) - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder
 
StandardSession - me.chanjar.weixin.common.session中的类
 
StandardSession(InternalSessionManager) - 类 的构造器me.chanjar.weixin.common.session.StandardSession
 
StandardSessionFacade - me.chanjar.weixin.common.session中的类
 
StandardSessionFacade(StandardSession) - 类 的构造器me.chanjar.weixin.common.session.StandardSessionFacade
 
StandardSessionManager - me.chanjar.weixin.common.session中的类
基于内存的session manager
StandardSessionManager() - 类 的构造器me.chanjar.weixin.common.session.StandardSessionManager
 
STATUS_DESC - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgStatus
群发反馈消息代码所对应的文字描述.
StringManager - me.chanjar.weixin.common.util.res中的类
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
SUBSCRIBE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 

T

TEMPLATE_SEND_JOB_FINISH - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
TEXT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
文本消息.
TEXT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
TEXT - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
TEXTCARD - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
文本卡片消息(CP专用).
THE_STYLE - 类 中的静态变量me.chanjar.weixin.common.util.ToStringUtils
 
thisAccessedTime - 类 中的变量me.chanjar.weixin.common.session.StandardSession
The current accessed time for this session.
THUMB - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
tmpDirFile - 类 中的变量me.chanjar.weixin.common.util.http.BaseMediaDownloadRequestExecutor
 
toBytes() - 类 中的方法me.chanjar.weixin.common.util.crypto.ByteGroup
 
toJson() - 类 中的方法me.chanjar.weixin.common.bean.menu.WxMenu
 
token - 类 中的变量me.chanjar.weixin.common.util.crypto.WxCryptUtil
 
TooManyActiveSessionsException - me.chanjar.weixin.common.session中的异常错误
An exception that indicates the maximum number of active sessions has been reached and the server is refusing to create any new sessions.
TooManyActiveSessionsException(String, int) - 异常错误 的构造器me.chanjar.weixin.common.session.TooManyActiveSessionsException
Creates a new TooManyActiveSessionsException.
toSimpleString(Object) - 类 中的静态方法me.chanjar.weixin.common.util.ToStringUtils
用于产生去掉空值属性并以换行符分割各属性键值的toString字符串
toString() - 类 中的方法me.chanjar.weixin.common.bean.menu.WxMenu
 
toString() - 类 中的方法me.chanjar.weixin.common.bean.menu.WxMenuButton
 
toString() - 类 中的方法me.chanjar.weixin.common.bean.menu.WxMenuRule
 
toString() - 类 中的方法me.chanjar.weixin.common.bean.result.WxMediaUploadResult
 
toString() - 类 中的方法me.chanjar.weixin.common.bean.WxCardApiSignature
 
toString() - 类 中的方法me.chanjar.weixin.common.error.WxError
 
toString(Object) - 类 中的方法me.chanjar.weixin.common.util.xml.XStreamCDataConverter
 
toString(Object) - 类 中的方法me.chanjar.weixin.common.util.xml.XStreamMediaIdConverter
 
ToStringUtils - me.chanjar.weixin.common.util中的类
自定义的ToString方法,用于产生去掉空值属性的字符串 Created by Binary Wang on 2016-10-27.
ToStringUtils() - 类 的构造器me.chanjar.weixin.common.util.ToStringUtils
 
TRANSFER_CUSTOMER_SERVICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
转发到客服的消息.
TRANSFER_CUSTOMER_SERVICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
trigger() - 类 中的方法me.chanjar.weixin.common.util.http.apache.ApacheHttpDnsClientBuilder.IdleConnectionMonitorThread
触发.
trigger() - 类 中的方法me.chanjar.weixin.common.util.http.apache.DefaultApacheHttpClientBuilder.IdleConnectionMonitorThread
 

U

UNSUBSCRIBE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
URIUtil - me.chanjar.weixin.common.util.http中的类
 
URIUtil() - 类 的构造器me.chanjar.weixin.common.util.http.URIUtil
 
Utf8ResponseHandler - me.chanjar.weixin.common.util.http.apache中的类
copy from BasicResponseHandler
Utf8ResponseHandler() - 类 的构造器me.chanjar.weixin.common.util.http.apache.Utf8ResponseHandler
 

V

valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.common.error.WxCpErrorMsgEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.common.error.WxMpErrorMsgEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.common.util.http.HttpType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo.ProxyType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.chanjar.weixin.common.WxType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法me.chanjar.weixin.common.error.WxCpErrorMsgEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.chanjar.weixin.common.error.WxMpErrorMsgEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.chanjar.weixin.common.util.http.HttpType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo.ProxyType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.chanjar.weixin.common.WxType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
视频消息.
VIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MaterialType
 
VIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
VIDEO - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
VIEW - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.EventType
 
VIEW - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
跳转URL.
VIEW_LIMITED - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MenuButtonType
跳转图文消息URL.
VOICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
语音消息.
VOICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MassMsgType
 
VOICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MaterialType
 
VOICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.MediaFileType
 
VOICE - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 

W

write(JsonWriter, Boolean) - 类 中的方法me.chanjar.weixin.common.util.json.WxBooleanTypeAdapter
 
write(JsonWriter, Date) - 类 中的方法me.chanjar.weixin.common.util.json.WxDateTypeAdapter
 
WxAccessToken - me.chanjar.weixin.common.bean中的类
 
WxAccessToken() - 类 的构造器me.chanjar.weixin.common.bean.WxAccessToken
 
WxAccessTokenAdapter - me.chanjar.weixin.common.util.json中的类
 
WxAccessTokenAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxAccessTokenAdapter
 
WxBooleanTypeAdapter - me.chanjar.weixin.common.util.json中的类
Gson 布尔类型类型转换器 Created by Binary Wang on 2017-7-8.
WxBooleanTypeAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxBooleanTypeAdapter
 
WXCARD - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgType
卡券消息.
WxCardApiSignature - me.chanjar.weixin.common.bean中的类
卡券Api签名.
WxCardApiSignature() - 类 的构造器me.chanjar.weixin.common.bean.WxCardApiSignature
 
WxConsts - me.chanjar.weixin.common.api中的类
微信开发所使用到的常量类.
WxConsts() - 类 的构造器me.chanjar.weixin.common.api.WxConsts
 
WxConsts.EventType - me.chanjar.weixin.common.api中的类
微信端推送过来的事件类型.
WxConsts.KefuMsgSafe - me.chanjar.weixin.common.api中的类
表示是否是保密消息,0表示否,1表示是,默认0.
WxConsts.KefuMsgType - me.chanjar.weixin.common.api中的类
主动发送消息(即客服消息)的消息类型.
WxConsts.MassMsgStatus - me.chanjar.weixin.common.api中的类
群发消息后微信端推送给服务器的反馈消息.
WxConsts.MassMsgType - me.chanjar.weixin.common.api中的类
群发消息的消息类型.
WxConsts.MaterialType - me.chanjar.weixin.common.api中的类
永久素材类型.
WxConsts.MediaFileType - me.chanjar.weixin.common.api中的类
上传多媒体(临时素材)文件的类型.
WxConsts.MenuButtonType - me.chanjar.weixin.common.api中的类
自定义菜单的按钮类型.
WxConsts.OAuth2Scope - me.chanjar.weixin.common.api中的类
oauth2网页授权的scope.
WxConsts.QrConnectScope - me.chanjar.weixin.common.api中的类
网页应用登录授权作用域.
WxConsts.XmlMsgType - me.chanjar.weixin.common.api中的类
微信推送过来的消息的类型,和发送给微信xml格式消息的消息类型.
WxCpErrorMsgEnum - me.chanjar.weixin.common.error中的枚举
企业微信全局错误码.
WxCryptUtil - me.chanjar.weixin.common.util.crypto中的类
对公众平台发送给公众账号的消息加解密示例代码.
WxCryptUtil() - 类 的构造器me.chanjar.weixin.common.util.crypto.WxCryptUtil
 
WxCryptUtil(String, String, String) - 类 的构造器me.chanjar.weixin.common.util.crypto.WxCryptUtil
构造函数
WxDateTypeAdapter - me.chanjar.weixin.common.util.json中的类
Gson 日期类型转换器 Created by Binary Wang on 2017-7-8.
WxDateTypeAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxDateTypeAdapter
 
WxDnsResolver - me.chanjar.weixin.common.util.http中的类
微信DNS域名解析器,将微信域名绑定到指定IP -------------------------------------------- 适用于服务器端调用微信服务器需要开通出口防火墙情况 Created by Andy Huo on 17/03/28.
WxDnsResolver(String) - 类 的构造器me.chanjar.weixin.common.util.http.WxDnsResolver
 
WxError - me.chanjar.weixin.common.error中的类
微信错误码.
WxError() - 类 的构造器me.chanjar.weixin.common.error.WxError
 
WxErrorAdapter - me.chanjar.weixin.common.util.json中的类
 
WxErrorAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxErrorAdapter
 
WxErrorException - me.chanjar.weixin.common.error中的异常错误
 
WxErrorException(WxError) - 异常错误 的构造器me.chanjar.weixin.common.error.WxErrorException
 
WxErrorException(WxError, Throwable) - 异常错误 的构造器me.chanjar.weixin.common.error.WxErrorException
 
WxErrorExceptionHandler - me.chanjar.weixin.common.api中的接口
WxErrorException处理器.
WxGsonBuilder - me.chanjar.weixin.common.util.json中的类
 
WxGsonBuilder() - 类 的构造器me.chanjar.weixin.common.util.json.WxGsonBuilder
 
WxJsapiSignature - me.chanjar.weixin.common.bean中的类
jspai signature.
WxJsapiSignature() - 类 的构造器me.chanjar.weixin.common.bean.WxJsapiSignature
 
WxMediaUploadResult - me.chanjar.weixin.common.bean.result中的类
 
WxMediaUploadResult() - 类 的构造器me.chanjar.weixin.common.bean.result.WxMediaUploadResult
 
WxMediaUploadResultAdapter - me.chanjar.weixin.common.util.json中的类
 
WxMediaUploadResultAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxMediaUploadResultAdapter
 
WxMenu - me.chanjar.weixin.common.bean.menu中的类
菜单(公众号和企业号共用的).
WxMenu() - 类 的构造器me.chanjar.weixin.common.bean.menu.WxMenu
 
WxMenuButton - me.chanjar.weixin.common.bean.menu中的类
 
WxMenuButton() - 类 的构造器me.chanjar.weixin.common.bean.menu.WxMenuButton
 
WxMenuGsonAdapter - me.chanjar.weixin.common.util.json中的类
 
WxMenuGsonAdapter() - 类 的构造器me.chanjar.weixin.common.util.json.WxMenuGsonAdapter
 
WxMenuRule - me.chanjar.weixin.common.bean.menu中的类
 
WxMenuRule() - 类 的构造器me.chanjar.weixin.common.bean.menu.WxMenuRule
 
WxMessageDuplicateChecker - me.chanjar.weixin.common.api中的接口
消息重复检查器.
WxMessageInMemoryDuplicateChecker - me.chanjar.weixin.common.api中的类
默认消息重复检查器.
WxMessageInMemoryDuplicateChecker() - 类 的构造器me.chanjar.weixin.common.api.WxMessageInMemoryDuplicateChecker
无参构造方法.
WxMessageInMemoryDuplicateChecker(Long, Long) - 类 的构造器me.chanjar.weixin.common.api.WxMessageInMemoryDuplicateChecker
构造方法.
WxMpErrorMsgEnum - me.chanjar.weixin.common.error中的枚举
微信公众平台全局返回码.
WxSession - me.chanjar.weixin.common.session中的接口
 
WxSessionManager - me.chanjar.weixin.common.session中的接口
 
WxType - me.chanjar.weixin.common中的枚举
微信类型枚举.

X

XmlMsgType() - 类 的构造器me.chanjar.weixin.common.api.WxConsts.XmlMsgType
 
XStreamCDataConverter - me.chanjar.weixin.common.util.xml中的类
 
XStreamCDataConverter() - 类 的构造器me.chanjar.weixin.common.util.xml.XStreamCDataConverter
 
XStreamInitializer - me.chanjar.weixin.common.util.xml中的类
 
XStreamInitializer() - 类 的构造器me.chanjar.weixin.common.util.xml.XStreamInitializer
 
XStreamMediaIdConverter - me.chanjar.weixin.common.util.xml中的类
 
XStreamMediaIdConverter() - 类 的构造器me.chanjar.weixin.common.util.xml.XStreamMediaIdConverter
 

Y

YES - 类 中的静态变量me.chanjar.weixin.common.api.WxConsts.KefuMsgSafe
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2018. All rights reserved.