跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractFlow<T> - org.indunet.fastproto.pipeline中的类
Abstract flow.
AbstractFlow() - 类 的构造器org.indunet.fastproto.pipeline.AbstractFlow
 
AddressingException - org.indunet.fastproto.exception中的异常错误
 
AddressingException() - 异常错误 的构造器org.indunet.fastproto.exception.AddressingException
 
AddressingException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.AddressingException
 
AddressingException(String) - 异常错误 的构造器org.indunet.fastproto.exception.AddressingException
 
AddressingException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.AddressingException
 
AddressingException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.AddressingException
 
algorithm - 类 中的变量org.indunet.fastproto.crypto.StandardCrypto
 
ARRAY_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
ArrayDecoder - org.indunet.fastproto.decoder中的类
Array decoder.
ArrayDecoder() - 类 的构造器org.indunet.fastproto.decoder.ArrayDecoder
 
ArrayEncoder - org.indunet.fastproto.encoder中的类
Array encoder.
ArrayEncoder() - 类 的构造器org.indunet.fastproto.encoder.ArrayEncoder
 
ArrayFlow - org.indunet.fastproto.pipeline.validate中的类
Array type validation flow.
ArrayFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.ArrayFlow
 
ArrayType - org.indunet.fastproto.annotation.type中的注释类型
Array type.
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ArrayType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BinaryType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.CharacterType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DateType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.EnumType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer16Type
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer8Type
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ListType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.StringType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.TimestampType
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger16Type
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger32Type
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger64Type
 
AUTO_TYPE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger8Type
 
AutoType - org.indunet.fastproto.annotation.type中的注释类型
Auto type, infer by the field type, support all Java primitive type and their wrapper classes.
autoType - 枚举 中的变量org.indunet.fastproto.ProtocolType
 

B

BinaryDecoder - org.indunet.fastproto.decoder中的类
Binary type decoder.
BinaryDecoder() - 类 的构造器org.indunet.fastproto.decoder.BinaryDecoder
 
binaryDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
BinaryEncoder - org.indunet.fastproto.encoder中的类
Binary type encoder.
BinaryEncoder() - 类 的构造器org.indunet.fastproto.encoder.BinaryEncoder
 
binaryEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
BinaryType - org.indunet.fastproto.annotation.type中的注释类型
Binary type, corresponding to Java byte array.
binaryType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
binaryType(byte[], int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
binaryType(byte[], int, int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
BIT_OFFSET_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
bitOffset - 类 中的变量org.indunet.fastproto.TypeAssist
 
bitOffset(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
BooleanDecoder - org.indunet.fastproto.decoder中的类
Boolean type decoder.
BooleanDecoder() - 类 的构造器org.indunet.fastproto.decoder.BooleanDecoder
 
booleanDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
BooleanEncoder - org.indunet.fastproto.encoder中的类
Boolean type encoder.
BooleanEncoder() - 类 的构造器org.indunet.fastproto.encoder.BooleanEncoder
 
booleanEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
BooleanType - org.indunet.fastproto.annotation.type中的注释类型
Boolean type, corresponding to Java Boolean/boolean.
booleanType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
booleanType(byte[], int, int, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
byAutoType(Type) - 枚举 中的静态方法org.indunet.fastproto.ProtocolType
 
byClass(Class<?>) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
byName(String) - 枚举 中的静态方法org.indunet.fastproto.compress.CompressPolicy
 
byName(String) - 枚举 中的静态方法org.indunet.fastproto.EndianPolicy
 
BYTE_OFFSET_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
ByteDecoder - org.indunet.fastproto.decoder中的类
Byte type decoder.
ByteDecoder() - 类 的构造器org.indunet.fastproto.decoder.ByteDecoder
 
byteDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
ByteEncoder - org.indunet.fastproto.encoder中的类
Byte type encoder.
ByteEncoder() - 类 的构造器org.indunet.fastproto.encoder.ByteEncoder
 
byteEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
byteOffset - 类 中的变量org.indunet.fastproto.TypeAssist
 
byteOffset(int, int) - 类 中的静态方法org.indunet.fastproto.util.ReverseUtils
 
byteOffset(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
ByteType - org.indunet.fastproto.annotation.type中的注释类型
Byte type, corresponding to Java Byte/byte.
byteType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
byteType(byte[], int, byte) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

C

CharacterDecoder - org.indunet.fastproto.decoder中的类
Character type decoder.
CharacterDecoder() - 类 的构造器org.indunet.fastproto.decoder.CharacterDecoder
 
characterDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
CharacterEncoder - org.indunet.fastproto.encoder中的类
Character type encoder.
CharacterEncoder() - 类 的构造器org.indunet.fastproto.encoder.CharacterEncoder
 
characterEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
CharacterType - org.indunet.fastproto.annotation.type中的注释类型
Character type, corresponding to Java Character/char.
characterType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
characterType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
characterType(byte[], int, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
characterType(byte[], int, EndianPolicy, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
Checker - org.indunet.fastproto.checksum中的接口
 
checker - 类 中的静态变量org.indunet.fastproto.checksum.Crc32Checker
 
checkers - 类 中的静态变量org.indunet.fastproto.checksum.Crc16Checker
 
checkers - 类 中的静态变量org.indunet.fastproto.checksum.Crc8Checker
 
CheckerUtils - org.indunet.fastproto.checksum中的类
 
CheckerUtils() - 类 的构造器org.indunet.fastproto.checksum.CheckerUtils
 
CheckPolicy - org.indunet.fastproto.checksum中的枚举
 
CheckPolicy() - 枚举 的构造器org.indunet.fastproto.checksum.CheckPolicy
 
CheckSumException - org.indunet.fastproto.exception中的异常错误
 
CheckSumException() - 异常错误 的构造器org.indunet.fastproto.exception.CheckSumException
 
CheckSumException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.CheckSumException
 
CheckSumException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CheckSumException
 
CheckSumException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CheckSumException
 
CheckSumException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CheckSumException
 
ciphers - 类 中的静态变量org.indunet.fastproto.crypto.StandardCrypto
 
circularReference - 类 中的变量org.indunet.fastproto.TypeAssist
 
clazz - 类 中的变量org.indunet.fastproto.kafka.ProtocolSerializer
 
clazz - 类 中的变量org.indunet.fastproto.TypeAssist
 
code - 枚举 中的变量org.indunet.fastproto.compress.CompressPolicy
 
code - 枚举 中的变量org.indunet.fastproto.EndianPolicy
 
CodecContext - org.indunet.fastproto.pipeline中的类
Codec Context.
CodecContext() - 类 的构造器org.indunet.fastproto.pipeline.CodecContext
 
CodecError - org.indunet.fastproto.exception中的枚举
 
CodecError() - 枚举 的构造器org.indunet.fastproto.exception.CodecError
 
CodecException - org.indunet.fastproto.exception中的异常错误
Codec exception.
CodecException() - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CodecException
 
CodecFeature - org.indunet.fastproto中的类
Codec Feature.
CodecFeature() - 类 的构造器org.indunet.fastproto.CodecFeature
 
codecFeature - 类 中的变量org.indunet.fastproto.pipeline.CodecContext
 
codecFeature - 类 中的变量org.indunet.fastproto.TypeAssist
 
compress(byte[]) - 接口 中的方法org.indunet.fastproto.compress.Compressor
 
compress(byte[]) - 类 中的方法org.indunet.fastproto.compress.DeflateCompressor
Compress with gzip.
compress(byte[]) - 类 中的方法org.indunet.fastproto.compress.GzipCompressor
Compress with gzip.
compress(byte[]) - 类 中的方法org.indunet.fastproto.compress.Lz4Compressor
 
compress(byte[]) - 类 中的方法org.indunet.fastproto.compress.SnappyCompressor
 
COMPRESS_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
CompressException - org.indunet.fastproto.exception中的异常错误
 
CompressException() - 异常错误 的构造器org.indunet.fastproto.exception.CompressException
 
CompressException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.CompressException
 
CompressException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CompressException
 
CompressException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CompressException
 
CompressException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CompressException
 
CompressFlow - org.indunet.fastproto.pipeline.encode中的类
Compress flow.
CompressFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.CompressFlow
 
Compressor - org.indunet.fastproto.compress中的接口
 
compressor - 类 中的静态变量org.indunet.fastproto.compress.GzipCompressor
 
compressors - 类 中的静态变量org.indunet.fastproto.compress.DeflateCompressor
 
CompressPolicy - org.indunet.fastproto.compress中的枚举
 
CompressPolicy() - 枚举 的构造器org.indunet.fastproto.compress.CompressPolicy
 
configure(Map, boolean) - 类 中的方法org.indunet.fastproto.kafka.ProtocolDeserializer
 
configure(Map<String, ?>, boolean) - 类 中的方法org.indunet.fastproto.kafka.ProtocolSerializer
 
Crc16Checker - org.indunet.fastproto.checksum中的类
 
Crc16Checker(int) - 类 的构造器org.indunet.fastproto.checksum.Crc16Checker
 
Crc32Checker - org.indunet.fastproto.checksum中的类
 
Crc32Checker() - 类 的构造器org.indunet.fastproto.checksum.Crc32Checker
 
Crc8Checker - org.indunet.fastproto.checksum中的类
 
Crc8Checker(int) - 类 的构造器org.indunet.fastproto.checksum.Crc8Checker
 
Crypto - org.indunet.fastproto.crypto中的接口
Crypto.
CryptoException - org.indunet.fastproto.exception中的异常错误
Crypto exception.
CryptoException() - 异常错误 的构造器org.indunet.fastproto.exception.CryptoException
 
CryptoException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.CryptoException
 
CryptoException(String) - 异常错误 的构造器org.indunet.fastproto.exception.CryptoException
 
CryptoException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CryptoException
 
CryptoException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.CryptoException
 
CryptoPolicy - org.indunet.fastproto.crypto中的枚举
Crypto Policy.
CryptoPolicy() - 枚举 的构造器org.indunet.fastproto.crypto.CryptoPolicy
 

D

datagram - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
datagram - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
datagram - 类 中的变量org.indunet.fastproto.pipeline.CodecContext
 
DATAGRAM_LENGTH_KEY - 类 中的静态变量org.indunet.fastproto.kafka.ProtocolKafkaHelper
 
DateDecoder - org.indunet.fastproto.decoder中的类
Date type encoder.
DateDecoder() - 类 的构造器org.indunet.fastproto.decoder.DateDecoder
 
DateEncoder - org.indunet.fastproto.encoder中的类
Date type encoder.
DateEncoder() - 类 的构造器org.indunet.fastproto.encoder.DateEncoder
 
DateType - org.indunet.fastproto.annotation.type中的注释类型
Date type, corresponding to Java java.util.Date
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ArrayDecoder
 
decode(byte[], int, int, ProtocolType, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.ArrayDecoder
 
decode(byte[], int, int, ProtocolType, EndianPolicy, boolean) - 类 中的方法org.indunet.fastproto.decoder.ArrayDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.BinaryDecoder
 
decode(byte[], int, int) - 类 中的方法org.indunet.fastproto.decoder.BinaryDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.BooleanDecoder
 
decode(byte[], int, int) - 类 中的方法org.indunet.fastproto.decoder.BooleanDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ByteDecoder
 
decode(byte[], int) - 类 中的方法org.indunet.fastproto.decoder.ByteDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.CharacterDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.CharacterDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.DateDecoder
 
decode(byte[], int, ProtocolType, EndianPolicy, TimeUnit) - 类 中的方法org.indunet.fastproto.decoder.DateDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.DoubleDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.DoubleDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.EnumDecoder
 
decode(byte[], int, EndianPolicy, ProtocolType, String, Class<T>) - 类 中的方法org.indunet.fastproto.decoder.EnumDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.FloatDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.FloatDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.Integer16Decoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.Integer16Decoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.Integer8Decoder
 
decode(byte[], int) - 类 中的方法org.indunet.fastproto.decoder.Integer8Decoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.IntegerDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.IntegerDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ListDecoder
 
decode(byte[], int, int, ProtocolType, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.ListDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.LongDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.LongDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.ShortDecoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.ShortDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.StringDecoder
 
decode(byte[], int, int, Charset) - 类 中的方法org.indunet.fastproto.decoder.StringDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.TimestampDecoder
 
decode(byte[], int, ProtocolType, EndianPolicy, TimeUnit) - 类 中的方法org.indunet.fastproto.decoder.TimestampDecoder
 
decode(DecodeContext) - 接口 中的方法org.indunet.fastproto.decoder.TypeDecoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.UInteger16Decoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.UInteger16Decoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.UInteger32Decoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.UInteger32Decoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.UInteger64Decoder
 
decode(byte[], int, EndianPolicy) - 类 中的方法org.indunet.fastproto.decoder.UInteger64Decoder
 
decode(DecodeContext) - 类 中的方法org.indunet.fastproto.decoder.UInteger8Decoder
 
decode(byte[], int) - 类 中的方法org.indunet.fastproto.decoder.UInteger8Decoder
 
decode(ChannelHandlerContext, ByteBuf, List) - 类 中的方法org.indunet.fastproto.netty.ProtocolCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法org.indunet.fastproto.netty.ProtocolDecoder
 
decode(byte[], TypeAssist) - 类 中的静态方法org.indunet.fastproto.ProtocolVersionAssist
 
DECODE_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
DECODE_FORMULA_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
DECODE_FORMULA_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
DecodeContext - org.indunet.fastproto.decoder中的类
The context of type decoder.
DecodeContext() - 类 的构造器org.indunet.fastproto.decoder.DecodeContext
 
DecodeException - org.indunet.fastproto.exception中的异常错误
Decode exception.
DecodeException() - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(String) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeException
 
DecodeFlow - org.indunet.fastproto.pipeline.decode中的类
Decode flow.
DecodeFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.DecodeFlow
 
decodeFlowClasses - 类 中的静态变量org.indunet.fastproto.pipeline.AbstractFlow
 
decodeFlows - 类 中的静态变量org.indunet.fastproto.pipeline.AbstractFlow
 
decodeFormula - 类 中的变量org.indunet.fastproto.pipeline.ValidationContext
 
decodeFormula - 类 中的变量org.indunet.fastproto.TypeAssist
 
decodeFormula(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
DecodeFormulaException - org.indunet.fastproto.exception中的异常错误
 
DecodeFormulaException() - 异常错误 的构造器org.indunet.fastproto.exception.DecodeFormulaException
 
DecodeFormulaException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeFormulaException
 
DecodeFormulaException(String) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeFormulaException
 
DecodeFormulaException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeFormulaException
 
DecodeFormulaException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.DecodeFormulaException
 
DecodeFormulaFlow - org.indunet.fastproto.pipeline.validate中的类
Decode formula validation flow.
DecodeFormulaFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.DecodeFormulaFlow
 
DecodeIgnore - org.indunet.fastproto.annotation中的注释类型
 
decodeIgnore - 类 中的变量org.indunet.fastproto.TypeAssist
 
Decoder - org.indunet.fastproto.annotation中的注释类型
Specify type decoder.
decoder - 类 中的变量org.indunet.fastproto.TypeAssist
 
decoderClass - 类 中的变量org.indunet.fastproto.TypeAssist
 
DecoderFactory - org.indunet.fastproto.decoder中的类
 
DecoderFactory() - 类 的构造器org.indunet.fastproto.decoder.DecoderFactory
 
decoders - 类 中的静态变量org.indunet.fastproto.decoder.DecoderFactory
 
DecodeUtils - org.indunet.fastproto.util中的类
Decode utils.
DecodeUtils() - 类 的构造器org.indunet.fastproto.util.DecodeUtils
 
decrypt(byte[], byte[]) - 接口 中的方法org.indunet.fastproto.crypto.Crypto
 
decrypt(byte[], byte[]) - 类 中的方法org.indunet.fastproto.crypto.StandardCrypto
 
DECRYPT_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
DecryptFlow - org.indunet.fastproto.pipeline.decode中的类
Decrypt flow.
DecryptFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.DecryptFlow
 
DEFAULT - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
defaultPoly - 类 中的静态变量org.indunet.fastproto.checksum.Crc16Checker
 
defaultPoly - 类 中的静态变量org.indunet.fastproto.checksum.Crc8Checker
 
DeflateCompressor - org.indunet.fastproto.compress中的类
 
DeflateCompressor(int) - 类 的构造器org.indunet.fastproto.compress.DeflateCompressor
 
deserialize(String, byte[]) - 类 中的方法org.indunet.fastproto.kafka.ProtocolDeserializer
 
DESERIALIZER_NAME_VALUE - 类 中的静态变量org.indunet.fastproto.kafka.ProtocolKafkaHelper
 
dfsDecode(byte[], TypeAssist) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
DISABLE_CHECKSUM - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
DISABLE_COMPRESS - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
DISABLE_CRYPTO - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
DISABLE_FIXED_LENGTH - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
DISABLE_PROTOCOL_VERSION - 类 中的静态变量org.indunet.fastproto.CodecFeature
 
DoubleDecoder - org.indunet.fastproto.decoder中的类
Double type decoder.
DoubleDecoder() - 类 的构造器org.indunet.fastproto.decoder.DoubleDecoder
 
doubleDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
DoubleEncoder - org.indunet.fastproto.encoder中的类
Double type encoder.
DoubleEncoder() - 类 的构造器org.indunet.fastproto.encoder.DoubleEncoder
 
doubleEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
DoubleType - org.indunet.fastproto.annotation.type中的注释类型
Double type, corresponding to Java Double/double.
doubleType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
doubleType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
doubleType(byte[], int, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
doubleType(byte[], int, EndianPolicy, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

E

elements - 类 中的变量org.indunet.fastproto.TypeAssist
 
elementType - 类 中的变量org.indunet.fastproto.TypeAssist
 
EnableChecksum - org.indunet.fastproto.annotation中的注释类型
 
enableChecksum - 类 中的变量org.indunet.fastproto.TypeAssist
 
EnableCompress - org.indunet.fastproto.annotation中的注释类型
Enable compress when encode and decompress when decode.
enableCompress - 类 中的变量org.indunet.fastproto.TypeAssist
 
EnableCrypto - org.indunet.fastproto.annotation中的注释类型
 
enableCrypto - 类 中的变量org.indunet.fastproto.TypeAssist
 
EnableFixedLength - org.indunet.fastproto.annotation中的注释类型
Enable fixed length.
EnableProtocolVersion - org.indunet.fastproto.annotation中的注释类型
 
enableProtocolVersion - 类 中的变量org.indunet.fastproto.TypeAssist
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ArrayEncoder
 
encode(byte[], int, int, ProtocolType, EndianPolicy, Object) - 类 中的方法org.indunet.fastproto.encoder.ArrayEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.BinaryEncoder
 
encode(byte[], int, int, byte[]) - 类 中的方法org.indunet.fastproto.encoder.BinaryEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.BooleanEncoder
 
encode(byte[], int, int, boolean) - 类 中的方法org.indunet.fastproto.encoder.BooleanEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ByteEncoder
 
encode(byte[], int, byte) - 类 中的方法org.indunet.fastproto.encoder.ByteEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.CharacterEncoder
 
encode(byte[], int, EndianPolicy, char) - 类 中的方法org.indunet.fastproto.encoder.CharacterEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.DateEncoder
 
encode(byte[], int, ProtocolType, EndianPolicy, TimeUnit, Date) - 类 中的方法org.indunet.fastproto.encoder.DateEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.DoubleEncoder
 
encode(byte[], int, EndianPolicy, double) - 类 中的方法org.indunet.fastproto.encoder.DoubleEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.EnumEncoder
 
encode(byte[], int, EndianPolicy, ProtocolType, String, T) - 类 中的方法org.indunet.fastproto.encoder.EnumEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.FloatEncoder
 
encode(byte[], int, EndianPolicy, float) - 类 中的方法org.indunet.fastproto.encoder.FloatEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.Integer16Encoder
 
encode(byte[], int, EndianPolicy, int) - 类 中的方法org.indunet.fastproto.encoder.Integer16Encoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.Integer8Encoder
 
encode(byte[], int, int) - 类 中的方法org.indunet.fastproto.encoder.Integer8Encoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.IntegerEncoder
 
encode(byte[], int, EndianPolicy, int) - 类 中的方法org.indunet.fastproto.encoder.IntegerEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ListEncoder
 
encode(byte[], int, int, ProtocolType, EndianPolicy, List<?>) - 类 中的方法org.indunet.fastproto.encoder.ListEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.LongEncoder
 
encode(byte[], int, EndianPolicy, long) - 类 中的方法org.indunet.fastproto.encoder.LongEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.ShortEncoder
 
encode(byte[], int, EndianPolicy, short) - 类 中的方法org.indunet.fastproto.encoder.ShortEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.StringEncoder
 
encode(byte[], int, int, Charset, String) - 类 中的方法org.indunet.fastproto.encoder.StringEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.TimestampEncoder
 
encode(byte[], int, ProtocolType, EndianPolicy, TimeUnit, Timestamp) - 类 中的方法org.indunet.fastproto.encoder.TimestampEncoder
 
encode(EncodeContext) - 接口 中的方法org.indunet.fastproto.encoder.TypeEncoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.UInteger16Encoder
 
encode(byte[], int, EndianPolicy, int) - 类 中的方法org.indunet.fastproto.encoder.UInteger16Encoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.UInteger32Encoder
 
encode(byte[], int, EndianPolicy, long) - 类 中的方法org.indunet.fastproto.encoder.UInteger32Encoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.UInteger64Encoder
 
encode(byte[], int, EndianPolicy, BigInteger) - 类 中的方法org.indunet.fastproto.encoder.UInteger64Encoder
 
encode(EncodeContext) - 类 中的方法org.indunet.fastproto.encoder.UInteger8Encoder
 
encode(byte[], int, int) - 类 中的方法org.indunet.fastproto.encoder.UInteger8Encoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - 类 中的方法org.indunet.fastproto.netty.ProtocolCodec
 
encode(ChannelHandlerContext, Object, ByteBuf) - 类 中的方法org.indunet.fastproto.netty.ProtocolEncoder
 
encode(byte[], TypeAssist) - 类 中的静态方法org.indunet.fastproto.ProtocolVersionAssist
 
ENCODE_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
ENCODE_FORMULA_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
ENCODE_FORMULA_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
EncodeContext - org.indunet.fastproto.encoder中的类
 
EncodeContext() - 类 的构造器org.indunet.fastproto.encoder.EncodeContext
 
EncodeException - org.indunet.fastproto.exception中的异常错误
Encode exception.
EncodeException() - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(String) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeException
 
EncodeFlow - org.indunet.fastproto.pipeline.encode中的类
Encode flow.
EncodeFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.EncodeFlow
 
encodeFlowClasses - 类 中的静态变量org.indunet.fastproto.pipeline.AbstractFlow
 
encodeFlows - 类 中的静态变量org.indunet.fastproto.pipeline.AbstractFlow
 
encodeFormula - 类 中的变量org.indunet.fastproto.pipeline.ValidationContext
 
encodeFormula - 类 中的变量org.indunet.fastproto.TypeAssist
 
encodeFormula(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
EncodeFormulaException - org.indunet.fastproto.exception中的异常错误
 
EncodeFormulaException() - 异常错误 的构造器org.indunet.fastproto.exception.EncodeFormulaException
 
EncodeFormulaException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeFormulaException
 
EncodeFormulaException(String) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeFormulaException
 
EncodeFormulaException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeFormulaException
 
EncodeFormulaException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.EncodeFormulaException
 
EncodeFormulaFlow - org.indunet.fastproto.pipeline.validate中的类
Encode formula validation flow.
EncodeFormulaFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.EncodeFormulaFlow
 
EncodeIgnore - org.indunet.fastproto.annotation中的注释类型
 
encodeIgnore - 类 中的变量org.indunet.fastproto.TypeAssist
 
Encoder - org.indunet.fastproto.annotation中的注释类型
Specify type decoder.
encoder - 类 中的变量org.indunet.fastproto.TypeAssist
 
encoderClass - 类 中的变量org.indunet.fastproto.TypeAssist
 
EncoderFactory - org.indunet.fastproto.encoder中的类
 
EncoderFactory() - 类 的构造器org.indunet.fastproto.encoder.EncoderFactory
 
encoders - 类 中的静态变量org.indunet.fastproto.encoder.EncoderFactory
 
EncodeUtils - org.indunet.fastproto.util中的类
Encode utils.
EncodeUtils() - 类 的构造器org.indunet.fastproto.util.EncodeUtils
 
encrypt(byte[], byte[]) - 接口 中的方法org.indunet.fastproto.crypto.Crypto
 
encrypt(byte[], byte[]) - 类 中的方法org.indunet.fastproto.crypto.StandardCrypto
 
ENCRYPT_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
EncryptFlow - org.indunet.fastproto.pipeline.encode中的类
Encrypt flow.
EncryptFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.EncryptFlow
 
end() - 类 中的方法org.indunet.fastproto.pipeline.AbstractFlow
 
Endian - org.indunet.fastproto.annotation中的注释类型
Specify endian according to hardware platform.
EndianPolicy - org.indunet.fastproto中的枚举
Endian policy.
EndianPolicy() - 枚举 的构造器org.indunet.fastproto.EndianPolicy
 
endianPolicy(TypeAssist) - 类 中的静态方法org.indunet.fastproto.ProtocolVersionAssist
 
endianPolicy - 类 中的变量org.indunet.fastproto.TypeAssist
 
EnumDecoder<T extends Enum> - org.indunet.fastproto.decoder中的类
Enum type decoder.
EnumDecoder() - 类 的构造器org.indunet.fastproto.decoder.EnumDecoder
 
EnumEncoder - org.indunet.fastproto.encoder中的类
Enum type encoder.
EnumEncoder() - 类 的构造器org.indunet.fastproto.encoder.EnumEncoder
 
EnumType - org.indunet.fastproto.annotation.type中的注释类型
Float type, corresponding to Java Float/float.

F

FastProto - org.indunet.fastproto中的类
FastProto API.
FastProto() - 类 的构造器org.indunet.fastproto.FastProto
 
field - 类 中的变量org.indunet.fastproto.pipeline.ValidationContext
 
field - 类 中的变量org.indunet.fastproto.TypeAssist
 
FIELD_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
FieldFlow - org.indunet.fastproto.pipeline.validate中的类
Abstract flow.
FieldFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.FieldFlow
 
FIXED_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
fixedLength - 类 中的变量org.indunet.fastproto.TypeAssist
 
FixedLengthException - org.indunet.fastproto.exception中的异常错误
 
FixedLengthException() - 异常错误 的构造器org.indunet.fastproto.exception.FixedLengthException
 
FixedLengthException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.FixedLengthException
 
FixedLengthException(String) - 异常错误 的构造器org.indunet.fastproto.exception.FixedLengthException
 
FixedLengthException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.FixedLengthException
 
FixedLengthException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.FixedLengthException
 
FixedLengthFlow - org.indunet.fastproto.pipeline.encode中的类
Codec Context.
FixedLengthFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.FixedLengthFlow
 
FloatDecoder - org.indunet.fastproto.decoder中的类
Float type decoder.
FloatDecoder() - 类 的构造器org.indunet.fastproto.decoder.FloatDecoder
 
floatDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
FloatEncoder - org.indunet.fastproto.encoder中的类
Float type encoder.
FloatEncoder() - 类 的构造器org.indunet.fastproto.encoder.FloatEncoder
 
floatEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
FloatType - org.indunet.fastproto.annotation.type中的注释类型
Float type, corresponding to Java Float/float.
floatType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
floatType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
floatType(byte[], int, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
floatType(byte[], int, EndianPolicy, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
FlowCode - org.indunet.fastproto.pipeline中的类
Codec Context.
FlowCode() - 类 的构造器org.indunet.fastproto.pipeline.FlowCode
 
formula(Annotation, String) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
formulas - 类 中的静态变量org.indunet.fastproto.decoder.DecoderFactory
 
formulas - 类 中的静态变量org.indunet.fastproto.encoder.EncoderFactory
 

G

generateKey(byte[], int) - 类 中的方法org.indunet.fastproto.crypto.StandardCrypto
 
get(Class<?>) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
getCode(byte[], int, EndianPolicy, ProtocolType) - 类 中的方法org.indunet.fastproto.decoder.EnumDecoder
 
getDecodeFlow(long) - 类 中的静态方法org.indunet.fastproto.pipeline.AbstractFlow
 
getDecoder(Class<? extends TypeDecoder>) - 类 中的静态方法org.indunet.fastproto.decoder.DecoderFactory
 
getDecoder(Class<? extends TypeDecoder>, Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.decoder.DecoderFactory
 
getEncodeFlow(long) - 类 中的静态方法org.indunet.fastproto.pipeline.AbstractFlow
 
getEncoder(Class<? extends TypeEncoder>) - 类 中的静态方法org.indunet.fastproto.encoder.EncoderFactory
 
getEndianPolicy() - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getEndianPolicy() - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 
getFlow(Class<? extends AbstractFlow>[], long) - 类 中的静态方法org.indunet.fastproto.pipeline.AbstractFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.AbstractFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.DecryptFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.UncompressFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyChecksumFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyFixedLengthFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyProtocolVersionFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.CompressFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.EncodeFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.EncryptFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.FixedLengthFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.InferLengthFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.WriteChecksumFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.encode.WriteProtocolVersionFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.ArrayFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.DecodeFormulaFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.EncodeFormulaFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.FieldFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.ListFlow
 
getFlowCode() - 类 中的方法org.indunet.fastproto.pipeline.validate.TimestampFlow
 
getFormula(Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.decoder.DecoderFactory
 
getFormula(Class<? extends Function>) - 类 中的静态方法org.indunet.fastproto.encoder.EncoderFactory
 
getInstance(EnableChecksum) - 接口 中的静态方法org.indunet.fastproto.checksum.Checker
 
getInstance() - 类 中的静态方法org.indunet.fastproto.checksum.Crc16Checker
 
getInstance(int) - 类 中的静态方法org.indunet.fastproto.checksum.Crc16Checker
 
getInstance() - 类 中的静态方法org.indunet.fastproto.checksum.Crc32Checker
 
getInstance() - 类 中的静态方法org.indunet.fastproto.checksum.Crc8Checker
 
getInstance(int) - 类 中的静态方法org.indunet.fastproto.checksum.Crc8Checker
 
getInstance(EnableCompress) - 接口 中的静态方法org.indunet.fastproto.compress.Compressor
 
getInstance(int) - 类 中的静态方法org.indunet.fastproto.compress.DeflateCompressor
 
getInstance() - 类 中的静态方法org.indunet.fastproto.compress.GzipCompressor
 
getInstance(EnableCrypto) - 接口 中的静态方法org.indunet.fastproto.crypto.Crypto
 
getInstance(CryptoPolicy) - 接口 中的静态方法org.indunet.fastproto.crypto.Crypto
 
getInstance(CryptoPolicy) - 类 中的静态方法org.indunet.fastproto.crypto.StandardCrypto
 
getObject(Class<T>) - 类 中的方法org.indunet.fastproto.pipeline.CodecContext
 
getObject(Class<T>) - 类 中的方法org.indunet.fastproto.TypeAssist
 
getProxyTypeAnnotation(Field) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
getSize() - 接口 中的方法org.indunet.fastproto.checksum.Checker
 
getSize(Class<?>) - 类 中的静态方法org.indunet.fastproto.checksum.CheckerUtils
 
getSize() - 类 中的方法org.indunet.fastproto.checksum.Crc16Checker
 
getSize() - 类 中的方法org.indunet.fastproto.checksum.Crc32Checker
 
getSize() - 类 中的方法org.indunet.fastproto.checksum.Crc8Checker
 
getTypeAnnotation(Class<T>) - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getTypeAnnotation() - 类 中的方法org.indunet.fastproto.decoder.DecodeContext
 
getTypeAnnotation(Class<T>) - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 
getTypeAnnotation(Field) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
getTypeAnnotationClass(Field) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
getValidateFlow() - 类 中的静态方法org.indunet.fastproto.pipeline.AbstractFlow
 
getValue(byte[], int, int) - 类 中的方法org.indunet.fastproto.checksum.Crc16Checker
 
getValue(byte[], int, int) - 类 中的方法org.indunet.fastproto.checksum.Crc32Checker
 
getValue(byte[], int, int) - 类 中的方法org.indunet.fastproto.checksum.Crc8Checker
 
getValue(Class<T>) - 类 中的方法org.indunet.fastproto.encoder.EncodeContext
 
GzipCompressor - org.indunet.fastproto.compress中的类
Compress or decompress with gzip.
GzipCompressor() - 类 的构造器org.indunet.fastproto.compress.GzipCompressor
 

H

hasElement() - 类 中的方法org.indunet.fastproto.TypeAssist
 

I

IllegalValueException - org.indunet.fastproto.exception中的异常错误
 
IllegalValueException() - 异常错误 的构造器org.indunet.fastproto.exception.IllegalValueException
 
IllegalValueException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.IllegalValueException
 
IllegalValueException(String) - 异常错误 的构造器org.indunet.fastproto.exception.IllegalValueException
 
IllegalValueException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.IllegalValueException
 
IllegalValueException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.IllegalValueException
 
INFER_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
InferLengthFlow - org.indunet.fastproto.pipeline.encode中的类
Infer length flow.
InferLengthFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.InferLengthFlow
 
instance - 类 中的静态变量org.indunet.fastproto.TypeAssist
 
Integer16Decoder - org.indunet.fastproto.decoder中的类
Integer type decoder.
Integer16Decoder() - 类 的构造器org.indunet.fastproto.decoder.Integer16Decoder
 
integer16Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
Integer16Encoder - org.indunet.fastproto.encoder中的类
Integer16 type encoder.
Integer16Encoder() - 类 的构造器org.indunet.fastproto.encoder.Integer16Encoder
 
integer16Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
Integer16Type - org.indunet.fastproto.annotation.type中的注释类型
Integer16 type, corresponding to Java Integer/int.
integer16Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integer16Type(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integer16Type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
integer16Type(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
Integer8Decoder - org.indunet.fastproto.decoder中的类
Integer type decoder.
Integer8Decoder() - 类 的构造器org.indunet.fastproto.decoder.Integer8Decoder
 
integer8Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
Integer8Encoder - org.indunet.fastproto.encoder中的类
Integer8 type encoder.
Integer8Encoder() - 类 的构造器org.indunet.fastproto.encoder.Integer8Encoder
 
integer8Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
Integer8Type - org.indunet.fastproto.annotation.type中的注释类型
Integer8 type, corresponding to Java Integer/int.
integer8Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integer8Type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
IntegerDecoder - org.indunet.fastproto.decoder中的类
Integer type decoder.
IntegerDecoder() - 类 的构造器org.indunet.fastproto.decoder.IntegerDecoder
 
integerDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
IntegerEncoder - org.indunet.fastproto.encoder中的类
Integer type encoder.
IntegerEncoder() - 类 的构造器org.indunet.fastproto.encoder.IntegerEncoder
 
integerEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
IntegerType - org.indunet.fastproto.annotation.type中的注释类型
Integer type, corresponding to Java Integer/int.
integerType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integerType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
integerType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
integerType(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 

J

JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ArrayType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BinaryType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.CharacterType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DateType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.EnumType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer16Type
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer8Type
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ListType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.StringType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.TimestampType
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger16Type
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger32Type
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger64Type
 
JAVA_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger8Type
 
JAVA_TYPES_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
javaType() - 枚举 中的方法org.indunet.fastproto.ProtocolType
 
javaTypes() - 枚举 中的方法org.indunet.fastproto.ProtocolType
 
javaTypes(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
javaTypes(Class<? extends Annotation>) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 

K

key - 类 中的变量org.indunet.fastproto.TypeAssist
 
keyLength - 枚举 中的变量org.indunet.fastproto.crypto.CryptoPolicy
 
keyLength - 类 中的变量org.indunet.fastproto.crypto.StandardCrypto
 

L

length - 类 中的变量org.indunet.fastproto.kafka.ProtocolSerializer
 
length - 类 中的变量org.indunet.fastproto.netty.ProtocolCodec
 
length - 类 中的变量org.indunet.fastproto.netty.ProtocolEncoder
 
length - 类 中的变量org.indunet.fastproto.TypeAssist
 
length(int, int, int) - 类 中的静态方法org.indunet.fastproto.util.ReverseUtils
 
length(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
LENGTH_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
level - 类 中的变量org.indunet.fastproto.compress.DeflateCompressor
 
linearDecode(byte[], TypeAssist) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
LIST_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
ListDecoder - org.indunet.fastproto.decoder中的类
List type.
ListDecoder() - 类 的构造器org.indunet.fastproto.decoder.ListDecoder
 
ListEncoder - org.indunet.fastproto.encoder中的类
List type.
ListEncoder() - 类 的构造器org.indunet.fastproto.encoder.ListEncoder
 
ListFlow - org.indunet.fastproto.pipeline.validate中的类
Abstract flow.
ListFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.ListFlow
 
listToArray(List<?>, Object) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
ListType - org.indunet.fastproto.annotation.type中的注释类型
List type.
LongDecoder - org.indunet.fastproto.decoder中的类
Long type decoder.
LongDecoder() - 类 的构造器org.indunet.fastproto.decoder.LongDecoder
 
longDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
LongEncoder - org.indunet.fastproto.encoder中的类
Long type encoder.
LongEncoder() - 类 的构造器org.indunet.fastproto.encoder.LongEncoder
 
longEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
LongType - org.indunet.fastproto.annotation.type中的注释类型
Long type, corresponding to Java Long/long.
longType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
longType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
longType(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
longType(byte[], int, EndianPolicy, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
Lz4Compressor - org.indunet.fastproto.compress中的类
Compress or decompress with lz4.
Lz4Compressor() - 类 的构造器org.indunet.fastproto.compress.Lz4Compressor
 

M

MAX_BIT_OFFSET - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
MAX_LEVEL - 类 中的静态变量org.indunet.fastproto.compress.DeflateCompressor
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer16Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer8Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger16Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger32Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger64Type
 
MAX_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger8Type
 
message - 枚举 中的变量org.indunet.fastproto.exception.CodecError
 
message - 枚举 中的变量org.indunet.fastproto.kafka.ProtocolKafkaException.ProtoKafkaError
 
message - 枚举 中的变量org.indunet.fastproto.netty.ProtocolNettyException.ProtoNettyError
 
MIN_BIT_OFFSET - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
MIN_LEVEL - 类 中的静态变量org.indunet.fastproto.compress.DeflateCompressor
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer16Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer8Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger16Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger32Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger64Type
 
MIN_VALUE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger8Type
 

N

name - 枚举 中的变量org.indunet.fastproto.compress.CompressPolicy
 
name - 枚举 中的变量org.indunet.fastproto.EndianPolicy
 
next - 类 中的变量org.indunet.fastproto.pipeline.AbstractFlow
 
nextFlow(T) - 类 中的方法org.indunet.fastproto.pipeline.AbstractFlow
 
noArgsConstructor - 类 中的变量org.indunet.fastproto.TypeAssist
 
NON_INFER_LENGTH - 类 中的静态变量org.indunet.fastproto.CodecFeature
 

O

object - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
object - 类 中的变量org.indunet.fastproto.pipeline.CodecContext
 
objects - 类 中的静态变量org.indunet.fastproto.TypeAssist
 
of(TypeAssist) - 类 中的静态方法org.indunet.fastproto.CodecFeature
 
of(long...) - 类 中的静态方法org.indunet.fastproto.CodecFeature
 
org.indunet.fastproto - 程序包 org.indunet.fastproto
 
org.indunet.fastproto.annotation - 程序包 org.indunet.fastproto.annotation
 
org.indunet.fastproto.annotation.type - 程序包 org.indunet.fastproto.annotation.type
 
org.indunet.fastproto.checksum - 程序包 org.indunet.fastproto.checksum
 
org.indunet.fastproto.compress - 程序包 org.indunet.fastproto.compress
 
org.indunet.fastproto.crypto - 程序包 org.indunet.fastproto.crypto
 
org.indunet.fastproto.decoder - 程序包 org.indunet.fastproto.decoder
 
org.indunet.fastproto.encoder - 程序包 org.indunet.fastproto.encoder
 
org.indunet.fastproto.exception - 程序包 org.indunet.fastproto.exception
 
org.indunet.fastproto.kafka - 程序包 org.indunet.fastproto.kafka
 
org.indunet.fastproto.netty - 程序包 org.indunet.fastproto.netty
 
org.indunet.fastproto.pipeline - 程序包 org.indunet.fastproto.pipeline
 
org.indunet.fastproto.pipeline.decode - 程序包 org.indunet.fastproto.pipeline.decode
 
org.indunet.fastproto.pipeline.encode - 程序包 org.indunet.fastproto.pipeline.encode
 
org.indunet.fastproto.pipeline.validate - 程序包 org.indunet.fastproto.pipeline.validate
 
org.indunet.fastproto.util - 程序包 org.indunet.fastproto.util
 
OutOfBoundsException - org.indunet.fastproto.exception中的异常错误
 
OutOfBoundsException() - 异常错误 的构造器org.indunet.fastproto.exception.OutOfBoundsException
 
OutOfBoundsException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.OutOfBoundsException
 
OutOfBoundsException(String) - 异常错误 的构造器org.indunet.fastproto.exception.OutOfBoundsException
 
OutOfBoundsException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.OutOfBoundsException
 
OutOfBoundsException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.OutOfBoundsException
 

P

parent - 类 中的变量org.indunet.fastproto.TypeAssist
 
parseFrom(byte[], Class<T>) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert binary message into object.
parseFrom(byte[], Class<T>, long...) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert binary message into object.
poly - 枚举 中的变量org.indunet.fastproto.checksum.CheckPolicy
 
poly - 类 中的变量org.indunet.fastproto.checksum.Crc16Checker
 
poly - 类 中的变量org.indunet.fastproto.checksum.Crc8Checker
 
process(T) - 类 中的方法org.indunet.fastproto.pipeline.AbstractFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecodeFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.DecryptFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.UncompressFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyChecksumFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyFixedLengthFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.decode.VerifyProtocolVersionFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.CompressFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.EncodeFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.EncryptFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.FixedLengthFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.InferLengthFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.WriteChecksumFlow
 
process(CodecContext) - 类 中的方法org.indunet.fastproto.pipeline.encode.WriteProtocolVersionFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.ArrayFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.DecodeFormulaFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.EncodeFormulaFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.FieldFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.ListFlow
 
process(ValidationContext) - 类 中的方法org.indunet.fastproto.pipeline.validate.TimestampFlow
 
PROTOCOL_CLASS_KEY - 类 中的静态变量org.indunet.fastproto.kafka.ProtocolKafkaHelper
 
PROTOCOL_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ArrayType
 
PROTOCOL_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DateType
 
PROTOCOL_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ListType
 
PROTOCOL_TYPES - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.TimestampType
 
PROTOCOL_TYPES_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
protocolClass - 类 中的变量org.indunet.fastproto.kafka.ProtocolDeserializer
 
protocolClass - 类 中的变量org.indunet.fastproto.netty.ProtocolCodec
 
protocolClass - 类 中的变量org.indunet.fastproto.netty.ProtocolDecoder
 
protocolClass - 类 中的变量org.indunet.fastproto.pipeline.CodecContext
 
protocolClasses - 类 中的静态变量org.indunet.fastproto.TypeAssist
 
ProtocolCodec - org.indunet.fastproto.netty中的类
Netty codec.
ProtocolCodec(Class<?>) - 类 的构造器org.indunet.fastproto.netty.ProtocolCodec
 
ProtocolCodec(Class<?>, int) - 类 的构造器org.indunet.fastproto.netty.ProtocolCodec
 
ProtocolDecoder - org.indunet.fastproto.netty中的类
Netty decoder.
ProtocolDecoder(Class<?>) - 类 的构造器org.indunet.fastproto.netty.ProtocolDecoder
 
ProtocolDeserializer - org.indunet.fastproto.kafka中的类
 
ProtocolDeserializer() - 类 的构造器org.indunet.fastproto.kafka.ProtocolDeserializer
 
ProtocolEncoder - org.indunet.fastproto.netty中的类
Netty encoder.
ProtocolEncoder() - 类 的构造器org.indunet.fastproto.netty.ProtocolEncoder
 
ProtocolEncoder(int) - 类 的构造器org.indunet.fastproto.netty.ProtocolEncoder
 
ProtocolKafkaException - org.indunet.fastproto.kafka中的异常错误
 
ProtocolKafkaException() - 异常错误 的构造器org.indunet.fastproto.kafka.ProtocolKafkaException
 
ProtocolKafkaException(ProtocolKafkaException.ProtoKafkaError) - 异常错误 的构造器org.indunet.fastproto.kafka.ProtocolKafkaException
 
ProtocolKafkaException(String) - 异常错误 的构造器org.indunet.fastproto.kafka.ProtocolKafkaException
 
ProtocolKafkaException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.kafka.ProtocolKafkaException
 
ProtocolKafkaException.ProtoKafkaError - org.indunet.fastproto.kafka中的枚举
 
ProtocolKafkaHelper - org.indunet.fastproto.kafka中的类
 
ProtocolKafkaHelper() - 类 的构造器org.indunet.fastproto.kafka.ProtocolKafkaHelper
 
ProtocolNettyException - org.indunet.fastproto.netty中的异常错误
FastProto netty exception.
ProtocolNettyException(ProtocolNettyException.ProtoNettyError) - 异常错误 的构造器org.indunet.fastproto.netty.ProtocolNettyException
 
ProtocolNettyException(ProtocolNettyException.ProtoNettyError, Throwable) - 异常错误 的构造器org.indunet.fastproto.netty.ProtocolNettyException
 
ProtocolNettyException(String) - 异常错误 的构造器org.indunet.fastproto.netty.ProtocolNettyException
 
ProtocolNettyException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.netty.ProtocolNettyException
 
ProtocolNettyException.ProtoNettyError - org.indunet.fastproto.netty中的枚举
 
ProtocolSerializer - org.indunet.fastproto.kafka中的类
 
ProtocolSerializer() - 类 的构造器org.indunet.fastproto.kafka.ProtocolSerializer
 
ProtocolType - org.indunet.fastproto中的枚举
 
ProtocolType() - 枚举 的构造器org.indunet.fastproto.ProtocolType
 
protocolTypes(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
ProtocolVersionAssist - org.indunet.fastproto中的类
Protocol version assist.
ProtocolVersionAssist() - 类 的构造器org.indunet.fastproto.ProtocolVersionAssist
 
ProtocolVersionException - org.indunet.fastproto.exception中的异常错误
 
ProtocolVersionException() - 异常错误 的构造器org.indunet.fastproto.exception.ProtocolVersionException
 
ProtocolVersionException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.ProtocolVersionException
 
ProtocolVersionException(String) - 异常错误 的构造器org.indunet.fastproto.exception.ProtocolVersionException
 
ProtocolVersionException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.ProtocolVersionException
 
ProtocolVersionException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.ProtocolVersionException
 
ProtoKafkaError() - 枚举 的构造器org.indunet.fastproto.kafka.ProtocolKafkaException.ProtoKafkaError
 
ProtoNettyError() - 枚举 的构造器org.indunet.fastproto.netty.ProtocolNettyException.ProtoNettyError
 

R

resolveClass(Class<?>) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
resolveField(Field) - 类 中的静态方法org.indunet.fastproto.TypeAssist
 
ReverseUtils - org.indunet.fastproto.util中的类
Reverse address.
ReverseUtils() - 类 的构造器org.indunet.fastproto.util.ReverseUtils
 

S

serialize(String, Object) - 类 中的方法org.indunet.fastproto.kafka.ProtocolSerializer
 
SERIALIZER_NAME_VALUE - 类 中的静态变量org.indunet.fastproto.kafka.ProtocolKafkaHelper
 
setNext(AbstractFlow<T>) - 类 中的方法org.indunet.fastproto.pipeline.AbstractFlow
 
setValue(byte[], Class<?>) - 接口 中的方法org.indunet.fastproto.checksum.Checker
 
setValue(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc16Checker
 
setValue(byte[], int, int, int, EndianPolicy) - 类 中的方法org.indunet.fastproto.checksum.Crc16Checker
 
setValue(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc32Checker
 
setValue(byte[], int, int, int, EndianPolicy) - 类 中的方法org.indunet.fastproto.checksum.Crc32Checker
 
setValue(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc8Checker
 
setValue(byte[], int, int, int) - 类 中的方法org.indunet.fastproto.checksum.Crc8Checker
 
setValue(Object, Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
ShortDecoder - org.indunet.fastproto.decoder中的类
Short type decoder.
ShortDecoder() - 类 的构造器org.indunet.fastproto.decoder.ShortDecoder
 
shortDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
ShortEncoder - org.indunet.fastproto.encoder中的类
Short type encoder.
ShortEncoder() - 类 的构造器org.indunet.fastproto.encoder.ShortEncoder
 
shortEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
ShortType - org.indunet.fastproto.annotation.type中的注释类型
Short type, corresponding to Java Short/short.
shortType(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
shortType(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
shortType(byte[], int, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
shortType(byte[], int, EndianPolicy, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.BooleanType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ByteType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.CharacterType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.DoubleType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.FloatType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer16Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.Integer8Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.IntegerType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.LongType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.ShortType
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger16Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger32Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger64Type
 
SIZE - 注释类型 中的静态变量org.indunet.fastproto.annotation.type.UInteger8Type
 
size(TypeAssist) - 类 中的静态方法org.indunet.fastproto.ProtocolVersionAssist
 
size - 类 中的变量org.indunet.fastproto.TypeAssist
 
size(ProtocolType) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
size(Class<? extends Annotation>) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
size(Annotation) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
SIZE_NAME - 类 中的静态变量org.indunet.fastproto.util.TypeUtils
 
SnappyCompressor - org.indunet.fastproto.compress中的类
Compress or decompress with snappy.
SnappyCompressor() - 类 的构造器org.indunet.fastproto.compress.SnappyCompressor
 
SpaceNotEnoughException - org.indunet.fastproto.exception中的异常错误
 
SpaceNotEnoughException() - 异常错误 的构造器org.indunet.fastproto.exception.SpaceNotEnoughException
 
SpaceNotEnoughException(CodecError) - 异常错误 的构造器org.indunet.fastproto.exception.SpaceNotEnoughException
 
SpaceNotEnoughException(String) - 异常错误 的构造器org.indunet.fastproto.exception.SpaceNotEnoughException
 
SpaceNotEnoughException(CodecError, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.SpaceNotEnoughException
 
SpaceNotEnoughException(String, Throwable) - 异常错误 的构造器org.indunet.fastproto.exception.SpaceNotEnoughException
 
StandardCrypto - org.indunet.fastproto.crypto中的类
Standard crypto, aes & des
StandardCrypto(String, int) - 类 的构造器org.indunet.fastproto.crypto.StandardCrypto
 
StringDecoder - org.indunet.fastproto.decoder中的类
String type decoder.
StringDecoder() - 类 的构造器org.indunet.fastproto.decoder.StringDecoder
 
stringDecoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
StringEncoder - org.indunet.fastproto.encoder中的类
String type encoder.
StringEncoder() - 类 的构造器org.indunet.fastproto.encoder.StringEncoder
 
stringEncoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
StringType - org.indunet.fastproto.annotation.type中的注释类型
String type, corresponding to Java String.
stringType(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
stringType(byte[], int, int, Charset) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
stringType(byte[], int, int, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
stringType(byte[], int, int, Charset, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
supportedTypes() - 枚举 中的静态方法org.indunet.fastproto.ProtocolType
 

T

TIMESTAMP_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
TimestampDecoder - org.indunet.fastproto.decoder中的类
Timestamp type decoder.
TimestampDecoder() - 类 的构造器org.indunet.fastproto.decoder.TimestampDecoder
 
TimestampEncoder - org.indunet.fastproto.encoder中的类
Timestamp type encoder.
TimestampEncoder() - 类 的构造器org.indunet.fastproto.encoder.TimestampEncoder
 
TimestampFlow - org.indunet.fastproto.pipeline.validate中的类
Abstract flow.
TimestampFlow() - 类 的构造器org.indunet.fastproto.pipeline.validate.TimestampFlow
 
TimestampType - org.indunet.fastproto.annotation.type中的注释类型
Timestamp type, corresponding to Java java.sql.Timestamp.
toByteArray(Object) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert object into binary datagram.
toByteArray(Object, int) - 类 中的静态方法org.indunet.fastproto.FastProto
Convert object into binary datagram.
toByteArray(Object, long...) - 类 中的静态方法org.indunet.fastproto.FastProto
 
toByteArray(Object, int, long...) - 类 中的静态方法org.indunet.fastproto.FastProto
 
toDecodeContext(byte[], Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toDecodeContexts(byte[], Object) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toDecodeContexts(byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toEncodeContext(Object, byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
toEncodeContexts(Object, byte[]) - 类 中的方法org.indunet.fastproto.TypeAssist
 
transformation - 枚举 中的变量org.indunet.fastproto.crypto.CryptoPolicy
 
transformation - 类 中的变量org.indunet.fastproto.crypto.StandardCrypto
 
type(byte[], int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, byte[]) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, char) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, boolean) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, byte) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, short) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, float) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, double) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, int, Charset, String) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
type(byte[], int, EndianPolicy, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
typeAnnotation - 类 中的变量org.indunet.fastproto.pipeline.ValidationContext
 
typeAnnotation - 类 中的变量org.indunet.fastproto.TypeAssist
 
typeAnnotationClass - 类 中的变量org.indunet.fastproto.pipeline.ValidationContext
 
typeAnnotationClass - 枚举 中的变量org.indunet.fastproto.ProtocolType
 
typeAssist - 类 中的变量org.indunet.fastproto.decoder.DecodeContext
 
typeAssist - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
typeAssist - 类 中的变量org.indunet.fastproto.pipeline.CodecContext
 
TypeAssist - org.indunet.fastproto中的类
Type assist.
TypeAssist() - 类 的构造器org.indunet.fastproto.TypeAssist
 
typeAssists - 类 中的静态变量org.indunet.fastproto.TypeAssist
 
TypeDecoder<T> - org.indunet.fastproto.decoder中的接口
 
TypeEncoder - org.indunet.fastproto.encoder中的接口
 
TypeFlag - org.indunet.fastproto.annotation中的注释类型
 
TypeUtils - org.indunet.fastproto.util中的类
Type utils.
TypeUtils() - 类 的构造器org.indunet.fastproto.util.TypeUtils
 

U

UInteger16Decoder - org.indunet.fastproto.decoder中的类
UInteger16 type decoder.
UInteger16Decoder() - 类 的构造器org.indunet.fastproto.decoder.UInteger16Decoder
 
uInteger16Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
UInteger16Encoder - org.indunet.fastproto.encoder中的类
UInteger16 type encoder.
UInteger16Encoder() - 类 的构造器org.indunet.fastproto.encoder.UInteger16Encoder
 
uInteger16Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
UInteger16Type - org.indunet.fastproto.annotation.type中的注释类型
Integer type, corresponding to Java Integer/int.
uInteger16Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger16Type(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger16Type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
uInteger16Type(byte[], int, EndianPolicy, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
UInteger32Decoder - org.indunet.fastproto.decoder中的类
UInteger32 type decoder.
UInteger32Decoder() - 类 的构造器org.indunet.fastproto.decoder.UInteger32Decoder
 
uInteger32Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
UInteger32Encoder - org.indunet.fastproto.encoder中的类
UInteger32 type encoder.
UInteger32Encoder() - 类 的构造器org.indunet.fastproto.encoder.UInteger32Encoder
 
uInteger32Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
UInteger32Type - org.indunet.fastproto.annotation.type中的注释类型
Long type, corresponding to Java Long/long.
uInteger32Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger32Type(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger32Type(byte[], int, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
uInteger32Type(byte[], int, EndianPolicy, long) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
uInteger64(byte[], int, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
uInteger64(byte[], int, EndianPolicy, BigInteger) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
UInteger64Decoder - org.indunet.fastproto.decoder中的类
 
UInteger64Decoder() - 类 的构造器org.indunet.fastproto.decoder.UInteger64Decoder
 
uInteger64Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
UInteger64Encoder - org.indunet.fastproto.encoder中的类
 
UInteger64Encoder() - 类 的构造器org.indunet.fastproto.encoder.UInteger64Encoder
 
uInteger64Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
UInteger64Type - org.indunet.fastproto.annotation.type中的注释类型
uint64 type, corresponding to Java BigInteger.
uInteger64Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger64Type(byte[], int, EndianPolicy) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
UInteger8Decoder - org.indunet.fastproto.decoder中的类
UInteger8 type decoder.
UInteger8Decoder() - 类 的构造器org.indunet.fastproto.decoder.UInteger8Decoder
 
uInteger8Decoder - 类 中的静态变量org.indunet.fastproto.util.DecodeUtils
 
UInteger8Encoder - org.indunet.fastproto.encoder中的类
UInteger8 type encoder.
UInteger8Encoder() - 类 的构造器org.indunet.fastproto.encoder.UInteger8Encoder
 
uInteger8Encoder - 类 中的静态变量org.indunet.fastproto.util.EncodeUtils
 
UInteger8Type - org.indunet.fastproto.annotation.type中的注释类型
Integer type, corresponding to Java Integer/int.
uInteger8Type(byte[], int) - 类 中的静态方法org.indunet.fastproto.util.DecodeUtils
 
uInteger8Type(byte[], int, int) - 类 中的静态方法org.indunet.fastproto.util.EncodeUtils
 
uncompress(byte[]) - 接口 中的方法org.indunet.fastproto.compress.Compressor
 
uncompress(byte[]) - 类 中的方法org.indunet.fastproto.compress.DeflateCompressor
Decompress with gzip.
uncompress(byte[]) - 类 中的方法org.indunet.fastproto.compress.GzipCompressor
Decompress with gzip.
uncompress(byte[]) - 类 中的方法org.indunet.fastproto.compress.Lz4Compressor
 
uncompress(byte[]) - 类 中的方法org.indunet.fastproto.compress.SnappyCompressor
 
UNCOMPRESS_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
UncompressFlow - org.indunet.fastproto.pipeline.decode中的类
Decompress flow.
UncompressFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.UncompressFlow
 

V

validate(byte[], Class<?>) - 接口 中的方法org.indunet.fastproto.checksum.Checker
 
validate(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc16Checker
 
validate(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc32Checker
 
validate(byte[], Class<?>) - 类 中的方法org.indunet.fastproto.checksum.Crc8Checker
 
validate(byte[], TypeAssist) - 类 中的静态方法org.indunet.fastproto.ProtocolVersionAssist
 
validateFlow - 类 中的静态变量org.indunet.fastproto.pipeline.AbstractFlow
 
ValidationContext - org.indunet.fastproto.pipeline中的类
Validation context.
ValidationContext() - 类 的构造器org.indunet.fastproto.pipeline.ValidationContext
 
value - 类 中的变量org.indunet.fastproto.encoder.EncodeContext
 
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.checksum.CheckPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.compress.CompressPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.crypto.CryptoPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.EndianPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.exception.CodecError
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.kafka.ProtocolKafkaException.ProtoKafkaError
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.netty.ProtocolNettyException.ProtoNettyError
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.indunet.fastproto.ProtocolType
返回带有指定名称的该类型的枚举常量。
valueOf(Class<? extends Annotation>) - 枚举 中的静态方法org.indunet.fastproto.ProtocolType
 
values() - 枚举 中的静态方法org.indunet.fastproto.checksum.CheckPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.compress.CompressPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.crypto.CryptoPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.EndianPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.exception.CodecError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.kafka.ProtocolKafkaException.ProtoKafkaError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.netty.ProtocolNettyException.ProtoNettyError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.indunet.fastproto.ProtocolType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERIFY_CHECKSUM_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
VERIFY_FIXED_LENGTH_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
VERIFY_PROTOCOL_VERSION_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
VerifyChecksumFlow - org.indunet.fastproto.pipeline.decode中的类
verify checksum flow.
VerifyChecksumFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.VerifyChecksumFlow
 
VerifyFixedLengthFlow - org.indunet.fastproto.pipeline.decode中的类
Verify length flow.
VerifyFixedLengthFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.VerifyFixedLengthFlow
 
VerifyProtocolVersionFlow - org.indunet.fastproto.pipeline.decode中的类
Verify protocol version flow.
VerifyProtocolVersionFlow() - 类 的构造器org.indunet.fastproto.pipeline.decode.VerifyProtocolVersionFlow
 

W

wrapperClass(String) - 类 中的静态方法org.indunet.fastproto.util.TypeUtils
 
WRITE_CHECKSUM_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
WRITE_PROTOCOL_VERSION_FLOW_CODE - 类 中的静态变量org.indunet.fastproto.pipeline.FlowCode
 
WriteChecksumFlow - org.indunet.fastproto.pipeline.encode中的类
Write checksum flow.
WriteChecksumFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.WriteChecksumFlow
 
WriteProtocolVersionFlow - org.indunet.fastproto.pipeline.encode中的类
Write protocol version flow.
WriteProtocolVersionFlow() - 类 的构造器org.indunet.fastproto.pipeline.encode.WriteProtocolVersionFlow
 
A B C D E F G H I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2019–2021 indunet. All rights reserved.