Skip navigation links
A B C D E F G I L P R S T U V W 

A

AuthFilter - Class in cn.leancloud
 

B

BeforeUpdateHookHandlerInfo - Class in cn.leancloud
 
BeforeUpdateHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String, String) - Constructor for class cn.leancloud.BeforeUpdateHookHandlerInfo
 

C

clean() - Static method in class cn.leancloud.EngineRequestContext
 
CloudCodeServlet - Class in cn.leancloud
 
cn.leancloud - package cn.leancloud
 
com.avos.avoscloud.internal.impl - package com.avos.avoscloud.internal.impl
 
CorsFilter - Class in cn.leancloud
 
CorsFilter() - Constructor for class cn.leancloud.CorsFilter
 
CurrentUserFilter - Class in cn.leancloud
 
CurrentUserFilter() - Constructor for class cn.leancloud.CurrentUserFilter
 

D

destroy() - Method in class cn.leancloud.AuthFilter
 
destroy() - Method in class cn.leancloud.CorsFilter
 
destroy() - Method in class cn.leancloud.CurrentUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cn.leancloud.AuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cn.leancloud.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cn.leancloud.CurrentUserFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class cn.leancloud.LeanEngineHealthCheckServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class cn.leancloud.LeanEngineMetadataServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class cn.leancloud.CloudCodeServlet
 

E

EndpointInfo(String, boolean, boolean) - Constructor for class cn.leancloud.EndpointParser.EndpointInfo
 
EndpointParser - Class in cn.leancloud
 
EndpointParser() - Constructor for class cn.leancloud.EndpointParser
 
EndpointParser.EndpointInfo - Class in cn.leancloud
 
EngineAppConfiguration - Class in cn.leancloud
 
EngineFunction - Annotation Type in cn.leancloud
 
EngineFunctionHandlerInfo - Class in cn.leancloud
 
EngineFunctionHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class) - Constructor for class cn.leancloud.EngineFunctionHandlerInfo
 
EngineFunctionParam - Annotation Type in cn.leancloud
 
EngineFunctionParamInfo - Class in cn.leancloud
 
EngineHandlerInfo - Class in cn.leancloud
 
EngineHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class<?>, String) - Constructor for class cn.leancloud.EngineHandlerInfo
 
EngineHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class<?>, String, String) - Constructor for class cn.leancloud.EngineHandlerInfo
 
EngineHook - Annotation Type in cn.leancloud
 
EngineHookHandlerInfo - Class in cn.leancloud
 
EngineHookHandlerInfo(String, Method, List<EngineFunctionParamInfo>, Class, String, String) - Constructor for class cn.leancloud.EngineHookHandlerInfo
 
EngineHookType - Enum in cn.leancloud
 
EnginePersistence - Class in cn.leancloud
 
EngineRequestContext - Class in cn.leancloud
在云代码函数中获取请求相关的额外属性
EngineRequestContext() - Constructor for class cn.leancloud.EngineRequestContext
 
EnvAppRouter - Class in com.avos.avoscloud.internal.impl
 
EnvAppRouter(EngineAppConfiguration) - Constructor for class com.avos.avoscloud.internal.impl.EnvAppRouter
 
execute(HttpServletRequest, boolean) - Method in class cn.leancloud.EngineHandlerInfo
 

F

fetchServerHosts(boolean, FunctionCallback<Map<AVOSServices, String>>) - Method in class com.avos.avoscloud.internal.impl.EnvAppRouter
 
filterResponse(String) - Static method in class cn.leancloud.ResponseUtil
 

G

get(String) - Static method in class cn.leancloud.EngineRequestContext
 
getAppEnv() - Method in class cn.leancloud.EngineAppConfiguration
 
getAppEnv() - Method in class cn.leancloud.LeanEngine
 
getAppId() - Method in class cn.leancloud.LeanEngine
 
getAppKey() - Method in class cn.leancloud.LeanEngine
 
getCurrentUser(Class<T>) - Method in class cn.leancloud.EnginePersistence
 
getEndPoint() - Method in class cn.leancloud.EngineHandlerInfo
 
getEngineHandlerInfo(Method, EngineFunction) - Static method in class cn.leancloud.EngineHandlerInfo
 
getEngineHandlerInfo(Method, EngineHook, String) - Static method in class cn.leancloud.EngineHandlerInfo
 
getEngineHandlerInfo(Method, IMHook, String) - Static method in class cn.leancloud.EngineHandlerInfo
 
getInternalEndpoint() - Method in class cn.leancloud.EndpointParser.EndpointInfo
 
getInternalEndpoint(HttpServletRequest) - Static method in class cn.leancloud.EndpointParser
 
getMasterKey() - Method in class cn.leancloud.LeanEngine
 
getMeta() - Static method in class cn.leancloud.EngineRequestContext
Deprecated.
getMetaData() - Method in class cn.leancloud.LeanEngine
 
getName() - Method in class cn.leancloud.EngineFunctionParamInfo
 
getPort() - Method in class cn.leancloud.EngineAppConfiguration
 
