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

A

a1 - 类 中的静态变量tech.mhuang.pacebox.netty.constans.Const
 
AbstractNettyClient - tech.mhuang.pacebox.netty.client中的类
netty 客户端抽象
AbstractNettyClient() - 类 的构造器tech.mhuang.pacebox.netty.client.AbstractNettyClient
 
AbstractNettyClient(int) - 类 的构造器tech.mhuang.pacebox.netty.client.AbstractNettyClient
 
AbstractNettyClient(String, int) - 类 的构造器tech.mhuang.pacebox.netty.client.AbstractNettyClient
 
AbstractNettyServer - tech.mhuang.pacebox.netty.server中的类
netty 服务 抽象
AbstractNettyServer() - 类 的构造器tech.mhuang.pacebox.netty.server.AbstractNettyServer
 
AbstractNettyServer(int) - 类 的构造器tech.mhuang.pacebox.netty.server.AbstractNettyServer
 
add(String, int, int, int, byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.cache.CacheData
 
add(String, int, int, int, byte[], byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.cache.CacheData
 
addData(byte[]) - 类 中的方法tech.mhuang.pacebox.netty.cache.CacheValue
 

B

BaseCheck - tech.mhuang.pacebox.netty.vo中的接口
通用校验码检查接口
BaseMessage - tech.mhuang.pacebox.netty.vo中的类
通用消息[标识头(1)+消息头(16)+消息体(?)
BaseMessage() - 类 的构造器tech.mhuang.pacebox.netty.vo.BaseMessage
 
BaseRespMessage - tech.mhuang.pacebox.netty.vo中的类
通用应答
BaseRespMessage() - 类 的构造器tech.mhuang.pacebox.netty.vo.BaseRespMessage
 
BCDHelper - tech.mhuang.pacebox.netty.utils中的类
BCD码工具类
BCDHelper() - 类 的构造器tech.mhuang.pacebox.netty.utils.BCDHelper
 
bind() - 接口 中的方法tech.mhuang.pacebox.netty.server.MyNettyServer
 
bind(int) - 接口 中的方法tech.mhuang.pacebox.netty.server.MyNettyServer
 
BoolToByte(boolean) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
ByteArrayToLong(byte[], int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.TypeConvert
byte数组转long
ByteArrayToString(byte[], int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
ByteArrayToString(byte[], int, int, String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
BytesToHexString(byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
BytesToHexString(byte[], int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
bytesToHexString(byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 

C

c1 - 类 中的静态变量tech.mhuang.pacebox.netty.constans.Const
 
CacheData - tech.mhuang.pacebox.netty.cache中的类
Netty缓存数据处理
CacheData() - 类 的构造器tech.mhuang.pacebox.netty.cache.CacheData
 
CacheValue - tech.mhuang.pacebox.netty.cache中的类
 
CacheValue() - 类 的构造器tech.mhuang.pacebox.netty.cache.CacheValue
 
CacheValue(int, int, byte[]) - 类 的构造器tech.mhuang.pacebox.netty.cache.CacheValue
 
ChangeCharset - tech.mhuang.pacebox.netty.utils中的类
chartset工具类
ChangeCharset() - 类 的构造器tech.mhuang.pacebox.netty.utils.ChangeCharset
 
changeCharset(String, String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
字符串编码转换的实现方法
ChangeHtmlQuotSign(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
ChangeOracleChar39(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
checkcode(byte[]) - 接口 中的方法tech.mhuang.pacebox.netty.vo.BaseCheck
 
checkcode() - 类 中的方法tech.mhuang.pacebox.netty.vo.BaseMessage
 
checkcode() - 类 中的方法tech.mhuang.pacebox.netty.vo.BaseRespMessage
 
ClientDecoder - tech.mhuang.pacebox.netty.coder中的类
消息解码
ClientDecoder() - 类 的构造器tech.mhuang.pacebox.netty.coder.ClientDecoder
 
ClientEncoder - tech.mhuang.pacebox.netty.coder中的类
客户端消息编码
ClientEncoder() - 类 的构造器tech.mhuang.pacebox.netty.coder.ClientEncoder
 
connect() - 接口 中的方法tech.mhuang.pacebox.netty.client.MyNettyClient
 
connect(String, int) - 接口 中的方法tech.mhuang.pacebox.netty.client.MyNettyClient
 
Const - tech.mhuang.pacebox.netty.constans中的类
常量
Const() - 类 的构造器tech.mhuang.pacebox.netty.constans.Const
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法tech.mhuang.pacebox.netty.coder.ClientDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法tech.mhuang.pacebox.netty.coder.ServerDecoder
 
decode(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
DEFAULT_HOST - 类 中的静态变量tech.mhuang.pacebox.netty.model.Host
 
DEFAULT_PORT - 类 中的静态变量tech.mhuang.pacebox.netty.model.Port
 
dword2String(long) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 

E

encode(ChannelHandlerContext, BaseMessage, ByteBuf) - 类 中的方法tech.mhuang.pacebox.netty.coder.ClientEncoder
 
encode(ChannelHandlerContext, BaseRespMessage, ByteBuf) - 类 中的方法tech.mhuang.pacebox.netty.coder.ServerEncoder
 
encode(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
encode_ret_bytes(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
encrypt(byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.constans.Const
 
encrypt(int, byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.constans.Const
 

F

Format(double, String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
Format(Date, String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
FStrLen(String, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 

G

GB2312 - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
 
GBK - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
中文超大字符集
get(String, int) - 类 中的静态方法tech.mhuang.pacebox.netty.cache.CacheData
 
getCheckCode(byte[]) - 类 中的静态方法tech.mhuang.pacebox.netty.constans.Const
 
getEnterLine(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
getHost() - 类 中的方法tech.mhuang.pacebox.netty.model.Host
 
GetNameFromPath(String, String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
GetParameter(String, String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 

H

HeaderReqStruct - tech.mhuang.pacebox.netty.vo中的类
消息头 = [2+2+4+8] 16个字节
HeaderReqStruct() - 类 的构造器tech.mhuang.pacebox.netty.vo.HeaderReqStruct
 
HeaderReqStruct(int, int) - 类 的构造器tech.mhuang.pacebox.netty.vo.HeaderReqStruct
 
HeaderReqStruct(int, int, int) - 类 的构造器tech.mhuang.pacebox.netty.vo.HeaderReqStruct
 
HeaderRespStruct - tech.mhuang.pacebox.netty.vo中的类
消息头 = [2+2+4+8] 16个字节
HeaderRespStruct() - 类 的构造器tech.mhuang.pacebox.netty.vo.HeaderRespStruct
 
HeaderRespStruct(int, int) - 类 的构造器tech.mhuang.pacebox.netty.vo.HeaderRespStruct
 
Host - tech.mhuang.pacebox.netty.model中的类
主机
Host() - 类 的构造器tech.mhuang.pacebox.netty.model.Host
 
Host(String, int) - 类 的构造器tech.mhuang.pacebox.netty.model.Host
 
host - 类 中的变量tech.mhuang.pacebox.netty.model.Host
 

I

ISO_8859_1 - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
ISO拉丁字母表 No.1,也叫做ISO-LATIN-1

K

KEY - 类 中的静态变量tech.mhuang.pacebox.netty.constans.Const
 

L

LongToByteArray(long, byte[], int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.TypeConvert
long转数组
LongToByteArray(long, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.TypeConvert
Long转数组

M

m1 - 类 中的静态变量tech.mhuang.pacebox.netty.constans.Const
 
memcmp(byte[], byte[], int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
memcpy(byte[], byte[], int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
memcpy(byte[], int, byte[], int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
memfind(byte[], byte[], int, int, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
Memset(byte[], int, byte, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
MyNettyClient - tech.mhuang.pacebox.netty.client中的接口
netty客户端接口
MyNettyServer - tech.mhuang.pacebox.netty.server中的接口
netty 服务端接口

N

native2ascii(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 

P

Port - tech.mhuang.pacebox.netty.model中的类
端口
Port() - 类 的构造器tech.mhuang.pacebox.netty.model.Port
 
Port(int) - 类 的构造器tech.mhuang.pacebox.netty.model.Port
 
port - 类 中的变量tech.mhuang.pacebox.netty.model.Port
 

R

remove(String, int) - 类 中的静态方法tech.mhuang.pacebox.netty.cache.CacheData
 

S

ServerDecoder - tech.mhuang.pacebox.netty.coder中的类
服务端消息解码
ServerDecoder() - 类 的构造器tech.mhuang.pacebox.netty.coder.ServerDecoder
 
ServerEncoder - tech.mhuang.pacebox.netty.coder中的类
自定义编码器
ServerEncoder() - 类 的构造器tech.mhuang.pacebox.netty.coder.ServerEncoder
 
setBody(byte[]) - 类 中的方法tech.mhuang.pacebox.netty.vo.BaseMessage
 
setBody(byte[]) - 类 中的方法tech.mhuang.pacebox.netty.vo.BaseRespMessage
 
setHost(String) - 类 中的方法tech.mhuang.pacebox.netty.model.Host
 
StringToByteArray(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.TypeConvert
String转byte数组
StrToBCD(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
用BCD码压缩数字字符串
StrToBCD(String, int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 

T

tech.mhuang.pacebox.netty.cache - 程序包 tech.mhuang.pacebox.netty.cache
 
tech.mhuang.pacebox.netty.client - 程序包 tech.mhuang.pacebox.netty.client
 
tech.mhuang.pacebox.netty.coder - 程序包 tech.mhuang.pacebox.netty.coder
 
tech.mhuang.pacebox.netty.constans - 程序包 tech.mhuang.pacebox.netty.constans
 
tech.mhuang.pacebox.netty.model - 程序包 tech.mhuang.pacebox.netty.model
 
tech.mhuang.pacebox.netty.server - 程序包 tech.mhuang.pacebox.netty.server
 
tech.mhuang.pacebox.netty.utils - 程序包 tech.mhuang.pacebox.netty.utils
 
tech.mhuang.pacebox.netty.vo - 程序包 tech.mhuang.pacebox.netty.vo
 
toASCII(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成US-ASCII码
toChinese(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
toGB2312(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成GB2312
toGBK(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成GBK
toIso8859_1(String) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.UtilFun
 
toISO_8859_1(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成ISO-8859-1
toUTF_16(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成UTF-16
toUTF_16BE(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成UTF-16BE
toUTF_16LE(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成UTF-16LE
toUTF_8(String) - 类 中的方法tech.mhuang.pacebox.netty.utils.ChangeCharset
将字符编码转换成UTF-8
TypeConvert - tech.mhuang.pacebox.netty.utils中的类
字节转换大端工具类
TypeConvert() - 类 的构造器tech.mhuang.pacebox.netty.utils.TypeConvert
 

U

US_ASCII - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
7位ASCII字符,也叫作ISO646-US、Unicode字符集的基本拉丁块
UTF_16 - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
16 位 UCS 转换格式,字节顺序由可选的字节顺序标记来标识
UTF_16BE - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
16 位 UCS 转换格式,Big Endian(最低地址存放高位字节)字节顺序
UTF_16LE - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
16 位 UCS 转换格式,Litter Endian(最高地址存放地位字节)字节顺序
UTF_8 - 类 中的静态变量tech.mhuang.pacebox.netty.utils.ChangeCharset
8 位 UCS 转换格式
UtilFun - tech.mhuang.pacebox.netty.utils中的类
工具类(处理String)
UtilFun() - 类 的构造器tech.mhuang.pacebox.netty.utils.UtilFun
 

W

word2String(int) - 类 中的静态方法tech.mhuang.pacebox.netty.utils.BCDHelper
 
A B C D E F G H I K L M N P R S T U W 
跳过导航链接

Copyright © 2020. All rights reserved.