跳过导航链接
A B C D E F G H I L P R S T V W 

A

addCookie(HttpServletRequest, HttpServletResponse, Cookie) - 类 中的静态方法cn.leancloud.EngineSessionCookie
 
addSessionCookie(EngineSessionCookie) - 类 中的静态方法cn.leancloud.LeanEngine
设置sessionCookie的实例
ATTRIBUTE_KEY_AUTHENTICATION - 类 中的静态变量cn.leancloud.EngineRequestContext
 
ATTRIBUTE_KEY_SESSION_TOKEN - 类 中的静态变量cn.leancloud.EngineRequestContext
 
AVUserCookieSign - cn.leancloud中的接口
 

B

BeforeUpdateHookHandlerInfo - cn.leancloud中的类
 
BeforeUpdateHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String) - 类 的构造器cn.leancloud.BeforeUpdateHookHandlerInfo
 

C

clean() - 类 中的静态方法cn.leancloud.EngineRequestContext
 
CloudCodeServlet - cn.leancloud中的类
 
CloudCodeServlet() - 类 的构造器cn.leancloud.CloudCodeServlet
 
cn.leancloud - 程序包 cn.leancloud
 

D

decodeUser(HttpServletRequest) - 接口 中的方法cn.leancloud.AVUserCookieSign
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(AVUser) - 接口 中的方法cn.leancloud.AVUserCookieSign
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中的注释类型
 
EngineFunctionHandlerInfo - cn.leancloud中的类
 
EngineFunctionHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class) - 类 的构造器cn.leancloud.EngineFunctionHandlerInfo
 
EngineFunctionParam - cn.leancloud中的注释类型
 
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中的注释类型
 
EngineHookHandlerInfo - cn.leancloud中的类
 
EngineHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String) - 类 的构造器cn.leancloud.EngineHookHandlerInfo
 
EngineHookType - cn.leancloud中的枚举
 
EngineRequestContext - cn.leancloud中的类
在云代码函数中获取请求相关的额外属性
EngineRequestContext() - 类 的构造器cn.leancloud.EngineRequestContext
 
EngineSessionCookie - cn.leancloud中的类
 
EngineSessionCookie(String, int, boolean) - 类 的构造器cn.leancloud.EngineSessionCookie
 
EngineSessionCookie(String, String, int, boolean) - 类 的构造器cn.leancloud.EngineSessionCookie
 
EngineSessionCookie(AVUserCookieSign, 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(AVUser) - 接口 中的方法cn.leancloud.AVUserCookieSign
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中的注释类型
 
IMHookType - cn.leancloud中的枚举
 
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
 
instance(String, String, String, Map<String, String>) - 类 中的静态方法cn.leancloud.EngineAppConfiguration
 
isNeedResponse() - 类 中的方法cn.leancloud.EndpointParser.EndpointInfo
 
isRPCcall() - 类 中的方法cn.leancloud.EndpointParser.EndpointInfo
 

L

LeanEngine - cn.leancloud中的类
 
LeanEngine() - 类 的构造器cn.leancloud.LeanEngine
 
LeanEngineHealthCheckServlet - cn.leancloud中的类
定义云函数中的健康检查函数
LeanEngineHealthCheckServlet() - 类 的构造器cn.leancloud.LeanEngineHealthCheckServlet
 
LeanEngineMetadataServlet - cn.leancloud中的类
 
LeanEngineMetadataServlet() - 类 的构造器cn.leancloud.LeanEngineMetadataServlet
 

P

parse(String) - 枚举 中的静态方法cn.leancloud.EngineHookType
 
parse(String) - 枚举 中的静态方法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(Collection) - 类 中的方法cn.leancloud.EngineFunctionParamInfo
 
parseParams(Map<String, Object>) - 类 中的方法cn.leancloud.EngineFunctionParamInfo
 
parseParams(String) - 类 中的方法cn.leancloud.EngineHandlerInfo
 
parseParams(String) - 类 中的方法cn.leancloud.EngineHookHandlerInfo
 
put(String, Object) - 类 中的静态方法cn.leancloud.EngineRequestContext
 

R

register(Class<?>) - 类 中的静态方法cn.leancloud.LeanEngine
请在ServletContextListener.contextInitialized中注册所有的云函数定义类
RequestAuthenticationFilter - cn.leancloud中的类
 
RequestAuthenticationFilter() - 类 的构造器cn.leancloud.RequestAuthenticationFilter
 
ResponseUtil - cn.leancloud中的类
 
ResponseUtil() - 类 的构造器cn.leancloud.ResponseUtil
 

S

setAffiliatedKeys(Map<String, String>) - 类 中的方法cn.leancloud.EngineAppConfiguration
 
setApplicationId(String) - 类 中的方法cn.leancloud.EngineAppConfiguration
 
setAuthenticatedUser(AVUser) - 类 中的静态方法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() - 枚举 中的方法cn.leancloud.EngineHookType
 
toString() - 枚举 中的方法cn.leancloud.IMHookType
 

V

validateCookieSign(HttpServletRequest) - 接口 中的方法cn.leancloud.AVUserCookieSign
validate cookie signature.
valueOf(String) - 枚举 中的静态方法cn.leancloud.EngineHookType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.leancloud.IMHookType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.leancloud.EngineHookType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.leancloud.IMHookType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

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
 
A B C D E F G H I L P R S T V W 
跳过导航链接

Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.