- accept(AnyValue, String) - 类 中的方法org.redkale.boot.ClassFilter
-
判断class是否有效
- accept(AnyValue, Class, boolean) - 类 中的方法org.redkale.boot.ClassFilter
-
判断class是否有效
- accept() - 类 中的方法org.redkale.net.ProtocolServer
-
- action(BsonReader, BsonWriter) - 类 中的方法org.redkale.net.sncp.SncpDynServlet.SncpServletAction
-
- actionid - 类 中的变量org.redkale.net.sncp.SncpClient.SncpAction
-
- actions - 类 中的变量org.redkale.net.sncp.SncpClient
-
- add(String, String) - 类 中的静态方法org.redkale.net.http.MimeType
-
- add(byte) - 类 中的方法org.redkale.util.ByteArray
-
- add(byte...) - 类 中的方法org.redkale.util.ByteArray
-
- add(ByteBuffer, int) - 类 中的方法org.redkale.util.ByteArray
-
- add(Type, ResourceFactory.ResourceLoader) - 类 中的方法org.redkale.util.ResourceFactory
-
- addAll(AnyValue) - 类 中的方法org.redkale.util.AnyValue.DefaultAnyValue
-
- addCookie(HttpCookie...) - 类 中的方法org.redkale.net.http.HttpResponse
-
增加Cookie值
- addHeader(String, Object) - 类 中的方法org.redkale.net.http.HttpResponse
-
添加Header值
- addHttpServlet(HttpServlet, String, AnyValue, String...) - 类 中的方法org.redkale.net.http.HttpPrepareServlet
-
- addHttpServlet(HttpServlet, String, AnyValue, String...) - 类 中的方法org.redkale.net.http.HttpServer
-
- addInt(int) - 类 中的方法org.redkale.util.ByteArray
-
- address - 类 中的变量org.redkale.net.Server
-
- addressSourceParamIndex - 类 中的变量org.redkale.net.sncp.SncpClient.SncpAction
-
- addressTargetParamIndex - 类 中的变量org.redkale.net.sncp.SncpClient.SncpAction
-
- addService(ServiceWrapper) - 类 中的方法org.redkale.net.sncp.SncpServer
-
- addSncpServlet(SncpServlet) - 类 中的方法org.redkale.net.sncp.SncpPrepareServlet
-
- addValue(String, String) - 类 中的方法org.redkale.util.AnyValue.DefaultAnyValue
-
- addValue(String, AnyValue) - 类 中的方法org.redkale.util.AnyValue.DefaultAnyValue
-
- and(ClassFilter<T>) - 类 中的方法org.redkale.boot.ClassFilter
-
- and(FilterNode) - 类 中的方法org.redkale.source.FilterNode
-
- and(String, Serializable) - 类 中的方法org.redkale.source.FilterNode
-
- and(String, FilterExpress, Serializable) - 类 中的方法org.redkale.source.FilterNode
-
- any(FilterNode, boolean) - 类 中的方法org.redkale.source.FilterJoinNode
-
- any(FilterNode, boolean) - 类 中的方法org.redkale.source.FilterNode
-
- AnyEncoder<T> - org.redkale.convert中的类
-
对不明类型的对象进行序列化; BSON序列化时将对象的类名写入Writer,JSON则不写入。
- AnyValue - org.redkale.util中的类
-
该类提供类似JSONObject的数据结构,主要用于读取xml配置文件和http-header存储
详情见: http://www.redkale.org
- AnyValue() - 类 的构造器org.redkale.util.AnyValue
-
- AnyValue.DefaultAnyValue - org.redkale.util中的类
-
可读写的AnyValue默认实现类
详情见: http://www.redkale.org
- AnyValue.Entry<T> - org.redkale.util中的类
-
- appendListItem(K, V) - 类 中的方法org.redkale.service.CacheSourceService
-
- appendListItem(CompletionHandler<Void, K>, K, V) - 类 中的方法org.redkale.service.CacheSourceService
-
- appendListItem(K, V) - 接口 中的方法org.redkale.source.CacheSource
-
- appendListItem(CompletionHandler<Void, K>, K, V) - 接口 中的方法org.redkale.source.CacheSource
-
- appendSetItem(K, V) - 类 中的方法org.redkale.service.CacheSourceService
-
- appendSetItem(CompletionHandler<Void, K>, K, V) - 类 中的方法org.redkale.service.CacheSourceService
-
- appendSetItem(K, V) - 接口 中的方法org.redkale.source.CacheSource
-
- appendSetItem(CompletionHandler<Void, K>, K, V) - 接口 中的方法org.redkale.source.CacheSource
-
- Application - org.redkale.boot中的类
-
编译时需要加入: -XDignore.symbol.file=true
进程启动类,程序启动后读取application.xml,进行classpath扫描动态加载Service与Servlet
优先加载所有SNCP协议的服务, 再加载其他协议服务,
最后进行Service、Servlet与其他资源之间的依赖注入。
- application - 类 中的变量org.redkale.boot.NodeServer
-
- apply(Class) - 类 中的方法org.redkale.source.DataDefaultSource
-
- ArrayDecoder<T> - org.redkale.convert中的类
-
对象数组的序列化,不包含int[]、long[]这样的primitive class数组.
- ArrayDecoder(ConvertFactory, Type) - 类 的构造器org.redkale.convert.ArrayDecoder
-
- ArrayEncoder<T> - org.redkale.convert中的类
-
对象数组的反序列化,不包含int[]、long[]这样的primitive class数组.
- ArrayEncoder(ConvertFactory, Type) - 类 的构造器org.redkale.convert.ArrayEncoder
-
- AsmMethodVisitor - org.redkale.util中的类
-
MethodVisitor 的调试类
详情见: http://www.redkale.org
- AsmMethodVisitor(MethodVisitor) - 类 的构造器org.redkale.util.AsmMethodVisitor
-
- asSheet(Collection<E>) - 类 中的静态方法org.redkale.util.Sheet
-
- async(SocketAddress, ByteBuffer, A, CompletionHandler<Integer, A>) - 类 中的方法org.redkale.net.Transport
-
- AsyncConnection - org.redkale.net中的类
-
详情见: http://www.redkale.org
- AsyncConnection() - 类 的构造器org.redkale.net.AsyncConnection
-
- asyncRemoteDiffGroup(BsonConvert, Transport[], int, Object...) - 类 中的方法org.redkale.net.sncp.SncpClient
-
- asyncRemoteSameGroup(BsonConvert, Transport, int, Object...) - 类 中的方法org.redkale.net.sncp.SncpClient
-
- attribute - 类 中的变量org.redkale.convert.DeMember
-
- Attribute<T,F> - org.redkale.util中的接口
-
该类实现动态映射一个JavaBean类中成员对应的getter、setter方法; 代替低效的反射实现方式。
- attributes - 类 中的变量org.redkale.net.AsyncConnection
-
- attributes - 类 中的变量org.redkale.net.Request
-
- authenticate(int, int, HttpRequest, HttpResponse) - 类 中的方法org.redkale.net.http.BasedHttpServlet
-
- AutoLoad - org.redkale.util中的注释类型
-
自动加载。