This commit is contained in:
RedKale
2016-04-13 14:58:24 +08:00
parent 04098f976b
commit 95ab45dde8
175 changed files with 185 additions and 176 deletions

View File

@@ -37,7 +37,7 @@ import org.w3c.dom.*;
* *
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -22,7 +22,7 @@ import org.redkale.util.AutoLoad;
* class过滤器 符合条件的class会保留下来存入FilterEntry。 * class过滤器 符合条件的class会保留下来存入FilterEntry。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 泛型 * @param <T> 泛型

View File

@@ -18,7 +18,7 @@ import java.util.logging.Formatter;
/** /**
* 自定义的日志输出类 * 自定义的日志输出类
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -22,7 +22,7 @@ import org.redkale.util.*;
* HTTP Server节点的配置Server * HTTP Server节点的配置Server
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -6,6 +6,9 @@
package org.redkale.boot; package org.redkale.boot;
/** /**
*
* <p>
* 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -11,7 +11,7 @@ import java.lang.annotation.*;
* 根据application.xml中的server节点中的protocol值来适配Server的加载逻辑 * 根据application.xml中的server节点中的protocol值来适配Server的加载逻辑
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -30,7 +30,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -15,7 +15,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -10,7 +10,7 @@ import java.lang.reflect.Type;
/** /**
* 对不明类型的对象进行序列化; BSON序列化时将对象的类名写入WriterJSON则不写入。 * 对不明类型的对象进行序列化; BSON序列化时将对象的类名写入WriterJSON则不写入。
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <T> 序列化的泛型类型 * @param <T> 序列化的泛型类型
*/ */

View File

@@ -14,7 +14,7 @@ import java.util.*;
* 支持一定程度的泛型。 * 支持一定程度的泛型。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 反解析的数组元素类型 * @param <T> 反解析的数组元素类型

View File

@@ -13,7 +13,7 @@ import java.lang.reflect.*;
* 支持一定程度的泛型。 * 支持一定程度的泛型。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 序列化的数组元素类型 * @param <T> 序列化的数组元素类型

View File

@@ -16,7 +16,7 @@ import java.util.Collection;
* 支持一定程度的泛型。 * 支持一定程度的泛型。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 反解析的集合元素类型 * @param <T> 反解析的集合元素类型

View File

@@ -13,7 +13,7 @@ import java.util.Collection;
* 集合大小不能超过 32767。 在BSON中集合大小设定的是short对于大于32767长度的集合传输会影响性能所以没有采用int存储。 * 集合大小不能超过 32767。 在BSON中集合大小设定的是short对于大于32767长度的集合传输会影响性能所以没有采用int存储。
* 支持一定程度的泛型。 * 支持一定程度的泛型。
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <T> 序列化的集合元素类型 * @param <T> 序列化的集合元素类型
*/ */

View File

