索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- addCookie(HttpServletRequest, HttpServletResponse, Cookie) - 类中的静态方法 cn.leancloud.EngineSessionCookie
- addSessionCookie(EngineSessionCookie) - 类中的静态方法 cn.leancloud.LeanEngine
-
设置sessionCookie的实例
- afterDelete - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在被删一个对象后执行操作
- afterSave - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在数据保存后触发指定操作
- afterUpdate - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在更新对象后执行特定的动作
- ATTRIBUTE_KEY_AUTHENTICATION - 类中的静态变量 cn.leancloud.EngineRequestContext
- ATTRIBUTE_KEY_SESSION_TOKEN - 类中的静态变量 cn.leancloud.EngineRequestContext
B
- beforeDelete - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在删除一个对象之前做一些检查工作
- beforeSave - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在将对象保存到云端数据表之前,可以对数据做一些清理或验证
- beforeUpdate - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在更新对象之前做一些检查工作
- BeforeUpdateHookHandlerInfo - cn.leancloud中的类
- BeforeUpdateHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String) - 类的构造器 cn.leancloud.BeforeUpdateHookHandlerInfo
C
- className() - annotation interface 中的元素 cn.leancloud.EngineHook
- clean() - 类中的静态方法 cn.leancloud.EngineRequestContext
- clientOffline - enum class 中的枚举常量 cn.leancloud.IMHookType
-
客户端下线
- clientOnline - enum class 中的枚举常量 cn.leancloud.IMHookType
-
客户端成功登录
- CloudCodeServlet - cn.leancloud中的类
- CloudCodeServlet() - 类的构造器 cn.leancloud.CloudCodeServlet
- cn.leancloud - 程序包 cn.leancloud
- conversationAdd - enum class 中的枚举常量 cn.leancloud.IMHookType
-
向对话添加成员,在签名校验(如果开启)之后,实际加入之前,包括主动加入和被其他用户加入两种情况
- conversationAdded - enum class 中的枚举常量 cn.leancloud.IMHookType
-
用户加入对话,在加入成功后调用。
- conversationRemove - enum class 中的枚举常量 cn.leancloud.IMHookType
-
从对话中踢出成员,在签名校验(如果开启)之后,实际踢出之前,用户自己退出对话不会调用。
- conversationRemoved - enum class 中的枚举常量 cn.leancloud.IMHookType
-
用户离开对话,在离开成功后调用。
- conversationStart - enum class 中的枚举常量 cn.leancloud.IMHookType
-
创建对话,在签名校验(如果开启)之后,实际创建之前
- conversationStarted - enum class 中的枚举常量 cn.leancloud.IMHookType
-
创建对话完成
- conversationUpdate - enum class 中的枚举常量 cn.leancloud.IMHookType
-
修改对话属性、设置或取消对话消息提醒,在实际修改之前调用
D
- decodeUser(HttpServletRequest) - 接口中的方法 cn.leancloud.LCUserCookieSign
-
decode user from http request.
- destroy() - 类中的方法 cn.leancloud.HttpsRequestRedirectFilter
- destroy() - 类中的方法 cn.leancloud.RequestAuthenticationFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类中的方法 cn.leancloud.HttpsRequestRedirectFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类中的方法 cn.leancloud.RequestAuthenticationFilter
- doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.leancloud.LeanEngineHealthCheckServlet
- doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.leancloud.LeanEngineMetadataServlet
- doOptions(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.leancloud.CloudCodeServlet
- doPost(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.leancloud.CloudCodeServlet
E
- encodeUser(LCUser) - 接口中的方法 cn.leancloud.LCUserCookieSign
-
encode user into cookie.
- EndpointInfo(String, boolean, boolean) - 类的构造器 cn.leancloud.EndpointParser.EndpointInfo
- EndpointParser - cn.leancloud中的类
- EndpointParser() - 类的构造器 cn.leancloud.EndpointParser
- EndpointParser.EndpointInfo - cn.leancloud中的类
- EngineAppConfiguration - cn.leancloud中的类
- EngineFunction - cn.leancloud中的Annotation Interface
- EngineFunctionHandlerInfo - cn.leancloud中的类
- EngineFunctionHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class) - 类的构造器 cn.leancloud.EngineFunctionHandlerInfo
- EngineFunctionParam - cn.leancloud中的Annotation Interface
- EngineFunctionParamInfo - cn.leancloud中的类
- EngineFunctionParamInfo(Class, String) - 类的构造器 cn.leancloud.EngineFunctionParamInfo
- EngineHandlerInfo - cn.leancloud中的类
- EngineHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class<?>) - 类的构造器 cn.leancloud.EngineHandlerInfo
- EngineHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class<?>, String) - 类的构造器 cn.leancloud.EngineHandlerInfo
- EngineHook - cn.leancloud中的Annotation Interface
- EngineHookHandlerInfo - cn.leancloud中的类
- EngineHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String) - 类的构造器 cn.leancloud.EngineHookHandlerInfo
- EngineHookType - cn.leancloud中的Enum Class
- EngineRequestContext - cn.leancloud中的类
-
在云代码函数中获取请求相关的额外属性
- EngineRequestContext() - 类的构造器 cn.leancloud.EngineRequestContext
- EngineSessionCookie - cn.leancloud中的类
- EngineSessionCookie(LCUserCookieSign, boolean) - 类的构造器 cn.leancloud.EngineSessionCookie
- EngineSessionCookie(String, int, boolean) - 类的构造器 cn.leancloud.EngineSessionCookie
- EngineSessionCookie(String, String, int, boolean) - 类的构造器 cn.leancloud.EngineSessionCookie
- execute(HttpServletRequest, boolean) - 类中的方法 cn.leancloud.EngineHandlerInfo
F
- filterResponse(String) - 类中的静态方法 cn.leancloud.ResponseUtil
G
- get(String) - 类中的静态方法 cn.leancloud.EngineRequestContext
- getAffiliatedKeys() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getAndroidKey() - 类中的静态方法 cn.leancloud.LeanEngine
- getAppEnv() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getAppEnv() - 类中的静态方法 cn.leancloud.LeanEngine
- getAppId() - 类中的静态方法 cn.leancloud.LeanEngine
- getAppKey() - 类中的静态方法 cn.leancloud.LeanEngine
- getApplicationId() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getAuthenticatedUser() - 类中的静态方法 cn.leancloud.EngineRequestContext
-
get authenticated user of current request.
- getClientKey() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getCookieSign(LCUser) - 接口中的方法 cn.leancloud.LCUserCookieSign
-
get cookie signature.
- getEndPoint() - 类中的方法 cn.leancloud.EngineHandlerInfo
- getEngineHandlerInfo(Method, EngineFunction) - 类中的静态方法 cn.leancloud.EngineHandlerInfo
- getEngineHandlerInfo(Method, EngineHook) - 类中的静态方法 cn.leancloud.EngineHandlerInfo
- getEngineHandlerInfo(Method, IMHook) - 类中的静态方法 cn.leancloud.EngineHandlerInfo
- getEnvOrProperty(String) - 类中的静态方法 cn.leancloud.EngineAppConfiguration
- getHandlerMethod() - 类中的方法 cn.leancloud.EngineHandlerInfo
- getInternalEndpoint() - 类中的方法 cn.leancloud.EndpointParser.EndpointInfo
- getInternalEndpoint(HttpServletRequest) - 类中的静态方法 cn.leancloud.EndpointParser
- getMasterKey() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getMasterKey() - 类中的静态方法 cn.leancloud.LeanEngine
- getMeta() - 类中的静态方法 cn.leancloud.EngineRequestContext
-
已过时。
- getMetaData() - 类中的静态方法 cn.leancloud.LeanEngine
- getName() - 类中的方法 cn.leancloud.EngineFunctionParamInfo
- getParamList() - 类中的方法 cn.leancloud.EngineHandlerInfo
- getPort() - 类中的方法 cn.leancloud.EngineAppConfiguration
- getRemoteAddress() - 类中的静态方法 cn.leancloud.EngineRequestContext
-
获取发起请求的 IP 地址
- getSessionCookie() - 类中的静态方法 cn.leancloud.LeanEngine
- getSessionToken() - 类中的静态方法 cn.leancloud.EngineRequestContext
-
get authenticated user's session token of current request.
- getType() - 类中的方法 cn.leancloud.EngineFunctionParamInfo
- getUpdateKeys() - 类中的静态方法 cn.leancloud.EngineRequestContext
-
在 beforeUpdate 函数中调用可以查看 avobject 的哪些属性被更新了
- getUserAgent() - 类中的静态方法 cn.leancloud.EngineAppConfiguration
H
- hmacSha1(String, String) - 类中的静态方法 cn.leancloud.LeanEngine
- HttpsRequestRedirectFilter - cn.leancloud中的类
- HttpsRequestRedirectFilter() - 类的构造器 cn.leancloud.HttpsRequestRedirectFilter
I
- IMHook - cn.leancloud中的Annotation Interface
- IMHookType - cn.leancloud中的Enum Class
- init(FilterConfig) - 类中的方法 cn.leancloud.HttpsRequestRedirectFilter
- init(FilterConfig) - 类中的方法 cn.leancloud.RequestAuthenticationFilter
- initialize(String, String, String, String) - 类中的静态方法 cn.leancloud.LeanEngine
-
Authenticates this client as belonging to your application.
- initialize(String, String, String, String, String) - 类中的静态方法 cn.leancloud.LeanEngine
- initializeWithServerUrl(String, String, String, String, String) - 类中的静态方法 cn.leancloud.LeanEngine
- initializeWithServerUrl(String, String, String, String, String, String) - 类中的静态方法 cn.leancloud.LeanEngine
- instance(String, String, String, Map<String, String>) - 类中的静态方法 cn.leancloud.EngineAppConfiguration
- isNeedResponse() - 类中的方法 cn.leancloud.EndpointParser.EndpointInfo
- isRPCcall() - 类中的方法 cn.leancloud.EndpointParser.EndpointInfo
L
- LCUserCookieSign - cn.leancloud中的接口
- LeanEngine - cn.leancloud中的类
- LeanEngine() - 类的构造器 cn.leancloud.LeanEngine
- LeanEngineHealthCheckServlet - cn.leancloud中的类
-
定义云函数中的健康检查函数
- LeanEngineHealthCheckServlet() - 类的构造器 cn.leancloud.LeanEngineHealthCheckServlet
- LeanEngineMetadataServlet - cn.leancloud中的类
- LeanEngineMetadataServlet() - 类的构造器 cn.leancloud.LeanEngineMetadataServlet
M
- messageReceived - enum class 中的枚举常量 cn.leancloud.IMHookType
-
消息达到服务器,群组成员已解析完成之后,发送给收件人之前
- messageSent - enum class 中的枚举常量 cn.leancloud.IMHookType
-
消息发送完成
- messageUpdate - enum class 中的枚举常量 cn.leancloud.IMHookType
-
修改消息请求到达云端,云端正式修改消息之前
O
- onLogin - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
在用户登录之时执行指定操作
- onVerifiedEmail - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
当用户通过邮箱验证时,对该用户执行特定操作
- onVerifiedSMS - enum class 中的枚举常量 cn.leancloud.EngineHookType
-
当用户通过短信验证时,对该用户执行特定操作
P
- parse(String) - enum class中的静态方法 cn.leancloud.EngineHookType
- parse(String) - enum class中的静态方法 cn.leancloud.IMHookType
- parseCookie(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.leancloud.EngineSessionCookie
- parseMetaData(Map<String, Object>) - 类中的静态方法 cn.leancloud.EngineRequestContext
- parseParams(String) - 类中的方法 cn.leancloud.EngineFunctionHandlerInfo
- parseParams(String) - 类中的方法 cn.leancloud.EngineFunctionParamInfo
- parseParams(String) - 类中的方法 cn.leancloud.EngineHandlerInfo
- parseParams(String) - 类中的方法 cn.leancloud.EngineHookHandlerInfo
- parseParams(Collection) - 类中的方法 cn.leancloud.EngineFunctionParamInfo
- parseParams(Map<String, Object>) - 类中的方法 cn.leancloud.EngineFunctionParamInfo
- put(String, Object) - 类中的静态方法 cn.leancloud.EngineRequestContext
R
- receiversOffline - enum class 中的枚举常量 cn.leancloud.IMHookType
-
消息发送完成,存在离线的收件人
- register(Class<?>) - 类中的静态方法 cn.leancloud.LeanEngine
-
请在ServletContextListener.contextInitialized中注册所有的云函数定义类
- RequestAuthenticationFilter - cn.leancloud中的类
- RequestAuthenticationFilter() - 类的构造器 cn.leancloud.RequestAuthenticationFilter
- ResponseUtil - cn.leancloud中的类
- ResponseUtil() - 类的构造器 cn.leancloud.ResponseUtil
- rtmClientSign - enum class 中的枚举常量 cn.leancloud.IMHookType
-
客户端登录启用签名认证时,验证 AV.User 的 sessionToken 后,获取登录签名前调用
S
- setAffiliatedKeys(Map<String, String>) - 类中的方法 cn.leancloud.EngineAppConfiguration
- setApplicationId(String) - 类中的方法 cn.leancloud.EngineAppConfiguration
- setAuthenticatedUser(LCUser) - 类中的静态方法 cn.leancloud.EngineRequestContext
-
set current authenticated user.
- setClientKey(String) - 类中的方法 cn.leancloud.EngineAppConfiguration
- setHttpsRedirectEnabled(boolean) - 类中的静态方法 cn.leancloud.LeanEngine
-
设置是否打开 HTTPS 自动跳转
- setLocalEngineCallEnabled(boolean) - 类中的静态方法 cn.leancloud.LeanEngine
-
本方法用于本地调试期间,设置为 true 后所有的云函数调用都直接调用本地而非 LeanCloud 上已经部署的项目
- setMasterKey(String) - 类中的方法 cn.leancloud.EngineAppConfiguration
- setRemoteAddress(String) - 类中的静态方法 cn.leancloud.EngineRequestContext
- setSessionToken(String) - 类中的静态方法 cn.leancloud.EngineRequestContext
- setUseMasterKey(boolean) - 类中的静态方法 cn.leancloud.LeanEngine
-
设置在与 LeanCloud 服务器进行沟通的时候是否使用 masterKey 使用 masterKey 时, API 将拥有全部权限,不再受到权限的限制
- SYSTEM_ATTR_ANDX_KEY - 类中的静态变量 cn.leancloud.EngineAppConfiguration
- SYSTEM_ATTR_APP_ENV - 类中的静态变量 cn.leancloud.EngineAppConfiguration
- SYSTEM_ATTR_APP_PORT - 类中的静态变量 cn.leancloud.EngineAppConfiguration
T
- toString() - 类中的方法 cn.leancloud.EndpointParser.EndpointInfo
- toString() - enum class中的方法 cn.leancloud.EngineHookType
- toString() - enum class中的方法 cn.leancloud.IMHookType
- type() - annotation interface 中的元素 cn.leancloud.EngineHook
- type() - annotation interface 中的元素 cn.leancloud.IMHook
V
- validateCookieSign(HttpServletRequest) - 接口中的方法 cn.leancloud.LCUserCookieSign
-
validate cookie signature.
- value() - annotation interface 中的元素 cn.leancloud.EngineFunction
- value() - annotation interface 中的元素 cn.leancloud.EngineFunctionParam
- valueOf(String) - enum class中的静态方法 cn.leancloud.EngineHookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.leancloud.IMHookType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.leancloud.EngineHookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.leancloud.IMHookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wrapCookie(boolean) - 类中的方法 cn.leancloud.EngineSessionCookie
- wrapperResponse(Object, String, boolean) - 类中的方法 cn.leancloud.BeforeUpdateHookHandlerInfo
- wrapperResponse(Object, String, boolean) - 类中的方法 cn.leancloud.EngineHandlerInfo
- wrapperResponse(Object, String, boolean) - 类中的方法 cn.leancloud.EngineHookHandlerInfo
All Classes and Interfaces|常量字段值|所有程序包|序列化表格