Skip navigation links
iooo-boot :: iooo-boot-netty-module 1.1.6
A B C D E F G H I L M N O P R S T U W 

A

asClient(boolean) - Method in class tech.iooo.boot.netty.handler.SelfSignedSslContextFactory
 
asServer() - Method in class tech.iooo.boot.netty.handler.SelfSignedSslContextFactory
 
AttachmentThread - Class in tech.iooo.boot.netty.concurrent
just for long time running thread
AttachmentThread() - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThread
 
AttachmentThread(Runnable, String) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThread
 
AttachmentThread(Runnable) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThread
 
AttachmentThread(String) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThread
 
AttachmentThread(ThreadGroup, Runnable, String) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThread
 
AttachmentThreadFactory - Class in tech.iooo.boot.netty.concurrent
 
AttachmentThreadFactory() - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(Class<?>) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(String) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(Class<?>, boolean) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(String, boolean) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(Class<?>, int) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(String, int) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(Class<?>, boolean, int) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(String, boolean, int, ThreadGroup) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadFactory(String, boolean, int) - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
AttachmentThreadUtils - Class in tech.iooo.boot.netty.concurrent
当线程为AttachmentThread、FastThreadLocalThread时能达到ThreadLocal 1.5x的性能;
当线程不是上述两种,并且线程id小于16k时,可获得跟ThreadLocal相同的性能;
当线程不满足上述两种情况,将只能达到ThreadLocal 0.7x的性能;
请谨慎使用,小心内存泄漏!
AttachmentThreadUtils() - Constructor for class tech.iooo.boot.netty.concurrent.AttachmentThreadUtils
 

B

bossEventLoopGroup - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
ByteBufUtils - Class in tech.iooo.boot.netty.utils
 
ByteBufUtils() - Constructor for class tech.iooo.boot.netty.utils.ByteBufUtils
 