@@ -9,7 +9,7 @@ package org.redkale.convert;
* 序列化操作类 * 序列化操作类
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -13,7 +13,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* 依附在setter、getter方法、字段进行简单的配置 * 依附在setter、getter方法、字段进行简单的配置
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -8,7 +8,7 @@ package org.redkale.convert;
/** /**
* ConvertColumn 对应的实体类 * ConvertColumn 对应的实体类
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public final class ConvertColumnEntry { public final class ConvertColumnEntry {

View File

@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.*;
/** /**
* ConvertColumn 的多用类 * ConvertColumn 的多用类
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@Inherited @Inherited

View File

@@ -14,7 +14,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* 该值必须是全局唯一 * 该值必须是全局唯一
* 使用场景: 当BSON序列化为了不指定class可以使用@ConvertEntity来取个别名。关联方法: Reader.readClassName() 和 Writer.wirteClassName(String value) 。 * 使用场景: 当BSON序列化为了不指定class可以使用@ConvertEntity来取个别名。关联方法: Reader.readClassName() 和 Writer.wirteClassName(String value) 。
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@Inherited @Inherited

View File

@@ -6,7 +6,7 @@ package org.redkale.convert;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class ConvertException extends RuntimeException { public class ConvertException extends RuntimeException {

View File

@@ -22,7 +22,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -7,7 +7,7 @@ package org.redkale.convert;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public enum ConvertType { public enum ConvertType {

View File

@@ -11,7 +11,7 @@ import org.redkale.util.Attribute;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -10,7 +10,7 @@ import java.lang.reflect.Type;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -11,7 +11,7 @@ import org.redkale.util.Attribute;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <W> Writer输出的子类 * @param <W> Writer输出的子类

View File

@@ -10,7 +10,7 @@ import java.lang.reflect.Type;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <W> Writer输出的子类 * @param <W> Writer输出的子类

View File

@@ -12,7 +12,7 @@ import java.util.Map;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <K> Map key的数据类型 * @param <K> Map key的数据类型
* @param <V> Map value的数据类型 * @param <V> Map value的数据类型

View File

@@ -12,7 +12,7 @@ import java.util.Map;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <K> Map key的数据类型 * @param <K> Map key的数据类型

View File

@@ -15,7 +15,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -13,7 +13,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <W> Writer输出的子类 * @param <W> Writer输出的子类

View File

@@ -8,7 +8,7 @@ package org.redkale.convert;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -11,7 +11,7 @@ import java.lang.reflect.Type;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类 * @param <R> Reader输入的子类

View File

@@ -10,7 +10,7 @@ import org.redkale.util.Attribute;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -11,7 +11,7 @@ import java.util.function.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -33,7 +33,7 @@ import org.redkale.util.*;
* *
* </pre></blockquote> * </pre></blockquote>
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -11,7 +11,7 @@ import org.redkale.convert.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -14,7 +14,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -10,7 +10,7 @@ import org.redkale.convert.SimpledCoder;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 序列化/反解析的数据类型 * @param <T> 序列化/反解析的数据类型

View File

@@ -13,7 +13,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -14,7 +14,7 @@ import java.math.BigInteger;
* BigInteger 的SimpledCoder实现 * BigInteger 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* boolean[] 的SimpledCoder实现 * boolean[] 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* boolean 的SimpledCoder实现 * boolean 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* byte[] 的SimpledCoder实现 * byte[] 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* byte 的SimpledCoder实现 * byte 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* char[] 的SimpledCoder实现 * char[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -10,7 +10,7 @@ import org.redkale.convert.*;
/** /**
* CharSequence 的SimpledCoder实现 * CharSequence 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
/** /**
* char 的SimpledCoder实现 * char 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.*;
* java.nio.channels.CompletionHandler 的SimpledCoder实现, 只输出null * java.nio.channels.CompletionHandler 的SimpledCoder实现, 只输出null
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -14,7 +14,7 @@ import org.redkale.util.*;
* Dlong 的SimpledCoder实现 * Dlong 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import java.util.Date;
/** /**
* Date 的SimpledCoder实现 * Date 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* double[] 的SimpledCoder实现 * double[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* double 的SimpledCoder实现 * double 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* 枚举 的SimpledCoder实现 * 枚举 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* float[] 的SimpledCoder实现 * float[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* float 的SimpledCoder实现 * float 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -14,7 +14,7 @@ import java.net.*;
* InetAddress 的SimpledCoder实现 * InetAddress 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* int[] 的SimpledCoder实现 * int[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* int 的SimpledCoder实现 * int 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* long[] 的SimpledCoder实现 * long[] 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
/** /**
* long 的SimpledCoder实现 * long 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.Writer;
* Number 的SimpledCoder实现 * Number 的SimpledCoder实现
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -11,7 +11,7 @@ import org.redkale.convert.*;
/** /**
* Pattern 的SimpledCoder实现 * Pattern 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* short[] 的SimpledCoder实现 * short[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* short 的SimpledCoder实现 * short 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* String[] 的SimpledCoder实现 * String[] 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -12,7 +12,7 @@ import org.redkale.convert.Writer;
/** /**
* String 的SimpledCoder实现 * String 的SimpledCoder实现
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型 * @param <W> Writer输出的子类型

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.SimpledCoder;
* Type 的SimpledCoder实现 只支持Type的子类Class * Type 的SimpledCoder实现 只支持Type的子类Class
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型 * @param <R> Reader输入的子类型

View File

@@ -15,7 +15,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -16,7 +16,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -16,7 +16,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -12,7 +12,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -10,7 +10,7 @@ import org.redkale.convert.SimpledCoder;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <T> 序列化/反解析的数据类型 * @param <T> 序列化/反解析的数据类型

View File

@@ -14,7 +14,7 @@ import org.redkale.util.*;
* writeTo系列的方法输出的字符不能含特殊字符 * writeTo系列的方法输出的字符不能含特殊字符
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -15,7 +15,7 @@ import java.util.concurrent.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -18,7 +18,7 @@ import org.redkale.watch.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class Context { public class Context {

View File

@@ -12,7 +12,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")

View File

@@ -16,7 +16,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <C> Context的子类型 * @param <C> Context的子类型

View File

@@ -14,7 +14,7 @@ import java.util.concurrent.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public abstract class ProtocolServer { public abstract class ProtocolServer {

View File

@@ -13,7 +13,7 @@ import org.redkale.convert.json.JsonConvert;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <C> Context子类型 * @param <C> Context子类型

View File

@@ -12,7 +12,7 @@ import java.util.function.BiConsumer;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <C> Context的子类型 * @param <C> Context的子类型

View File

@@ -20,7 +20,7 @@ import org.redkale.watch.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -11,7 +11,7 @@ import java.io.IOException;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <C> Context的子类型 * @param <C> Context的子类型

View File

@@ -19,7 +19,7 @@ import org.redkale.watch.*;
* 传输客户端 * 传输客户端
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -9,7 +9,7 @@ import java.util.concurrent.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class WorkThread extends Thread { public class WorkThread extends Thread {

View File

@@ -22,7 +22,7 @@ import static jdk.internal.org.objectweb.asm.Opcodes.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */
@@ -33,7 +33,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
* 当标记为 &#64;AuthIgnore 的方法不会再调用之前调用authenticate 方法。 * 当标记为 &#64;AuthIgnore 的方法不会再调用之前调用authenticate 方法。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */
@@ -50,7 +50,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
* 用于对&#64;WebServlet对应的url进行细分。 其 url * 用于对&#64;WebServlet对应的url进行细分。 其 url
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */
@@ -70,7 +70,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
* 通常情况下 &#64;HttpCacheable 需要与 &#64;AuthIgnore 一起使用,因为没有标记&#64;AuthIgnore的方法一般输出的结果与当前用户信息有关。 * 通常情况下 &#64;HttpCacheable 需要与 &#64;AuthIgnore 一起使用,因为没有标记&#64;AuthIgnore的方法一般输出的结果与当前用户信息有关。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -18,7 +18,7 @@ import org.redkale.watch.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -19,7 +19,7 @@ import org.redkale.watch.*;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -24,7 +24,7 @@ import org.redkale.util.ByteArray;
* 获取行数: int size = request.getRequstURIPath("size:", 10); * 获取行数: int size = request.getRequstURIPath("size:", 10);
* <p> * <p>
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -22,7 +22,7 @@ import org.redkale.util.AnyValue;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -26,7 +26,7 @@ import org.redkale.util.*;
* RedKale提倡http+json的接口风格 所以主要输出的数据格式为json 同时提供异步接口。 * RedKale提倡http+json的接口风格 所以主要输出的数据格式为json 同时提供异步接口。
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -16,7 +16,7 @@ import org.redkale.watch.WatchFactory;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -10,7 +10,7 @@ import org.redkale.net.Servlet;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -9,7 +9,7 @@ import java.util.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class MimeType { public class MimeType {

View File

@@ -17,7 +17,7 @@ import org.redkale.util.AnyValue.DefaultAnyValue;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicLong;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public final class MultiPart { public final class MultiPart {

View File

@@ -10,7 +10,7 @@ import java.lang.annotation.*;
/** /**
* 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebInitParam * 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebInitParam
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@Target({ElementType.TYPE}) @Target({ElementType.TYPE})

View File

@@ -11,7 +11,7 @@ import java.lang.annotation.*;
* 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebServlet * 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebServlet
* *
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@Documented @Documented

View File

@@ -33,7 +33,7 @@ import org.redkale.net.*;
* 此模式下 以上方法都应该被重载。 * 此模式下 以上方法都应该被重载。
* </pre></blockquote> * </pre></blockquote>
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

View File

@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/** /**
* 被标记为 &#64;WebSocketBinary 的WebSocketServlet 将使用原始的TCP传输, 通常用于类似音频/视频传输场景 * 被标记为 &#64;WebSocketBinary 的WebSocketServlet 将使用原始的TCP传输, 通常用于类似音频/视频传输场景
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
@Inherited @Inherited

View File

@@ -15,7 +15,7 @@ import org.redkale.util.*;
/** /**
* *
* <p> 详情见: http://www.redkale.org * <p> 详情见: http://redkale.org
* @author zhangjx * @author zhangjx
*/ */
public final class WebSocketEngine { public final class WebSocketEngine {

View File

@@ -13,7 +13,7 @@ import java.util.stream.Stream;
/** /**
* *
* <p> * <p>
* 详情见: http://www.redkale.org * 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
*/ */

Some files were not shown because too many files have changed in this diff Show More