getRemoteAddress() - Static method in class cn.leancloud.EngineRequestContext
获取发起请求的 IP 地址
getSessionToken() - Static method in class cn.leancloud.EngineRequestContext
 
getType() - Method in class cn.leancloud.EngineFunctionParamInfo
 
getUpdateKeys() - Static method in class cn.leancloud.EngineRequestContext
在 beforeUpdate 函数中调用可以查看 avobject 的哪些属性被更新了

I

IMHook - Annotation Type in cn.leancloud
 
IMHookType - Enum in cn.leancloud
 
init(FilterConfig) - Method in class cn.leancloud.AuthFilter
 
init(FilterConfig) - Method in class cn.leancloud.CorsFilter
 
init(FilterConfig) - Method in class cn.leancloud.CurrentUserFilter
 
isNeedResponse() - Method in class cn.leancloud.EndpointParser.EndpointInfo
 
isRPCcall() - Method in class cn.leancloud.EndpointParser.EndpointInfo
 

L

LeanEngine - Class in cn.leancloud
 
LeanEngine() - Constructor for class cn.leancloud.LeanEngine
使用默认参数初始化 Leanngine 对象,applicationId,appKey,masterKey 将从环境变量获取。
LeanEngine(String, String, String, String, int, String) - Constructor for class cn.leancloud.LeanEngine
初始eanngine 对象。
LeanEngineHealthCheckServlet - Class in cn.leancloud
定义云函数中的健康检查函数
LeanEngineHealthCheckServlet() - Constructor for class cn.leancloud.LeanEngineHealthCheckServlet
 
LeanEngineMetadataServlet - Class in cn.leancloud
 

P

parse(String) - Static method in enum cn.leancloud.EngineHookType
 
parse(String) - Static method in enum cn.leancloud.IMHookType
 
parseMetaData(Map<String, Object>) - Static method in class cn.leancloud.EngineRequestContext
 
parseParams(String) - Method in class cn.leancloud.EngineFunctionHandlerInfo
 
parseParams(String) - Method in class cn.leancloud.EngineFunctionParamInfo
 
parseParams(String) - Method in class cn.leancloud.EngineHandlerInfo
 
parseParams(String) - Method in class cn.leancloud.EngineHookHandlerInfo
 
put(String, Object) - Static method in class cn.leancloud.EngineRequestContext
 

R

register(Class[]) - Method in class cn.leancloud.LeanEngine
批量注册云函数或 hook 函数的 class,这些 class 中带有云函数和 hook 函数注解的方法将会在服务启动后生效。
register(Class<?>) - Method in class cn.leancloud.LeanEngine
注册云函数或 hook 函数的 class,这些 class 中带有云函数和 hook 函数注解的方法将会在服务启动后生效。
ResponseUtil - Class in cn.leancloud
 
ResponseUtil() - Constructor for class cn.leancloud.ResponseUtil
 

S

setCurrentUser(AVUser, boolean) - Method in class cn.leancloud.EnginePersistence
 
setLocalEngineCallEnabled(boolean) - Method in class cn.leancloud.LeanEngine
本方法用于本地调试期间,设置为 true 后所有的云函数调用都直接调用本地而非 LeanCloud 上已经部署的项目
setLocalEngineCallEnabled(boolean) - Method in class com.avos.avoscloud.internal.impl.EnvAppRouter
 
setPort(int) - Method in class cn.leancloud.LeanEngine
 
setRemoteAddress(String) - Static method in class cn.leancloud.EngineRequestContext
 
setSessionToken(String) - Static method in class cn.leancloud.EngineRequestContext
 
setUseMasterKey(boolean) - Method in class cn.leancloud.LeanEngine
设置在与 LeanCloud 服务器进行沟通的时候是否使用 masterKey
start() - Method in class cn.leancloud.LeanEngine
开始监听端口并提供云函数服务。请在所有配置设置完成,所有云函数 class 都注册之后调用该方法。
stop() - Method in class cn.leancloud.LeanEngine
 

T

toString() - Method in class cn.leancloud.EndpointParser.EndpointInfo
 
toString() - Method in enum cn.leancloud.EngineHookType
 
toString() - Method in enum cn.leancloud.IMHookType
 

U

useAVCloudCN() - Method in class cn.leancloud.LeanEngine
可以通过改方法明确设置 SDK 调用国内节点服务,否则将根据 appId 自动判断。
useAVCloudUS() - Method in class cn.leancloud.LeanEngine
可以通过改方法明确设置 SDK 调用北美节点服务,否则将根据 appId 自动判断。

V

valueOf(String) - Static method in enum cn.leancloud.EngineHookType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.leancloud.IMHookType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.leancloud.EngineHookType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.leancloud.IMHookType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapperResponse(Object, String, boolean) - Method in class cn.leancloud.BeforeUpdateHookHandlerInfo
 
wrapperResponse(Object, String, boolean) - Method in class cn.leancloud.EngineHandlerInfo
 
wrapperResponse(Object, String, boolean) - Method in class cn.leancloud.EngineHookHandlerInfo
 
A B C D E F G I L P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.