byteToHex(byte) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
byteToHex(int) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
byteToHex(long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
byteToHexLE(byte) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
byteToHexLE(int) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
byteToHexLE(long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 

C

channelActive(ChannelHandlerContext) - Method in class tech.iooo.boot.netty.handler.ChunckedWriteHandlerInitializer.WriteStreamHandler
 
ChunckedWriteHandlerInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:33 PM
ChunckedWriteHandlerInitializer() - Constructor for class tech.iooo.boot.netty.handler.ChunckedWriteHandlerInitializer
 
ChunckedWriteHandlerInitializer.WriteStreamHandler - Class in tech.iooo.boot.netty.handler
 
clear() - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
clear() - Method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
clientEventLoopGroup() - Static method in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
clientEventLoopGroup(int) - Static method in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
clientSocketChannel - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
ConcurrentIntegerSequencer - Class in tech.iooo.boot.netty.concurrent
高性能序号生成器,是AtomicInteger性能的10x,
实现原理为每个线程持有100个数字,线程内简单递增,
该生成器生成数字整体上并不是简单递增的,仅适用于特定场景
ConcurrentIntegerSequencer() - Constructor for class tech.iooo.boot.netty.concurrent.ConcurrentIntegerSequencer
 
ConcurrentIntegerSequencer(int) - Constructor for class tech.iooo.boot.netty.concurrent.ConcurrentIntegerSequencer
 
ConcurrentIntegerSequencer(int, boolean) - Constructor for class tech.iooo.boot.netty.concurrent.ConcurrentIntegerSequencer
 
ConcurrentIntToObjectArrayMap<T> - Class in tech.iooo.boot.netty.concurrent
高性能,仅适用于key值比较少的情况,不能超过512k个
ConcurrentIntToObjectArrayMap() - Constructor for class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
ConcurrentIntToObjectArrayMap(int) - Constructor for class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
contains(int) - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
contains(int) - Method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
ContextSSLFactory - Class in tech.iooo.boot.netty.handler
Created on 2018/9/3 下午4:17
ContextSSLFactory() - Constructor for class tech.iooo.boot.netty.handler.ContextSSLFactory
 
current() - Static method in class tech.iooo.boot.netty.concurrent.ThreadLocalHeapByteBuffer
 
current() - Static method in class tech.iooo.boot.netty.concurrent.ThreadLocalStringBuilder
 

D

decode(String, Charset) - Static method in class tech.iooo.boot.netty.utils.URLEncodeUtils
 

E

encode(String) - Static method in class tech.iooo.boot.netty.utils.URLEncodeUtils
UTF-8
equals(Object) - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
equals(Object) - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
equals(Object) - Method in class tech.iooo.boot.netty.uuid.RandomId
 
equals(Object) - Method in class tech.iooo.boot.netty.uuid.RandomId128
 

F

fast() - Static method in interface tech.iooo.boot.netty.utils.SystemClock
很快,但不是那么靠谱,要求高精度的地方不能用
forHost(String) - Static method in class tech.iooo.boot.netty.handler.SelfSignedSslContextFactory
 
forLocalhost() - Static method in class tech.iooo.boot.netty.handler.SelfSignedSslContextFactory
 
fromHex(String) - Static method in class tech.iooo.boot.netty.utils.HexUtils
high performance
fromHex2(String) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 

G

get(int) - Method in class tech.iooo.boot.netty.concurrent.AttachmentThread
获取线程变量
get(int) - Static method in class tech.iooo.boot.netty.concurrent.AttachmentThreadUtils
 
get(int) - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
get(int) - Method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
getClientSslContext(String, String) - Static method in class tech.iooo.boot.netty.handler.ContextSSLFactory
 
getLatin1Bytes(String) - Static method in class tech.iooo.boot.netty.utils.UnsafeStringUtils
unsafe, do not change the return bytes
getOrUpdate(int, Supplier<T>) - Method in class tech.iooo.boot.netty.concurrent.AttachmentThread
 
getOrUpdate(int, Supplier<T>) - Static method in class tech.iooo.boot.netty.concurrent.AttachmentThreadUtils
 
getOrUpdate(int, Supplier<T>) - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
getOrUpdate(int, Supplier<T>) - Method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
getRandom() - Method in class tech.iooo.boot.netty.uuid.RandomId
 
getRandom() - Method in class tech.iooo.boot.netty.uuid.RandomId128
 
getServerSslContext(String, String) - Static method in class tech.iooo.boot.netty.handler.ContextSSLFactory
 
getTimestamp() - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
getTimestamp() - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
getTimestamp() - Method in class tech.iooo.boot.netty.uuid.RandomId
 
getTimestamp() - Method in class tech.iooo.boot.netty.uuid.RandomId128
 
getUnion() - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
getUnion() - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
getUTF8Bytes(String) - Static method in class tech.iooo.boot.netty.utils.UnsafeStringUtils
unsafe, do not change the return bytes

H

hashCode() - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
hashCode() - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
hashCode() - Method in class tech.iooo.boot.netty.uuid.RandomId
 
hashCode() - Method in class tech.iooo.boot.netty.uuid.RandomId128
 
HeartBeatHandler - Class in tech.iooo.boot.netty.handler
Created on 2018-12-21 16:40
HeartBeatHandler() - Constructor for class tech.iooo.boot.netty.handler.HeartBeatHandler
 
hexToByte(short) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
hexToByte(long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
hexToByteLE(short) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
hexToByteLE(long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
HexUtils - Class in tech.iooo.boot.netty.utils
高性能,空间换时间
HexUtils() - Constructor for class tech.iooo.boot.netty.utils.HexUtils
 
HttpAggregatorInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:11 PM
HttpAggregatorInitializer() - Constructor for class tech.iooo.boot.netty.handler.HttpAggregatorInitializer
 
HttpCompressionInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:15 PM
HttpCompressionInitializer() - Constructor for class tech.iooo.boot.netty.handler.HttpCompressionInitializer
 
HttpPipelineInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:08 PM
HttpPipelineInitializer() - Constructor for class tech.iooo.boot.netty.handler.HttpPipelineInitializer
 

I

IdelStateHandlerInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018-12-21 16:39
IdelStateHandlerInitializer(int, int, int) - Constructor for class tech.iooo.boot.netty.handler.IdelStateHandlerInitializer
 
IdelStateHandlerInitializer(long, long, long, TimeUnit) - Constructor for class tech.iooo.boot.netty.handler.IdelStateHandlerInitializer
 
IdelStateHandlerInitializer(boolean, long, long, long, TimeUnit) - Constructor for class tech.iooo.boot.netty.handler.IdelStateHandlerInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.ChunckedWriteHandlerInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.HttpAggregatorInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.HttpCompressionInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.HttpPipelineInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.IdelStateHandlerInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.ProtoBufInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.SslClientChannelInitializer
 
initChannel(Channel) - Method in class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
IntToObjectArrayMap<T> - Class in tech.iooo.boot.netty.concurrent
高性能,仅适用于key值比较少的情况,不能超过512k个
IntToObjectArrayMap() - Constructor for class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
IntToObjectArrayMap(int) - Constructor for class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
isLatin1(String) - Static method in class tech.iooo.boot.netty.utils.UnsafeStringUtils
 
isLinux - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
isMac - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
isWin - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 

L

LongId - Class in tech.iooo.boot.netty.uuid
每个jvm实例一个不重复的machineId,分配起来有点费劲
LongId(int) - Constructor for class tech.iooo.boot.netty.uuid.LongId
 

M

main(String[]) - Static method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
main(String[]) - Static method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
main(String[]) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
main(String[]) - Static method in class tech.iooo.boot.netty.utils.URLEncodeUtils
 
main(String[]) - Static method in class tech.iooo.boot.netty.uuid.LongId
 
main(String[]) - Static method in class tech.iooo.boot.netty.uuid.ObjectId
 
main(String[]) - Static method in class tech.iooo.boot.netty.uuid.ObjectId128
 
main(String[]) - Static method in class tech.iooo.boot.netty.uuid.RandomId
 
main(String[]) - Static method in class tech.iooo.boot.netty.uuid.RandomId128
 
MAXIMUM_CAPACITY - Static variable in class tech.iooo.boot.netty.concurrent.AttachmentThread
 
MAXIMUM_CAPACITY - Static variable in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 
MAXIMUM_CAPACITY - Static variable in class tech.iooo.boot.netty.utils.TableUtils
 
micros() - Method in interface tech.iooo.boot.netty.utils.SystemClock
返回当前微妙
mills() - Method in interface tech.iooo.boot.netty.utils.SystemClock
返回当前毫秒

N

NettyAdaptiveHelper - Class in tech.iooo.boot.netty.handler
Created on 2018-11-27 09:30
NettyAdaptiveHelper() - Constructor for class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
newThread(Runnable) - Method in class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
newThread(Runnable, String) - Method in class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
next() - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntegerSequencer
 
next() - Static method in class tech.iooo.boot.netty.uuid.ObjectId
Gets a new object id.
next() - Static method in class tech.iooo.boot.netty.uuid.ObjectId128
Gets a new object id.
next() - Static method in class tech.iooo.boot.netty.uuid.RandomId
Gets a new object id.
next() - Static method in class tech.iooo.boot.netty.uuid.RandomId128
Gets a new object id.
nextId() - Method in class tech.iooo.boot.netty.uuid.LongId
63年内有效
nextVarIndex() - Static method in class tech.iooo.boot.netty.concurrent.AttachmentThreadUtils
寻找下一个线程本地变量位置
NOT_FOUND - Static variable in class tech.iooo.boot.netty.concurrent.AttachmentThread
 
NOT_FOUND - Static variable in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 

O

ObjectId - Class in tech.iooo.boot.netty.uuid
A globally unique identifier for objects.
ObjectId(int, long) - Constructor for class tech.iooo.boot.netty.uuid.ObjectId
 
ObjectId(ByteBuf) - Constructor for class tech.iooo.boot.netty.uuid.ObjectId
 
ObjectId128 - Class in tech.iooo.boot.netty.uuid
A globally unique identifier for objects.
ObjectId128(long, long) - Constructor for class tech.iooo.boot.netty.uuid.ObjectId128
 
ObjectId128(ByteBuf) - Constructor for class tech.iooo.boot.netty.uuid.ObjectId128
 
offset(long, int, int) - Static method in class tech.iooo.boot.netty.utils.TableUtils
获取offset
OFFSET_SECONDS - Static variable in class tech.iooo.boot.netty.uuid.ObjectId
 
OFFSET_SECONDS - Static variable in class tech.iooo.boot.netty.uuid.RandomId
 

P

ProtoBufInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:42 PM
ProtoBufInitializer() - Constructor for class tech.iooo.boot.netty.handler.ProtoBufInitializer
 
put(int, Object) - Method in class tech.iooo.boot.netty.concurrent.AttachmentThread
存储线程变量
put(int, T) - Static method in class tech.iooo.boot.netty.concurrent.AttachmentThreadUtils
 
put(int, T) - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
 
put(int, T) - Method in class tech.iooo.boot.netty.concurrent.IntToObjectArrayMap
 

R

random - Variable in class tech.iooo.boot.netty.uuid.RandomId
 
random - Variable in class tech.iooo.boot.netty.uuid.RandomId128
 
RandomId - Class in tech.iooo.boot.netty.uuid
A globally unique identifier for objects.
RandomId(int, long) - Constructor for class tech.iooo.boot.netty.uuid.RandomId
 
RandomId(ByteBuf) - Constructor for class tech.iooo.boot.netty.uuid.RandomId
 
RandomId128 - Class in tech.iooo.boot.netty.uuid
A globally unique identifier for objects.
RandomId128(long, long) - Constructor for class tech.iooo.boot.netty.uuid.RandomId128
 
RandomId128(ByteBuf) - Constructor for class tech.iooo.boot.netty.uuid.RandomId128
 
readVarInt(ByteBuf) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
readVarIntByInt(ByteBuf) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
readVarIntByLong(ByteBuf) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
readVarLong(ByteBuf) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
realTime() - Static method in interface tech.iooo.boot.netty.utils.SystemClock
靠谱时间,要求高精度的地方用
remove(int) - Method in class tech.iooo.boot.netty.concurrent.ConcurrentIntToObjectArrayMap
重置为未赋值
resolverGroup - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 

S

seconds() - Method in interface tech.iooo.boot.netty.utils.SystemClock
返回当前秒
SelfSignedSslContextFactory - Class in tech.iooo.boot.netty.handler
Created on 2018-12-21 10:08
serverSocketChannel - Static variable in class tech.iooo.boot.netty.handler.NettyAdaptiveHelper
 
SslClientChannelInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:03 PM
SslClientChannelInitializer(SSLContext) - Constructor for class tech.iooo.boot.netty.handler.SslClientChannelInitializer
 
SslClientChannelInitializer(SSLContext, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslClientChannelInitializer
 
SslClientChannelInitializer(SslContext) - Constructor for class tech.iooo.boot.netty.handler.SslClientChannelInitializer
 
SslClientChannelInitializer(SslContext, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslClientChannelInitializer
 
SslServerChannelInitializer - Class in tech.iooo.boot.netty.handler
Created on 2018/10/30 5:03 PM
SslServerChannelInitializer(SSLContext) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SslServerChannelInitializer(SSLContext, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SslServerChannelInitializer(SSLContext, boolean, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SslServerChannelInitializer(SslContext) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SslServerChannelInitializer(SslContext, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SslServerChannelInitializer(SslContext, boolean, boolean) - Constructor for class tech.iooo.boot.netty.handler.SslServerChannelInitializer
 
SystemClock - Interface in tech.iooo.boot.netty.utils
 

T

tableSizeFor(int) - Static method in class tech.iooo.boot.netty.utils.TableUtils
成倍扩容
TableUtils - Class in tech.iooo.boot.netty.utils
 
TableUtils() - Constructor for class tech.iooo.boot.netty.utils.TableUtils
 
tech.iooo.boot.netty - package tech.iooo.boot.netty
Created on 2018/10/30 5:32 PM
tech.iooo.boot.netty.concurrent - package tech.iooo.boot.netty.concurrent
 
tech.iooo.boot.netty.handler - package tech.iooo.boot.netty.handler
 
tech.iooo.boot.netty.utils - package tech.iooo.boot.netty.utils
 
tech.iooo.boot.netty.uuid - package tech.iooo.boot.netty.uuid
 
threadGroup - Variable in class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
ThreadLocalHeapByteBuffer - Class in tech.iooo.boot.netty.concurrent
very carefull
ThreadLocalHeapByteBuffer() - Constructor for class tech.iooo.boot.netty.concurrent.ThreadLocalHeapByteBuffer
 
ThreadLocalStringBuilder - Class in tech.iooo.boot.netty.concurrent
very carefull
ThreadLocalStringBuilder() - Constructor for class tech.iooo.boot.netty.concurrent.ThreadLocalStringBuilder
 
timestamp - Variable in class tech.iooo.boot.netty.uuid.ObjectId
 
timestamp - Variable in class tech.iooo.boot.netty.uuid.ObjectId128
 
timestamp - Variable in class tech.iooo.boot.netty.uuid.RandomId
 
timestamp - Variable in class tech.iooo.boot.netty.uuid.RandomId128
 
toHex(byte[]) - Static method in class tech.iooo.boot.netty.utils.HexUtils
high performance
toHex(byte[], int, int) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
toHex(byte[], int, long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
toHex(int) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
toHex(long) - Static method in class tech.iooo.boot.netty.utils.HexUtils
 
toHex(ByteBuffer, int, int) - Static method in class tech.iooo.boot.netty.utils.HexUtils
high performance
toHex2(byte[]) - Static method in class tech.iooo.boot.netty.utils.HexUtils
略慢
toHexString() - Method in class tech.iooo.boot.netty.uuid.ObjectId
96位编码, 长度为24
toHexString() - Method in class tech.iooo.boot.netty.uuid.ObjectId128
128位编码, 长度为32
toHexString() - Method in class tech.iooo.boot.netty.uuid.RandomId
 
toHexString() - Method in class tech.iooo.boot.netty.uuid.RandomId128
 
toHexString32() - Method in class tech.iooo.boot.netty.uuid.ObjectId
128位编码, 长度为32, 前8个字符用'0'填充
toHexString32() - Method in class tech.iooo.boot.netty.uuid.RandomId
128位编码, 长度为32, 前8个字符用'0'填充
toLatin1String(byte[]) - Static method in class tech.iooo.boot.netty.utils.UnsafeStringUtils
very unsafe
toPoolName(Class<?>) - Static method in class tech.iooo.boot.netty.concurrent.AttachmentThreadFactory
 
toString() - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
toString() - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
toString() - Method in class tech.iooo.boot.netty.uuid.RandomId
 
toString() - Method in class tech.iooo.boot.netty.uuid.RandomId128
 

U

union - Variable in class tech.iooo.boot.netty.uuid.ObjectId
 
union - Variable in class tech.iooo.boot.netty.uuid.ObjectId128
 
unsafe() - Static method in class tech.iooo.boot.netty.utils.UnsafeUtils
 
UnsafeStringUtils - Class in tech.iooo.boot.netty.utils
超高性能,用了一些黑魔法,依赖于特定的jvm实现,仅在Oracle JDK 9下有效
UnsafeStringUtils() - Constructor for class tech.iooo.boot.netty.utils.UnsafeStringUtils
 
UnsafeUtils - Class in tech.iooo.boot.netty.utils
 
UnsafeUtils() - Constructor for class tech.iooo.boot.netty.utils.UnsafeUtils
 
URLEncodeUtils - Class in tech.iooo.boot.netty.utils
高性能,基于HexUtils实现
URLEncodeUtils() - Constructor for class tech.iooo.boot.netty.utils.URLEncodeUtils
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class tech.iooo.boot.netty.handler.HeartBeatHandler
 

W

WriteStreamHandler() - Constructor for class tech.iooo.boot.netty.handler.ChunckedWriteHandlerInitializer.WriteStreamHandler
 
writeTo(ByteBuf) - Method in class tech.iooo.boot.netty.uuid.ObjectId
 
writeTo(ByteBuf) - Method in class tech.iooo.boot.netty.uuid.ObjectId128
 
writeTo(ByteBuf) - Method in class tech.iooo.boot.netty.uuid.RandomId
 
writeTo(ByteBuf) - Method in class tech.iooo.boot.netty.uuid.RandomId128
 
writeVarInt(ByteBuf, int) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
writeVarLong(ByteBuf, long) - Static method in class tech.iooo.boot.netty.utils.ByteBufUtils
 
A B C D E F G H I L M N O P R S T U W 
Skip navigation links
iooo-boot :: iooo-boot-netty-module 1.1.6

Copyright © 2019. All rights reserved.