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

A

AbstractByteBuf - net.hasor.neta.bytebuf中的类
readMark <= readIndex <= writerMark <= writerIndex <= capacity
AbstractByteBuf(ByteBufAllocator, int) - 类 的构造器net.hasor.neta.bytebuf.AbstractByteBuf
 
AbstractByteBufAllocator - net.hasor.neta.bytebuf中的类
readMark <= readIndex <= writerMark <= writerIndex <= capacity
AbstractByteBufAllocator(int, int) - 类 的构造器net.hasor.neta.bytebuf.AbstractByteBufAllocator
Create new instance
AbstractSocket - net.hasor.neta.channel中的类
AIO Socket basic
AbstractSocket(SoConfig) - 类 的构造器net.hasor.neta.channel.AbstractSocket
 
accept(NetChannel) - 接口 中的方法net.hasor.neta.channel.NetListener
accepted channel
addListener(NetListener) - 类 中的方法net.hasor.neta.channel.NetListen
alloc - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 
alloc() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
alloc() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
array() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
array() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
ByteBuf 的字节数组形态
array() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
array() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
array() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
arrayBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
arrayBuffer(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
arrayBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
arrayBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf, with the bytes array.
arrayBuffer(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf, with the bytes array.
arrayBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf, with the bytes array.
ArrayByteBuf - net.hasor.neta.bytebuf中的类
基于 字节数组的 ByteBuf 接口实现。
asByteBuffer() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
asByteBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
返回 ByteBuffer 形态,PooledNioByteBuf 不支持该方法
asByteBuffer() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
asByteBuffer() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
asByteBuffer() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
AttributeChannel<T> - net.hasor.neta.channel中的类
SoChannel abstract implementation, providing only get/set of attributes.
AttributeChannel() - 类 的构造器net.hasor.neta.channel.AttributeChannel
 
available() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 

B

bindReceive(PipeListener<RCV_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
It is used to receive network data after being processed by the protocol stack.
buffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
buffer(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
buffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf.
buffer(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity.
buffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity and the given maximal capacity.
buffer() - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
Returns the buffer where this stream is writing data.
buffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.DirectByteBufAllocator
 
buffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.HeapByteBufAllocator
 
buffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledDirectByteBufAllocator
 
buffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledHeapByteBufAllocator
 
buffers - 类 中的变量net.hasor.neta.bytebuf.PooledNioByteBuf
 
build() - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
build Pipeline
build(PipeConfig) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
build Pipeline
builder() - 类 中的静态方法net.hasor.neta.handler.PipeInitializer
 
builder(PipeListener<ByteBuf>) - 类 中的静态方法net.hasor.neta.handler.PipeInitializer
 
ByteBuf - net.hasor.neta.bytebuf中的接口
readMark <= readIndex <= writerMark <= writerIndex <= capacity
byteBuf - 类 中的变量net.hasor.neta.bytebuf.ByteBufAdapter
 
ByteBufAdapter - net.hasor.neta.bytebuf中的类
readMark <= readIndex <= writerMark <= writerIndex <= capacity
ByteBufAdapter(ByteBuf) - 类 的构造器net.hasor.neta.bytebuf.ByteBufAdapter
 
ByteBufAllocator - net.hasor.neta.bytebuf中的接口
Implementations are responsible to allocate buffers.
ByteBufInputStream - net.hasor.neta.bytebuf中的类
An InputStream which reads data from a ByteBuf.
ByteBufInputStream(ByteBuf) - 类 的构造器net.hasor.neta.bytebuf.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at the current writerIndex.
ByteBufInputStream(ByteBuf, boolean) - 类 的构造器net.hasor.neta.bytebuf.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at the current writerIndex.
ByteBufOutputStream - net.hasor.neta.bytebuf中的类
An OutputStream which writes data to a ByteBuf.
ByteBufOutputStream(ByteBuf) - 类 的构造器net.hasor.neta.bytebuf.ByteBufOutputStream
Creates a new stream which writes data to the specified buffer.
ByteBufOutputStream(ByteBuf, int) - 类 的构造器net.hasor.neta.bytebuf.ByteBufOutputStream
Creates a new stream which writes data to the specified buffer.
ByteBufUtil - net.hasor.neta.bytebuf中的类
 
ByteBufUtil() - 类 的构造器net.hasor.neta.bytebuf.ByteBufUtil
 
byteOrder - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 

C

capacity() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
capacity() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
最大限制
capacity() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
capacity() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
capacity() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
channel - 类 中的变量net.hasor.neta.channel.NetChannel
 
channel - 类 中的变量net.hasor.neta.channel.NetListen
 
channelGroup - 类 中的变量net.hasor.neta.channel.CobbleSocket
 
channelID - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
checkFree() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
checkReadable(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
CLEANER - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
Cleaner - net.hasor.neta.bytebuf中的类
Allows to free direct ByteBuffers.
Cleaner() - 类 的构造器net.hasor.neta.bytebuf.Cleaner
 
clear() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
reset the markWriter, and skip all readable data
clear() - 接口 中的方法net.hasor.neta.handler.PipeExceptionHolder
clear the exception state and continue piple execution You can clear the exception flag with the PipeExceptionHolder.clear() method, and piple execution will continue normally ... -> doLayer -> doError -> doError(invoker clear) -> doLayer -> ...
clearFlash() - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
clearRcvError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Clear the RcvError status.
clearSndError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Clear the SndError status.
close() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
 
close() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
close() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
close() - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
close() - 类 中的方法net.hasor.neta.channel.DefaultSoResManager
 
close() - 类 中的方法net.hasor.neta.channel.NetChannel
 
close() - 类 中的方法net.hasor.neta.channel.NetListen
 
close(NetChannel) - 接口 中的方法net.hasor.neta.channel.NetListener
close channel
close() - 接口 中的方法net.hasor.neta.channel.SoChannel
close this channel.
close() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
closeChannel(long, String) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
force close network channel, like SoChannel.closeNow()
closeFuture - 类 中的变量net.hasor.neta.channel.NetChannel
 
closeFuture - 类 中的变量net.hasor.neta.channel.NetListen
 
closeNow() - 类 中的方法net.hasor.neta.channel.NetChannel
 
closeNow() - 类 中的方法net.hasor.neta.channel.NetListen
 
closeNow() - 接口 中的方法net.hasor.neta.channel.SoChannel
close this channel now.
closeNow() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
closeSSL() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
switch to no encryption, there is keep connect, close SSL.
closeSSL() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
closeStatus - 类 中的变量net.hasor.neta.channel.NetChannel
 
closeStatus - 类 中的变量net.hasor.neta.channel.NetListen
 
CobbleSocket - net.hasor.neta.channel中的类
AIO TCP/IP,UDP/IP
CobbleSocket(SoConfig) - 类 的构造器net.hasor.neta.channel.CobbleSocket
 
config - 类 中的变量net.hasor.neta.channel.AbstractSocket
 
configSslEngine(SSLContext, SSLEngine) - 类 中的方法net.hasor.neta.handler.ssl.JdkSslContext
 
configSslEngine(SSLContext, SSLEngine) - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
create SSLEngine
connect(int, PipelineFactory) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP connect to local port, and bind Application layer network protocol on this channel.
connect(String, int, PipelineFactory) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP connect to local port, and bind Application layer network protocol on this channel.
connect(InetSocketAddress, PipelineFactory) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP connect to remote, and bind Application layer network protocol on this channel.
context - 类 中的变量net.hasor.neta.channel.AbstractSocket
 
context - 类 中的变量net.hasor.neta.channel.NetChannel
 
context(Class<T>) - 接口 中的方法net.hasor.neta.channel.PipeContext
Get the attachment for PipeContext
context(Class<T>, T) - 接口 中的方法net.hasor.neta.channel.PipeContext
bind attachment to PipeContext
context(Class<T>) - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
context(Class<T>, T) - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
continueTask() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
copy() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
copy() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
复制个 ByteBuf , 连同 buffer 的数据一起复制
copy() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
copy() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
copy() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
CourierHandler<T> - net.hasor.neta.handler中的类
Transparent conveyor belt.
CourierHandler() - 类 的构造器net.hasor.neta.handler.CourierHandler
 
create(PipeContext) - 接口 中的方法net.hasor.neta.channel.PipelineFactory
 
createKeyManagerFactory(KeyStore) - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
create KeyManagerFactory
createKeyStore() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
create KeyStore
createSSLContext() - 类 中的方法net.hasor.neta.handler.ssl.JdkSslContext
 
createSSLContext() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
create SSLContext
CURRENT_PIPE_STACK_DEPTH - 接口 中的静态变量net.hasor.neta.channel.PipeContext
 
CURRENT_PIPE_STACK_NAME - 接口 中的静态变量net.hasor.neta.channel.PipeContext
 

D

data - 类 中的变量net.hasor.neta.bytebuf.SliceNioByteBuf
 
DEFAULT - 接口 中的静态变量net.hasor.neta.bytebuf.ByteBufAllocator
 
DEFAULT - 类 中的静态变量net.hasor.neta.channel.NetListenOptions
 
DEFAULT_ALLOCATOR - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
DEFAULT_DIRECT_ALLOCATOR - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
DEFAULT_HEAP_ALLOCATOR - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
DEFAULT_POOLED_DIRECT_ALLOCATOR - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
DEFAULT_POOLED_HEAP_ALLOCATOR - 类 中的静态变量net.hasor.neta.bytebuf.ByteBufUtil
 
DefaultSoResManager - net.hasor.neta.channel中的类
SoResManager implements
DefaultSoResManager(SoConfig) - 类 的构造器net.hasor.neta.channel.DefaultSoResManager
 
DefaultSoTask - net.hasor.neta.channel中的类
Socket Task
DefaultSoTask() - 类 的构造器net.hasor.neta.channel.DefaultSoTask
 
DefaultSoTask.SoTaskStatus - net.hasor.neta.channel中的枚举
 
delayTask(int, TimeUnit) - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
directBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
directBuffer(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
directBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
directBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf.
directBuffer(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity.
directBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
DirectByteBufAllocator - net.hasor.neta.bytebuf中的类
基于 堆外内存的 ByteBuf 接口实现。
DirectByteBufAllocator(int, int) - 类 的构造器net.hasor.neta.bytebuf.DirectByteBufAllocator
Create new instance
directNioChunkAllocator - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
doError(PipeContext, Throwable, PipeExceptionHolder<T, T>) - 类 中的方法net.hasor.neta.handler.CourierHandler
 
doError(PipeContext, boolean, Throwable, PipeExceptionHolder) - 类 中的方法net.hasor.neta.handler.PipeDuplexLayer
 
doError(PipeContext, Throwable, PipeExceptionHolder<IN, OUT>) - 接口 中的方法net.hasor.neta.handler.PipeHandler
Gets called if a Throwable was thrown.
doError(PipeContext, boolean, Throwable, PipeExceptionHolder) - 接口 中的方法net.hasor.neta.handler.PipeLayer
Gets called if a Throwable was thrown.
doHandler(PipeContext, PipeRcvQueue<T>, PipeSndQueue<T>) - 类 中的方法net.hasor.neta.handler.CourierHandler
 
doHandler(PipeContext, PipeRcvQueue<IN>, PipeSndQueue<OUT>) - 接口 中的方法net.hasor.neta.handler.PipeHandler
release protocol stack
doLayer(PipeContext, boolean, PipeRcvQueue<RCV_UP>, PipeSndQueue<RCV_DOWN>, PipeRcvQueue<SND_UP>, PipeSndQueue<SND_DOWN>) - 类 中的方法net.hasor.neta.handler.PipeDuplexLayer
 
doLayer(PipeContext, boolean, PipeRcvQueue<RCV_UP>, PipeSndQueue<RCV_DOWN>, PipeRcvQueue<SND_UP>, PipeSndQueue<SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeLayer
process data the protocol stack.
doLayer(PipeContext, boolean, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.ssl.SslPipeLayer
 
doWork(int) - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
doWork(int) - 类 中的方法net.hasor.neta.channel.SimpleTask
 
doWork(int) - 类 中的方法net.hasor.neta.channel.SoDelayTask
 
dst() - 接口 中的方法net.hasor.neta.handler.PipeExceptionHolder
 

E

embedded() - 类 中的静态方法net.hasor.neta.handler.PipeInitializer
 
EmbeddedChannel - net.hasor.neta.handler中的类
Base class for SoChannel implementations that are used in an embedded fashion.
EmbeddedChannel(boolean, PipelineFactory, EmbeddedSoContext) - 类 的构造器net.hasor.neta.handler.EmbeddedChannel
 
EmbeddedSocketAddress - net.hasor.neta.handler中的类
Base class for SoChannel implementations that are used in an embedded fashion.
EmbeddedSocketAddress() - 类 的构造器net.hasor.neta.handler.EmbeddedSocketAddress
 
EmbeddedSoContext - net.hasor.neta.handler中的类
Base class for SoContext implementations that are used in an embedded fashion.
EmbeddedSoContext() - 类 的构造器net.hasor.neta.handler.EmbeddedSoContext
 
EmbeddedSoContext(SoConfig) - 类 的构造器net.hasor.neta.handler.EmbeddedSoContext
 
EmbeddedTransfer - net.hasor.neta.handler中的类
Used for data transfer between two EmbeddedChannel.
EmbeddedTransfer(EmbeddedChannel, EmbeddedChannel) - 类 的构造器net.hasor.neta.handler.EmbeddedTransfer
 
empty() - 类 中的静态方法net.hasor.neta.handler.PipeInitializer
 
engineGetTrustManagers() - 类 中的方法net.hasor.neta.handler.ssl.SimpleTrustManagerFactory
Returns one trust manager for each type of trust material.
engineGetTrustManagers() - 类 中的方法net.hasor.neta.handler.ssl.SslTmfWrapper
 
engineInit(KeyStore) - 类 中的方法net.hasor.neta.handler.ssl.SimpleTrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
engineInit(ManagerFactoryParameters) - 类 中的方法net.hasor.neta.handler.ssl.SimpleTrustManagerFactory
Initializes this factory with a source of provider-specific key material.
engineInit(KeyStore) - 类 中的方法net.hasor.neta.handler.ssl.SslTmfWrapper
 
engineInit(ManagerFactoryParameters) - 类 中的方法net.hasor.neta.handler.ssl.SslTmfWrapper
 
expect(String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
查找下一个 expect 字符串的出现的位置(使用指定的编码),该方法不会更新 readerIndex 值。
expect(char, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
查找下一个 expect 字符的出现的位置(使用指定的编码),该方法不会更新 readerIndex 值。
expect(String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
expect(char, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
expectLast(String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
查找最后一个 expect 字符串的出现的位置(使用指定的编码),该方法不会更新 readerIndex 值。
expectLast(char, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
查找最后一个 expect 字符的出现的位置(使用指定的编码),该方法不会更新 readerIndex 值。
expectLast(String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
expectLast(char, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
expectLine() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
查找最近的一个 '\n',该方法不会更新 readerIndex 值。
extendByteBuf(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
需要扩充到的目标容量
extendByteBuf(int) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
extendByteBuf(int) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
extendByteBuf(int) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
extendByteBuffer(int) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 

F

failedTask(Exception) - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
finalize() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
findChannel(long) - 类 中的方法net.hasor.neta.channel.CobbleSocket
find SoChannel by id
findChannel(long) - 类 中的方法net.hasor.neta.channel.NetListen
Search for NetChannel by id, return null if NetChannel is not from this NetListen
findChannel(long) - 接口 中的方法net.hasor.neta.channel.SoContext
find SoChannel by id
findChannel(long) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
 
findListen(int) - 类 中的方法net.hasor.neta.channel.CobbleSocket
find NetListen by listenPort
findPipeContext(Class<T>) - 类 中的方法net.hasor.neta.channel.NetChannel
 
findPipeContext(Class<T>) - 类 中的方法net.hasor.neta.channel.NetListen
 
findPipeContext(Class<T>) - 接口 中的方法net.hasor.neta.channel.SoChannel
Get the attachment for PipeContext
findPipeContext(Class<T>) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
finishTask() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
flash(String) - 接口 中的方法net.hasor.neta.channel.PipeContext
Get flash for current Pipe event.
flash(String, T) - 接口 中的方法net.hasor.neta.channel.PipeContext
set flash to current PipeContext, the flash event.
flash(String) - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
flash(String, T) - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
flush() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
same as markWriter()
flush() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
flush() - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
flush() - 类 中的方法net.hasor.neta.channel.NetChannel
flash
flush(String) - 类 中的方法net.hasor.neta.channel.NetChannel
sent data to remote, The network IO transfer operation is performed asynchronously.
flush() - 接口 中的方法net.hasor.neta.channel.PipeContext
Refresh the protocol stack, the event propagates backward from the current protocol layer
flush() - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
free() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
free() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
free() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
释放 Buffer 占用的内存
free() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
free() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
free() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
freeDirectBuffer(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.Cleaner
Free a direct ByteBuffer if possible

G

getApplicationProtocol() - 类 中的方法net.hasor.neta.handler.ssl.JdkSslContext
 
getApplicationProtocol() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
Returns the name of the negotiated application-level protocol.
getAppProtocol() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getAppProtocolSelector() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getAttribute(String) - 类 中的方法net.hasor.neta.channel.AttributeChannel
 
getAttribute(String) - 接口 中的方法net.hasor.neta.channel.SoChannel
get SoChannel attributes
getAuthType() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getBufAllocator() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getByte(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getByte(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从 offset 偏移量的位置上开始读取 1 字节。
getByte(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getByteBufAllocator() - 类 中的方法net.hasor.neta.channel.DefaultSoResManager
 
getByteBufAllocator() - 接口 中的方法net.hasor.neta.channel.SoResManager
 
getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getBytes(int, byte[]) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从 offset 偏移量的位置上开始读取一定数量的字节,并将它们存储到缓冲区数组 b 中。
getBytes(int, byte[], int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从 offset 偏移量的位置上开始读取 len 数量的字节,并将它们存储到 off 位置开始的缓冲区数组 b 中。
getBytes(int, byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getCapacity() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
getCapacity() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
Returns the number of capacity.
getCapacity() - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
Returns the number of capacity.
getCause() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
getChannel() - 接口 中的方法net.hasor.neta.channel.PipeContext
the channel
getChannel() - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
getChannelCount() - 类 中的方法net.hasor.neta.channel.NetListen
get channel Count
getChannelID() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getChannelID() - 类 中的方法net.hasor.neta.channel.NetListen
 
getChannelID() - 接口 中的方法net.hasor.neta.channel.SoChannel
channel id
getChannelID() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getCiphers() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getClassLoader() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getClient() - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
Get the EmbeddedChannel impersonating the client
getClientAuth() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getCobble() - 接口 中的方法net.hasor.neta.channel.SoContext
get CobbleSocket
getCobble() - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
 
getConfig() - 类 中的方法net.hasor.neta.channel.AbstractSocket
return SoConfig
getConfig() - 接口 中的方法net.hasor.neta.channel.PipeContext
global config
getConfig() - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
getConfig() - 接口 中的方法net.hasor.neta.channel.SoContext
return global config.
getConfig() - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
 
getConfig() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
return ssl config.
getConfig() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
getConnectTimeoutMs() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getContext() - 类 中的方法net.hasor.neta.channel.AbstractSocket
return SoContext
getContext() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getContext() - 类 中的方法net.hasor.neta.channel.NetListen
 
getContext() - 接口 中的方法net.hasor.neta.channel.SoChannel
get context
getContext() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getCreatedTime() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getCreatedTime() - 类 中的方法net.hasor.neta.channel.NetListen
 
getCreatedTime() - 接口 中的方法net.hasor.neta.channel.SoChannel
channel accept time
getCreatedTime() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getDelayTime() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
getDelayUnit() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
getEngine() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
getFloat32(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 float(大端字节序),该方法不会更新 readerIndex 值。
getFloat32(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getFloat32LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 float(小端字节序),该方法不会更新 readerIndex 值。
getFloat32LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getFloat64(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 double(大端字节序),该方法不会更新 readerIndex 值。
getFloat64(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getFloat64LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 double(小端字节序),该方法不会更新 readerIndex 值。
getFloat64LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt16(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt16(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 short(大端字节序),该方法不会更新 readerIndex 值。
getInt16(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt16LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt16LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 short(小端字节序),该方法不会更新 readerIndex 值。
getInt16LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt24(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt24(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 int(大端字节序),该方法不会更新 readerIndex 值。
getInt24(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt24LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 int(小端字节序),该方法不会更新 readerIndex 值。
getInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt32(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt32(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 int(大端字节序),该方法不会更新 readerIndex 值。
getInt32(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt32LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 int(小端字节序),该方法不会更新 readerIndex 值。
getInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt64(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt64(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 long(大端字节序),该方法不会更新 readerIndex 值。
getInt64(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getInt64LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getInt64LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 long(小端字节序),该方法不会更新 readerIndex 值。
getInt64LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getIoThreads() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getJksResource() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getKeyManagerFactory() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getKeyPassword() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getKeyStore() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getLastAcceptTime() - 类 中的方法net.hasor.neta.channel.NetListen
The last time for accepted channel.
getLastActiveTime() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getLastActiveTime() - 类 中的方法net.hasor.neta.channel.NetListen
 
getLastActiveTime() - 接口 中的方法net.hasor.neta.channel.SoChannel
The last time data was received or sent
getLastActiveTime() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getLastRcvTime() - 类 中的方法net.hasor.neta.channel.NetChannel
last received data time
getLastSndTime() - 类 中的方法net.hasor.neta.channel.NetChannel
last sent data time
getListenPort() - 类 中的方法net.hasor.neta.channel.NetListen
return this listener bind socket port.
getLocalAddr() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getLocalAddr() - 类 中的方法net.hasor.neta.channel.NetListen
 
getLocalAddr() - 接口 中的方法net.hasor.neta.channel.SoChannel
getLocalAddr() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getMaxCapacity() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getMaxResizingAppBufSize() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getMaxResizingNetBufSize() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getPeerHost() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
Returns the host name of the peer of this session.
getPeerHost() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
getPeerPort() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
Returns the host name of the peer of this session.
getPeerPort() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
getPemCertChain() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getPemPrivate() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getPipeRcvDownStackSize() - 类 中的方法net.hasor.neta.handler.PipeConfig
 
getPipeSndUpStackSize() - 类 中的方法net.hasor.neta.handler.PipeConfig
 
getPipeStatistical() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Get protocol stack statistics
getProtocols() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getProvider() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getRcvBufferSize() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the received buffer size.
getRcvBufferUsed() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the size of the received buffer used.
getRcvBytes() - 类 中的方法net.hasor.neta.channel.NetChannel
Number of bytes received
getRcvDownSize() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages limit from the RCV_DOWN of this SoChannel.
getRcvError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Get the possible received data protocol layer error
getRcvHandlerStatus() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the receiving Handler state
getRcvLocalBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getRcvSlotSize() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the number of pipeline received slots.
getRcvSlotSize() - 接口 中的方法net.hasor.neta.channel.Pipeline
Returns the number of available pipeline receive slots, The maximum value is Integer.MAX_VALUE
getRcvSlotSize() - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
getRcvSwapBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getRemoteAddr() - 类 中的方法net.hasor.neta.channel.NetChannel
 
getRemoteAddr() - 类 中的方法net.hasor.neta.channel.NetListen
 
getRemoteAddr() - 接口 中的方法net.hasor.neta.channel.SoChannel
get remote address of the channel
getRemoteAddr() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
getRemoteAddress(long) - 接口 中的方法net.hasor.neta.channel.SoContext
get remote address of the channel
getRemoteAddress(long) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
 
getResourceManager() - 接口 中的方法net.hasor.neta.channel.SoContext
default SoResManager
getResourceManager() - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
 
getRetryIntervalMs() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getServer() - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
Get the EmbeddedChannel impersonating the server
getSimpleName() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getSimpleName() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
getSimpleName() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
getSimpleName() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
getSndBufferSize() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the send buffer size.
getSndBufferUsed() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the size of the send buffer used.
getSndBytes() - 类 中的方法net.hasor.neta.channel.NetChannel
Number of bytes send
getSndDownSize() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages limit from the SND_DOWN of this SoChannel.
getSndError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Get the possible send data protocol layer error
getSndHandlerStatus() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the send Handler state
getSndLocalBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSndSlotSize() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the number of pipeline send slots.
getSndSlotSize() - 接口 中的方法net.hasor.neta.channel.Pipeline
Returns the number of pipeline send slots available, The maximum value is Integer.MAX_VALUE
getSndSlotSize() - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
getSndSwapBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoContext() - 接口 中的方法net.hasor.neta.channel.PipeContext
the SoContext
getSoContext() - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
getSoKeepAlive() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoKeepCount() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoKeepIdleSec() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoKeepIntervalSec() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoRcvBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoReadTimeoutMs() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSoSndBuf() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSource() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns the NetListen that accepts this channel
getSoWriteTimeoutMs() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getSslMode() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getStatus() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 
getString(int, int, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从 offset 开始读取 len 个字节,并构造一个 String,该方法不会更新 readerIndex 值。
getString(int, int, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getTaskThreads() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getThreadFactory() - 类 中的方法net.hasor.neta.channel.SoConfig
 
getTrustManagerFactory() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getTrustManagers() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
getTrustManagers(KeyStore) - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
create TrustManagerFactory
getUInt16(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt16(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 无符号 sort(小端字节序),该方法不会更新 readerIndex 值。
getUInt16(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt16LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt16LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 无符号 sort(小端字节序),该方法不会更新 readerIndex 值。
getUInt16LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt24(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt24(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 无符号 int(小端字节序),该方法不会更新 readerIndex 值。
getUInt24(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt24LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 无符号 int(小端字节序),该方法不会更新 readerIndex 值。
getUInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt32(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt32(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 无符号 int(小端字节序),该方法不会更新 readerIndex 值。
getUInt32(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt32LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 无符号 int(小端字节序),该方法不会更新 readerIndex 值。
getUInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
getUInt8(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
getUInt8(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 1 字节的 byte 返回 0~255 之间的一个数(小端字节序),该方法不会更新 readerIndex 值。
getUInt8(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 

H

handRcv(PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
Receiving SSL data
handSnd(PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
Sending SSL data
hasLine() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
具有行结尾
hasMore() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
can be read
hasRcvError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Receive data protocol layer error
hasReadable() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
可以进行读
hasReadable() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
hasSlot() - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
can be writer
hasSndError() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
send data protocol layer error
hasUnsafe() - 类 中的静态方法net.hasor.neta.bytebuf.Cleaner
 
hasWritable() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
可以进行写入
hasWritable() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
heapBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
heapBuffer(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
heapBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
heapBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a heap ByteBuf.
heapBuffer(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity.
heapBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity and the given maximal capacity.
HeapByteBufAllocator - net.hasor.neta.bytebuf中的类
基于 堆内存的 ByteBuf 接口实现。
HeapByteBufAllocator(int, int) - 类 的构造器net.hasor.neta.bytebuf.HeapByteBufAllocator
Create new instance
heapNioChunkAllocator - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
heapUpOfRcv() - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The incoming messages heapUp
heapUpOfRcv(String) - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The incoming messages heapUp
heapUpOfRcvRoot() - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The incoming messages heapUp
heapUpOfSnd() - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The messages sent heapUp
heapUpOfSnd(String) - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The incoming messages heapUp
heapUpOfSndRoot() - 接口 中的方法net.hasor.neta.handler.PipeStatistical
The incoming messages heapUp

I

ignoreReadEofFlag() - 类 中的方法net.hasor.neta.channel.NetChannel
When shutdownOutput is called remotely, an end of read flag was encountered, which usually means closing the channel.
init(PipeContext) - 接口 中的方法net.hasor.neta.channel.Pipeline
when connected.
init(PipeContext) - 类 中的方法net.hasor.neta.handler.PipeDuplexLayer
 
init(PipeContext) - 接口 中的方法net.hasor.neta.handler.PipeLayer
Initialize the protocol stack, when the Connected.
init(PipeContext) - 类 中的方法net.hasor.neta.handler.ssl.SslPipeLayer
 
initChannelGroup() - 类 中的方法net.hasor.neta.channel.CobbleSocket
 
initHandler(PipeContext) - 接口 中的方法net.hasor.neta.handler.PipeHandler
Initialize the protocol stack
initialCapacityByDefault - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
initPipe(PipeContextImpl, Pipeline<?>) - 类 中的方法net.hasor.neta.channel.NetChannel
 
INSTANCE - 异常错误 中的静态变量net.hasor.neta.channel.PipeFullException
 
INSTANCE - 异常错误 中的静态变量net.hasor.neta.channel.SoCloseException
 
INSTANCE - 异常错误 中的静态变量net.hasor.neta.channel.SoInputCloseException
 
INSTANCE - 异常错误 中的静态变量net.hasor.neta.channel.SoOutputCloseException
 
ioExec - 类 中的变量net.hasor.neta.channel.AbstractSocket
 
isClient() - 类 中的方法net.hasor.neta.channel.NetChannel
 
isClient() - 类 中的方法net.hasor.neta.channel.NetListen
 
isClient() - 接口 中的方法net.hasor.neta.channel.SoChannel
a connect NetChannel
isClient() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
isClient() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
SSL Client side
isClient() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
isClose() - 类 中的方法net.hasor.neta.channel.NetChannel
 
isClose() - 类 中的方法net.hasor.neta.channel.NetListen
 
isClose() - 接口 中的方法net.hasor.neta.channel.SoChannel
return close status.
isClose(long) - 接口 中的方法net.hasor.neta.channel.SoContext
test channel is not exist or closed
isClose() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
isClose(long) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
test the channel has been closed
isDirect() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
isDirect() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
ByteBuf 是否为堆外方式
isDirect() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
isDirect() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Returns true if pooled ByteBuf's
isDirect() - 类 中的方法net.hasor.neta.bytebuf.DirectByteBufAllocator
 
isDirect() - 类 中的方法net.hasor.neta.bytebuf.HeapByteBufAllocator
 
isDirect() - 类 中的方法net.hasor.neta.bytebuf.PooledDirectByteBufAllocator
 
isDirect() - 类 中的方法net.hasor.neta.bytebuf.PooledHeapByteBufAllocator
 
isDirect() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
isDirect() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
isFree() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
isFree() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
是否已经释放
isFree() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
isListen() - 类 中的方法net.hasor.neta.channel.NetChannel
 
isListen() - 类 中的方法net.hasor.neta.channel.NetListen
 
isListen() - 接口 中的方法net.hasor.neta.channel.SoChannel
isListen() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
isNetlog() - 类 中的方法net.hasor.neta.channel.SoConfig
 
isOpen() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
isOpen() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
isPooled() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Returns true if direct ByteBuf's
isPooled() - 类 中的方法net.hasor.neta.bytebuf.DirectByteBufAllocator
 
isPooled() - 类 中的方法net.hasor.neta.bytebuf.HeapByteBufAllocator
 
isPooled() - 类 中的方法net.hasor.neta.bytebuf.PooledDirectByteBufAllocator
 
isPooled() - 类 中的方法net.hasor.neta.bytebuf.PooledHeapByteBufAllocator
 
isRcvFull() - 接口 中的方法net.hasor.neta.channel.PipeContext
receive buffer full
isServer() - 类 中的方法net.hasor.neta.channel.NetChannel
 
isServer() - 类 中的方法net.hasor.neta.channel.NetListen
 
isServer() - 接口 中的方法net.hasor.neta.channel.SoChannel
an accept NetChannel
isServer() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
 
isServer() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
SSL server side
isServer() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
isShutdownInput() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns whether the read channel is closed.
isShutdownOutput() - 类 中的方法net.hasor.neta.channel.NetChannel
Returns whether the write channel is closed.
isSsllog() - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
isSuspend() - 类 中的方法net.hasor.neta.channel.NetListen
Returns the listener current suspend status.
isSuspend() - 类 中的方法net.hasor.neta.channel.NetListenOptions
 

J

JdkSslContext - net.hasor.neta.handler.ssl中的类
An SslContext which uses JDK's SSL/TLS implementation.
JdkSslContext(long, PipeContext, SslConfig, boolean) - 类 的构造器net.hasor.neta.handler.ssl.JdkSslContext
 
joinChannel(EmbeddedChannel, EmbeddedChannel) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
that are used in an embedded fashion, connected two EmbeddedTransfer makes it a server/client.

L

listen(int, PipelineFactory) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP Listen on the port and bind Application layer network protocol to the accepted channels.
listen(String, int, PipelineFactory) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP Listen on the port and bind Application layer network protocol to the accepted channels.
listen(InetSocketAddress, PipelineFactory, NetListenOptions) - 类 中的方法net.hasor.neta.channel.CobbleSocket
using TCP/IP Listen on the port and bind Application layer network protocol to the accepted channels.
logger - 类 中的静态变量net.hasor.neta.bytebuf.Cleaner
 

M

mark(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
markedReaderIndex - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 
markedWriterIndex - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 
markReader() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
markReader() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Marks the current readerIndex in this buffer.
markReader() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
markSupported() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
markWriter() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
markWriter() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Marks the current writerIndex in this buffer.
markWriter() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 

N

net.hasor.neta.bytebuf - 程序包 net.hasor.neta.bytebuf
 
net.hasor.neta.channel - 程序包 net.hasor.neta.channel
 
net.hasor.neta.handler - 程序包 net.hasor.neta.handler
 
net.hasor.neta.handler.ssl - 程序包 net.hasor.neta.handler.ssl
 
NetChannel - net.hasor.neta.channel中的类
A tcp network channel the channel that binds to the Application layer network protocol stack.
NetListen - net.hasor.neta.channel中的类
A listener channel for accept incoming sockets and binding them to the protocol stack
NetListener - net.hasor.neta.channel中的接口
For NetListen you can listen to the accepted channel and NetChannel close events.
NetListenOptions - net.hasor.neta.channel中的类
Listener options.
NetListenOptions() - 类 的构造器net.hasor.neta.channel.NetListenOptions
 
netLog - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
newFactory(ClassLoader, String) - 接口 中的方法net.hasor.neta.channel.SoThreadFactory
 
newLocalRcvBuf() - 类 中的方法net.hasor.neta.channel.DefaultSoResManager
 
newLocalRcvBuf() - 接口 中的方法net.hasor.neta.channel.SoResManager
 
newLocalSndBuf() - 类 中的方法net.hasor.neta.channel.DefaultSoResManager
 
newLocalSndBuf() - 接口 中的方法net.hasor.neta.channel.SoResManager
 
newSoConfig() - 类 中的静态方法net.hasor.neta.handler.EmbeddedSoContext
 
newSwapSndBuf() - 类 中的方法net.hasor.neta.channel.DefaultSoResManager
 
newSwapSndBuf() - 接口 中的方法net.hasor.neta.channel.SoResManager
 
nextID() - 类 中的静态方法net.hasor.neta.handler.EmbeddedSoContext
 
nextReadable(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
nextTo() - 接口 中的方法net.hasor.neta.handler.PipeBuilder
empty PipelineBuilder is mostly used to develop the protocol stack via Embedded.
nextTo(PipeLayer<ByteBuf, RCV_DOWN, SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(String, PipeLayer<ByteBuf, RCV_DOWN, SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(String, PipeConfig, PipeLayer<ByteBuf, RCV_DOWN, SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(PipeHandler<ByteBuf, RCV_DOWN>, PipeHandler<SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
using decoder and encoder to combined for duplex.
nextTo(String, PipeHandler<ByteBuf, RCV_DOWN>, PipeHandler<SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
using decoder and encoder to combined for duplex.
nextTo(String, PipeConfig, PipeHandler<ByteBuf, RCV_DOWN>, PipeHandler<SND_UP, ByteBuf>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
using decoder and encoder to combined for duplex.
nextTo(PipeLayer<RCV_UP, RCV_DOWN, SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(String, PipeLayer<RCV_UP, RCV_DOWN, SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(String, PipeConfig, PipeLayer<RCV_UP, RCV_DOWN, SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
this is a Duplexer, The data flow direction is identified by the isRcv parameter.
nextTo(PipeHandler<RCV_UP, RCV_DOWN>, PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder and encoder to combined for duplex.
nextTo(String, PipeHandler<RCV_UP, RCV_DOWN>, PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder and encoder to combined for duplex.
nextTo(String, PipeConfig, PipeHandler<RCV_UP, RCV_DOWN>, PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder and encoder to combined for duplex.
nextTo() - 类 中的方法net.hasor.neta.handler.PipeInitializer
 
nextTo(String, PipeConfig, PipeLayer<ByteBuf, RCV_DOWN, SND_UP, ByteBuf>) - 类 中的方法net.hasor.neta.handler.PipeInitializer
 
nextTo(String, PipeConfig, PipeHandler<ByteBuf, RCV_DOWN>, PipeHandler<SND_UP, ByteBuf>) - 类 中的方法net.hasor.neta.handler.PipeInitializer
 
nextToDecoder(PipeHandler<RCV_UP, RCV_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder, the encoder is transparent RCV_UP is ByteBuf or Message RCV_DOWN is ByteBuf or Message SND_DOWN equal to SND_UP
nextToDecoder(String, PipeHandler<RCV_UP, RCV_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder, the encoder is transparent RCV_UP is ByteBuf or Message RCV_DOWN is ByteBuf or Message SND_DOWN equal to SND_UP
nextToDecoder(String, PipeConfig, PipeHandler<RCV_UP, RCV_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using decoder, the encoder is transparent RCV_UP is ByteBuf or Message RCV_DOWN is ByteBuf or Message SND_DOWN equal to SND_UP
nextToEncoder(PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using encoder, the decoder is transparent RCV_UP equal to RCV_DOWN SND_UP is ByteBuf or Message SND_DOWN is ByteBuf or Message
nextToEncoder(String, PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using encoder, the decoder is transparent RCV_UP equal to RCV_DOWN SND_UP is ByteBuf or Message SND_DOWN is ByteBuf or Message
nextToEncoder(String, PipeConfig, PipeHandler<SND_UP, SND_DOWN>) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
using encoder, the decoder is transparent RCV_UP equal to RCV_DOWN SND_UP is ByteBuf or Message SND_DOWN is ByteBuf or Message
nextWritable(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
NONE - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
NONE
notifyError(Throwable) - 类 中的方法net.hasor.neta.channel.NetListen
 

O

offerMessage(T[]) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
offerMessage(List<T>) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
offerMessage(PipeRcvQueue<T>) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
offerMessage(T[]) - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
offer message to queue, return accept count.
offerMessage(List<T>) - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
offer message to queue, return accept count.
offerMessage(PipeRcvQueue<T>) - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
offer message to queue, return accept count.
offerMessage(T) - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
offer message to queue, return accept status.
offsetWritable(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
onError(boolean, PipeContext, Throwable) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
onError(SoChannel<?>, Throwable, boolean) - 接口 中的方法net.hasor.neta.handler.PipeListener
 
onNotify(boolean, PipeContext, Object[]) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
onReceive(SoChannel<?>, T) - 接口 中的方法net.hasor.neta.handler.PipeListener
 
openChannel(SoChannel<?>) - 类 中的方法net.hasor.neta.handler.EmbeddedSoContext
new channel.
openSSL() - 接口 中的方法net.hasor.neta.handler.ssl.SslContext
switch to encryption, there is keep connect, close SSL.
openSSL() - 类 中的方法net.hasor.neta.handler.ssl.SslContextBasic
 
order() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
order(ByteOrder) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
order() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
字节序
order(ByteOrder) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
设置字节序
order() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
order(ByteOrder) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 

P

peekMessage(int) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
peekMessage() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
take message form queue
peekMessage(int) - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
peek message form queue
PipeBuilder - net.hasor.neta.handler中的接口
Application stack builder
PipeBuilder.PipelineBuilder<RCV_UP,SND_DOWN> - net.hasor.neta.handler中的接口
 
pipeConfig(PipeConfig) - 接口 中的方法net.hasor.neta.handler.PipeBuilder
empty PipelineBuilder is mostly used to develop the protocol stack via Embedded.
pipeConfig() - 接口 中的方法net.hasor.neta.handler.PipeBuilder
Get the default PipeConfig
pipeConfig(PipeConfig) - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
empty PipelineBuilder is mostly used to develop the protocol stack via Embedded.
pipeConfig() - 接口 中的方法net.hasor.neta.handler.PipeBuilder.PipelineBuilder
Get the default PipeConfig
PipeConfig - net.hasor.neta.handler中的类
PipeConfig represents the amount of data stored on these endpoints A ByteBuf endpoint indicating the number of bytes to store The PipeRcvQueue/PipeSndQueue endpoint, which indicates the number of stored objects default value is -1, when set to -1, It means infinite A PipeConfig is used for only one protocol layer.
PipeConfig() - 类 的构造器net.hasor.neta.handler.PipeConfig
 
pipeConfig(PipeConfig) - 类 中的方法net.hasor.neta.handler.PipeInitializer
 
pipeConfig() - 类 中的方法net.hasor.neta.handler.PipeInitializer
 
PipeContext - net.hasor.neta.channel中的接口
pipeContext - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
PipeContextImpl - net.hasor.neta.channel中的类
PipeContext implements
PipeContextImpl(SoChannel<?>, SoContext) - 类 的构造器net.hasor.neta.channel.PipeContextImpl
 
pipeCtx - 类 中的变量net.hasor.neta.channel.NetChannel
 
pipeCtx - 类 中的变量net.hasor.neta.handler.EmbeddedChannel
 
PipeDuplexLayer<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN> - net.hasor.neta.handler中的类
Used to represent a unidirectional data processor, two PipeDuplexLayer`s in opposite directions can to PipeLayer
PipeDuplexLayer(PipeHandler<RCV_UP, RCV_DOWN>, PipeHandler<SND_UP, SND_DOWN>) - 类 的构造器net.hasor.neta.handler.PipeDuplexLayer
 
PipeExceptionHolder<IN,OUT> - net.hasor.neta.handler中的接口
Gets called if a Throwable was thrown.
PipeFullException - net.hasor.neta.channel中的异常错误
Thrown to indicate that the pipleline's rcv slot is full and cannot accept more data.
PipeFullException() - 异常错误 的构造器net.hasor.neta.channel.PipeFullException
 
PipeFullException(String) - 异常错误 的构造器net.hasor.neta.channel.PipeFullException
 
PipeHandler<IN,OUT> - net.hasor.neta.handler中的接口
Used to represent a unidirectional data processor, two PipeHandler`s in opposite directions can to PipeLayer
PipeInitializer - net.hasor.neta.handler中的类
Application stack PipeBuilder
PipeInitializer() - 类 的构造器net.hasor.neta.handler.PipeInitializer
 
PipeLayer<RCV_UP,RCV_DOWN,SND_UP,SND_DOWN> - net.hasor.neta.handler中的接口
PipeLayer is a Duplexer, The data flow direction is identified by the isRcv parameter.
pipeline - 类 中的变量net.hasor.neta.channel.NetChannel
 
Pipeline<OUT> - net.hasor.neta.channel中的接口
Application protocol stack
PipelineFactory - net.hasor.neta.channel中的接口
Application protocol stack
PipeListener<T> - net.hasor.neta.handler中的接口
The message receiving listener at the tail of the pipe.
PipeQueue<T> - net.hasor.neta.handler中的类
PipeRcvQueue/PipeSndQueue implements
PipeQueue(int) - 类 的构造器net.hasor.neta.handler.PipeQueue
 
PipeRcvQueue<T> - net.hasor.neta.handler中的接口
Network protocol layer input endpoint data queue
PipeSndQueue<T> - net.hasor.neta.handler中的接口
The network protocol layer outputs the data queue of the endpoint
pipeStack - 类 中的变量net.hasor.neta.handler.EmbeddedChannel
 
PipeStatistical - net.hasor.neta.handler中的接口
Get protocol stack statistics
PipeStatus - net.hasor.neta.handler中的枚举
A status for PipeLayer
pooledBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf.
pooledBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf with the given maximal capacity.
pooledBuffer(int, int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
pooledBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.DirectByteBufAllocator
 
pooledBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.HeapByteBufAllocator
 
pooledBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledDirectByteBufAllocator
 
pooledBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledHeapByteBufAllocator
 
pooledDirectBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledDirectBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledDirectBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledDirectBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf.
pooledDirectBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf with the given maximal capacity.
pooledDirectBuffer(int, int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
PooledDirectByteBufAllocator - net.hasor.neta.bytebuf中的类
ByteBufAllocator 接口实现用于创建池化的堆外 ByteBuf
PooledDirectByteBufAllocator(int, int) - 类 的构造器net.hasor.neta.bytebuf.PooledDirectByteBufAllocator
Create new instance
pooledHeapBuffer() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledHeapBuffer(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledHeapBuffer(int, int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
pooledHeapBuffer() - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf.
pooledHeapBuffer(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate pooled ByteBuf with the given maximal capacity.
pooledHeapBuffer(int, int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
PooledHeapByteBufAllocator - net.hasor.neta.bytebuf中的类
ByteBufAllocator 接口实现用于创建池化的堆 ByteBuf
PooledHeapByteBufAllocator(int, int) - 类 的构造器net.hasor.neta.bytebuf.PooledHeapByteBufAllocator
Create new instance
PooledNioByteBuf - net.hasor.neta.bytebuf中的类
基于 NioChunk 池化的 ByteBuf 接口实现,提供了扩缩容零拷贝实现
PooledNioByteBuf(ByteBufAllocator, int, int, int, NioChunkAllocator) - 类 的构造器net.hasor.neta.bytebuf.PooledNioByteBuf
 
PROTOCOL - 类 中的静态变量net.hasor.neta.handler.ssl.JdkSslContext
 

Q

queueSize() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
queueSize() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
Returns the number of readable message.

R

rcvError(PipeContext, String, Throwable) - 接口 中的方法net.hasor.neta.channel.Pipeline
Errors from the network layer.
rcvError(PipeContext, String, Throwable) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
rcvLayer(PipeContext, String, Object[]) - 接口 中的方法net.hasor.neta.channel.Pipeline
Processing received data
rcvLayer(PipeContext, String, Object[]) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
rcvReset() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
rcvReset() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
Reset the queue, and the data that has been fetched will be returned.
rcvSubmit() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
rcvSubmit() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
Mark the status of the Queue, and new data can be welcomed.
read(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
read(ByteBuf, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
read(ByteBuffer) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
use copy to dst
read(ByteBuf) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
use copy to dst
read(ByteBuf, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
use copy to dst
read(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
read(ByteBuf) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
read(ByteBuf, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
read() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
read(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readableBytes() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readableBytes() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the number of readable bytes which is equal to (this.markedWriterIndex - this.readerIndex).
readableBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readBoolean() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readByte() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readByte() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 1 字节。
readByte() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readByte() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readBytes() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readBytes(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readBytes() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the number of read bytes which is equal to (readIndex - readMark).
readBytes(byte[]) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取一定数量的字节,并将它们存储到缓冲区数组 b 中。
readBytes(byte[], int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 len 数量的字节,并将它们存储到 off 位置开始的缓冲区数组 b 中。
readBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readBytes(byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readBytes(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
Returns the number of read bytes by this stream so far.
readChar() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readDouble() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readerIndex - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 
readerIndex() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readerIndex() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the readerIndex of this buffer.
readerIndex() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readExpect(String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从当前位置开始读取,直到遇到第一个 expect 字符串读完。
readExpect(char, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从当前位置开始读取,直到遇到第一个 expect 字符串读完。
readExpect(String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readExpect(char, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readExpectLast(String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从当前位置开始读取,直到遇到最后一个 expect 字符串读完。
readExpectLast(char, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
从当前位置开始读取,直到遇到最后一个 expect 字符串读完。
readExpectLast(String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readExpectLast(char, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readFloat() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readFloat32() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 float(大端字节序),读取后 readerIndex 会增加 4。
readFloat32() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readFloat32LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 float(小端字节序),读取后 readerIndex 会增加 4。
readFloat32LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readFloat64() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 double(大端字节序),读取后 readerIndex 会增加 8。
readFloat64() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readFloat64LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 double(小端字节序),读取后 readerIndex 会增加 8。
readFloat64LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readFully(byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readFully(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readInt() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readInt16() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt16() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 short(大端字节序),读取后 readerIndex 会增加 2。
readInt16() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt16LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt16LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 short(小端字节序),读取后 readerIndex 会增加 2。
readInt16LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt24() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt24() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 int(大端字节序),读取后 readerIndex 会增加 3。
readInt24() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt24LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt24LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 int(小端字节序),读取后 readerIndex 会增加 3。
readInt24LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt32() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt32() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 int(大端字节序),读取后 readerIndex 会增加 4。
readInt32() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt32LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt32LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 int(小端字节序),读取后 readerIndex 会增加 4。
readInt32LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt64() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt64() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 long(大端字节序),读取后 readerIndex 会增加 8。
readInt64() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readInt64LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readInt64LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 8 字节的 long(小端字节序),读取后 readerIndex 会增加 8。
readInt64LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readLine() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读一整行
readLine(Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读一整行
readLine() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readLine(Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readLine() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readLine(Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readLong() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readMedium() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readRcvDown() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages from the RCV_DOWN of this SoChannel.
readRcvDownArray() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages from the RCV_DOWN of this SoChannel.
readShort() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readSndDown() - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages from the SND_DOWN of this SoChannel.
readSndDownArray(int) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
read messages from the SND_DOWN of this SoChannel.
readString(int, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 len 字节并将其构造成 String,读取后 readerIndex 会增加 len。
readString(int, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt16() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt16() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 无符号 sort(大端字节序),读取后 readerIndex 会增加 2。
readUInt16() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt16LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt16LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 2 字节的 无符号 sort(小端字节序),读取后 readerIndex 会增加 2。
readUInt16LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt24() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt24() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 无符号 int(大端字节序),读取后 readerIndex 会增加 3。
readUInt24() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt24LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt24LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 3 字节的 无符号 int(小端字节序),读取后 readerIndex 会增加 3。
readUInt24LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt32() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt32() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 无符号 int(大端字节序),读取后 readerIndex 会增加 4。
readUInt32() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt32LE() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt32LE() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 4 字节的 无符号 int(小端字节序),读取后 readerIndex 会增加 4。
readUInt32LE() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUInt8() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
readUInt8() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
读取 1 字节的 byte 返回 0~255 之间的一个数(大端字节序),读取后 readerIndex 会增加 1。
readUInt8() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
readUnsignedByte() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readUnsignedShort() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
readUTF() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
receivedBytes(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
markedWriterIndex 向前推进,有更多的数据可读
receivedBytes(int, int) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
receivedBytes(int, int) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
recycleByteBuf() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
回收 markedReaderIndex 之前的内存区块
recycleByteBuf() - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
recycleByteBuf() - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
recycleByteBuf() - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
release(PipeContext) - 接口 中的方法net.hasor.neta.channel.Pipeline
before close.
release(PipeContext) - 类 中的方法net.hasor.neta.handler.PipeDuplexLayer
 
release(PipeContext) - 接口 中的方法net.hasor.neta.handler.PipeLayer
release protocol stack, connection close.
release(PipeContext) - 类 中的方法net.hasor.neta.handler.ssl.SslPipeLayer
 
releaseHandler(PipeContext) - 接口 中的方法net.hasor.neta.handler.PipeHandler
 
removeListener(NetListener) - 类 中的方法net.hasor.neta.channel.NetListen
reset() - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
resetReader() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
resetReader() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReader() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
resetWriter() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
resetWriter() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriter() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
resume() - 类 中的方法net.hasor.neta.channel.NetListen
set suspend is false all new accept socket will be closed when suspend = true.
run() - 类 中的方法net.hasor.neta.channel.DefaultSoTask
 

S

selector(SoChannel<?>, SSLEngine, List<String>) - 接口 中的方法net.hasor.neta.handler.ssl.SslAppProtocolSelector
 
sendData(Object) - 类 中的方法net.hasor.neta.channel.NetChannel
sent data to remote, The network IO transfer operation is performed asynchronously.
sendData(Object, String) - 类 中的方法net.hasor.neta.channel.NetChannel
sent data to remote, The network IO transfer operation is performed asynchronously.
sendData(Object) - 接口 中的方法net.hasor.neta.channel.PipeContext
write data to protocol stack, the event propagates backward from the current protocol layer
sendData(Object) - 类 中的方法net.hasor.neta.channel.PipeContextImpl
 
setAppProtocol(String[]) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setAppProtocolSelector(SslAppProtocolSelector) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setAttribute(String, Object) - 类 中的方法net.hasor.neta.channel.AttributeChannel
 
setAttribute(String, Object) - 接口 中的方法net.hasor.neta.channel.SoChannel
set any object to SoChannel attributes
setAuthType(SslAuthKeyType) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setBufAllocator(ByteBufAllocator) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setByte(int, byte) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 1 字节的 byte,该方法不会更新 writerIndex 值。
setByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setBytes(int, byte[]) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setBytes(int, byte[]) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 b 数组的数据,该方法不会更新 writerIndex 值。
setBytes(int, byte[], int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 b 数组的数据,该方法不会更新 writerIndex 值。
setBytes(int, byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setCiphers(String[]) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setClassLoader(ClassLoader) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setClientAuth(SslClientAuth) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setConnectTimeoutMs(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setFloat32(int, float) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 4 字节长度的 float(大端字节序),该方法不会更新 writerIndex 值。
setFloat32(int, float) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setFloat32LE(int, float) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 4 字节长度的 float(小端字节序),该方法不会更新 writerIndex 值。
setFloat32LE(int, float) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setFloat64(int, double) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 8 字节长度的 float(大端字节序),该方法不会更新 writerIndex 值。
setFloat64(int, double) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setFloat64LE(int, double) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 8 字节长度的 float(小端字节序),该方法不会更新 writerIndex 值。
setFloat64LE(int, double) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt16(int, short) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt16(int, short) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 2 字节长度的 sort(大端字节序),该方法不会更新 writerIndex 值。
setInt16(int, short) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt16LE(int, short) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt16LE(int, short) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 2 字节长度的 sort(小端字节序),该方法不会更新 writerIndex 值。
setInt16LE(int, short) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt24(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt24(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 3 字节长度的 int(大端字节序),该方法不会更新 writerIndex 值。
setInt24(int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt24LE(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt24LE(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 3 字节长度的 int(小端字节序),该方法不会更新 writerIndex 值。
setInt24LE(int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt32(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt32(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 4 字节长度的 int(大端字节序),该方法不会更新 writerIndex 值。
setInt32(int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt32LE(int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt32LE(int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 4 字节长度的 int(小端字节序),该方法不会更新 writerIndex 值。
setInt32LE(int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt64(int, long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt64(int, long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 8 字节长度的 long(大端字节序),该方法不会更新 writerIndex 值。
setInt64(int, long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setInt64LE(int, long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
setInt64LE(int, long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入 8 字节长度的 long(小端字节序),该方法不会更新 writerIndex 值。
setInt64LE(int, long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setIoThreads(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setJksResource(String) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setKeyManagerFactory(KeyManagerFactory) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setKeyPassword(String) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setKeyStore(KeyStore) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setLocalBuf(int, int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setMaxResizingAppBufSize(int) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setMaxResizingNetBufSize(int) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setNetlog(boolean) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setPemCertChain(String) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setPemPrivate(String) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setPipeRcvDownStackSize(int) - 类 中的方法net.hasor.neta.handler.PipeConfig
 
setPipeSndUpStackSize(int) - 类 中的方法net.hasor.neta.handler.PipeConfig
 
setProtocols(String[]) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setProvider(SslProvider) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setRcvLocalBuf(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setRcvSwapBuf(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setReadTimeout() - 类 中的方法net.hasor.neta.channel.NetChannel
Sets a timer that will fire readTimeout if no network data is received within a specified amount of time.
setReadTimeout(int, TimeUnit) - 类 中的方法net.hasor.neta.channel.NetChannel
Sets a timer that will fire readTimeout if no network data is received within a specified amount of time.
setRetryIntervalMs(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSndLocalBuf(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSndSwapBuf(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoKeepAlive(Boolean) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoKeepCount(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoKeepIdleSec(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoKeepIntervalSec(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoRcvBuf(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoReadTimeoutMs(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoSndBuf(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSoWriteTimeoutMs(Integer) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setSsllog(boolean) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setSslMode(SslMode) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setString(int, String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
在 offset 偏移量的位置上向后覆盖方式写入字符串,字符串会通过 str.getBytes(charset) 方式转换为字节数组,该方法不会更新 writerIndex 值。
setString(int, String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
setSuspend(boolean) - 类 中的方法net.hasor.neta.channel.NetListenOptions
 
setSwapBuf(int, int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setTaskThreads(int) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setThreadFactory(SoThreadFactory) - 类 中的方法net.hasor.neta.channel.SoConfig
 
setTrustManagerFactory(TrustManagerFactory) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
setTrustManagers(TrustManager[]) - 类 中的方法net.hasor.neta.handler.ssl.SslConfig
 
shutdown - 类 中的变量net.hasor.neta.channel.AbstractSocket
 
shutdown() - 类 中的方法net.hasor.neta.channel.AbstractSocket
 
shutdown0(boolean) - 类 中的方法net.hasor.neta.channel.AbstractSocket
 
shutdown0(boolean) - 类 中的方法net.hasor.neta.channel.CobbleSocket
 
shutdownInput() - 类 中的方法net.hasor.neta.channel.NetChannel
Shutdown the connection for reading without closing the channel.
shutdownOutput() - 类 中的方法net.hasor.neta.channel.NetChannel
Shutdown the connection for write without closing the channel.
SimplePipeStack - net.hasor.neta.channel中的类
Application protocol stack
SimplePipeStack() - 类 的构造器net.hasor.neta.channel.SimplePipeStack
 
SimpleTask - net.hasor.neta.channel中的类
closing the channel.
SimpleTask(Runnable) - 类 的构造器net.hasor.neta.channel.SimpleTask
 
SimpleTrustManagerFactory - net.hasor.neta.handler.ssl中的类
Helps to implement a custom TrustManagerFactory.
SimpleTrustManagerFactory() - 类 的构造器net.hasor.neta.handler.ssl.SimpleTrustManagerFactory
Creates a new instance.
SimpleTrustManagerFactory(String) - 类 的构造器net.hasor.neta.handler.ssl.SimpleTrustManagerFactory
Creates a new instance.
skip(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
skipBytes(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufInputStream
 
skipMessage(int) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
skipMessage(int) - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
skip message form queue
skipReadableBytes(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
skipReadableBytes(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
 
skipReadableBytes(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
skipWritableBytes(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
skipWritableBytes(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
 
skipWritableBytes(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
SliceNioByteBuf - net.hasor.neta.bytebuf中的类
基于 NioChunk 的 ByteBuf 接口实现。
SliceNioByteBuf(ByteBufAllocator, int, int, NioChunkAllocator) - 类 的构造器net.hasor.neta.bytebuf.SliceNioByteBuf
 
SliceNioByteBuf(ByteBufAllocator, ByteBuffer) - 类 的构造器net.hasor.neta.bytebuf.SliceNioByteBuf
 
sliceSizeByDefault - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
slotSize() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
slotSize() - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
The number of writable slots, default is Integer.MAX.
sndError(PipeContext, String, Throwable) - 接口 中的方法net.hasor.neta.channel.Pipeline
Errors from the network layer.
sndError(PipeContext, String, Throwable) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
sndLayer(PipeContext, String, Object[]) - 接口 中的方法net.hasor.neta.channel.Pipeline
Trigger sending data
sndLayer(PipeContext, String, Object[]) - 类 中的方法net.hasor.neta.channel.SimplePipeStack
 
sndReset() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
sndReset() - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
delete the one you just PipeSndQueue.offerMessage(List) data.
sndSubmit() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
sndSubmit() - 接口 中的方法net.hasor.neta.handler.PipeSndQueue
marks slots locke them in this Queue, PipeSndQueue.sndReset() will not affect them.
SO_CHANNEL_RETRY_CNT - 接口 中的静态变量net.hasor.neta.channel.PipeContext
 
SoChannel<T> - net.hasor.neta.channel中的接口
Channel
SoCloseException - net.hasor.neta.channel中的异常错误
When SoChannel is closed.
SoCloseException() - 异常错误 的构造器net.hasor.neta.channel.SoCloseException
 
SoConfig - net.hasor.neta.channel中的类
Socket Config
SoConfig() - 类 的构造器net.hasor.neta.channel.SoConfig
 
SoConnectTimeoutException - net.hasor.neta.channel中的异常错误
ConnectException which will be thrown if a connection could not be established because of a connection timeout.
SoConnectTimeoutException(String) - 异常错误 的构造器net.hasor.neta.channel.SoConnectTimeoutException
 
SoContext - net.hasor.neta.channel中的接口
manage all network NetChannel and NetListen
soContext - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
SoDelayTask - net.hasor.neta.channel中的类
delay task
SoDelayTask(int) - 类 的构造器net.hasor.neta.channel.SoDelayTask
 
SoDelayTask(SoContext) - 类 的构造器net.hasor.neta.channel.SoDelayTask
 
SoHandlerStatus - net.hasor.neta.channel中的枚举
Handler status
SoInputCloseException - net.hasor.neta.channel中的异常错误
SoInputCloseException() - 异常错误 的构造器net.hasor.neta.channel.SoInputCloseException
 
SoOutputCloseException - net.hasor.neta.channel中的异常错误
SoOutputCloseException() - 异常错误 的构造器net.hasor.neta.channel.SoOutputCloseException
 
SoOverflowException - net.hasor.neta.channel中的异常错误
socket Overflow Exception.
SoOverflowException(String) - 异常错误 的构造器net.hasor.neta.channel.SoOverflowException
Constructs an instance of this class.
SoReadTimeoutException - net.hasor.neta.channel中的异常错误
ConnectException which will be thrown if a connection could not be established because of a connection read timeout.
SoReadTimeoutException(String) - 异常错误 的构造器net.hasor.neta.channel.SoReadTimeoutException
 
SoResManager - net.hasor.neta.channel中的接口
Resource manager
SoThreadFactory - net.hasor.neta.channel中的接口
Create a thread factory for io/worker threads.
SoTimeoutException - net.hasor.neta.channel中的异常错误
Thrown to indicate that there is an error creating or accessing a Socket.
SoTimeoutException() - 异常错误 的构造器net.hasor.neta.channel.SoTimeoutException
 
SoTimeoutException(String) - 异常错误 的构造器net.hasor.neta.channel.SoTimeoutException
 
SoWriteTimeoutException - net.hasor.neta.channel中的异常错误
ConnectException which will be thrown if a connection could not be established because of a connection write timeout.
SoWriteTimeoutException(String) - 异常错误 的构造器net.hasor.neta.channel.SoWriteTimeoutException
 
src() - 接口 中的方法net.hasor.neta.handler.PipeExceptionHolder
 
SSL_v2 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
已过时。
SSLv2 is no longer secure. Consider using SslProtocol.TLS_v1_2 or SslProtocol.TLS_v1_3
SSL_v2Hello - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
已过时。
SSLv2Hello is no longer secure. Consider using SslProtocol.TLS_v1_2 or SslProtocol.TLS_v1_3
SSL_v3 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
已过时。
SSLv3 is no longer secure. Consider using SslProtocol.TLS_v1_2 or SslProtocol.TLS_v1_3
SslAppProtocolSelector - net.hasor.neta.handler.ssl中的接口
Select a protocol that is supported in the TLS NPN/ALPN extension.
SslAuthKeyType - net.hasor.neta.handler.ssl中的枚举
Certificate File Type
SslClientAuth - net.hasor.neta.handler.ssl中的枚举
Indicates the state of the SSLEngine with respect to client authentication.
SslConfig - net.hasor.neta.handler.ssl中的类
SSL 配置
SslConfig() - 类 的构造器net.hasor.neta.handler.ssl.SslConfig
 
sslConfig - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
SslContext - net.hasor.neta.handler.ssl中的接口
A status for PipeLayer
SslContextBasic - net.hasor.neta.handler.ssl中的类
An implementation of the SslContext interface that provides SSL handshake support
SslContextBasic(long, SslConfig, PipeContext, boolean) - 类 的构造器net.hasor.neta.handler.ssl.SslContextBasic
 
sslLog - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
sslMode - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
SslMode - net.hasor.neta.handler.ssl中的枚举
SSL mode of working
SslPipeLayer - net.hasor.neta.handler.ssl中的类
SSL 网络协议层
SslPipeLayer(SslConfig) - 类 的构造器net.hasor.neta.handler.ssl.SslPipeLayer
 
SslProtocol - net.hasor.neta.handler.ssl中的接口
Supported SSL protocols
SslProvider - net.hasor.neta.handler.ssl中的枚举
An enumeration of SSL/TLS protocol providers.
sslStatus - 类 中的变量net.hasor.neta.handler.ssl.SslContextBasic
 
SslTmfWrapper - net.hasor.neta.handler.ssl中的类
 
SslTmfWrapper(TrustManager) - 类 的构造器net.hasor.neta.handler.ssl.SslTmfWrapper
 
SslTmfWrapper(TrustManager[]) - 类 的构造器net.hasor.neta.handler.ssl.SslTmfWrapper
 
suspend() - 类 中的方法net.hasor.neta.channel.NetListen
set suspend is true all new accept socket will be closed when suspend = true.

T

takeCount - 类 中的变量net.hasor.neta.handler.PipeQueue
 
takeMessage(int) - 类 中的方法net.hasor.neta.handler.PipeQueue
 
takeMessage() - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
take message form queue
takeMessage(int) - 接口 中的方法net.hasor.neta.handler.PipeRcvQueue
take message form queue
TLS_v1 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
已过时。
TLSv1 is no longer secure. Consider using SslProtocol.TLS_v1_2 or SslProtocol.TLS_v1_3
TLS_v1_1 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
已过时。
TLSv1.1 is no longer secure. Consider using SslProtocol.TLS_v1_2 or SslProtocol.TLS_v1_3
TLS_v1_2 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
TLS v1.2,Supports RFC 5246: TLS version 1.2 ; may support other versions
TLS_v1_3 - 接口 中的静态变量net.hasor.neta.handler.ssl.SslProtocol
TLS v1.3
toBytes(ByteBuf) - 类 中的静态方法net.hasor.neta.bytebuf.ByteBufUtil
 
toString() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
toString() - 类 中的方法net.hasor.neta.handler.EmbeddedSocketAddress
 
toString() - 类 中的方法net.hasor.neta.handler.PipeQueue
 
transferToClient() - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
send the EmbeddedChannel SND_DOWN endpoint data from server to client.
transferToClient(int) - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
send the EmbeddedChannel SND_DOWN endpoint data from server to client.
transferToServer() - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
send the EmbeddedChannel SND_DOWN endpoint data from client to server.
transferToServer(int) - 类 中的方法net.hasor.neta.handler.EmbeddedTransfer
send the EmbeddedChannel SND_DOWN endpoint data from client to server.

U

UNSAFE - 类 中的静态变量net.hasor.neta.bytebuf.Cleaner
 

V

valueOf(String) - 枚举 中的静态方法net.hasor.neta.channel.DefaultSoTask.SoTaskStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.channel.SoHandlerStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.handler.PipeStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslAuthKeyType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslClientAuth
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslProvider
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.hasor.neta.channel.DefaultSoTask.SoTaskStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.channel.SoHandlerStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.handler.PipeStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslAuthKeyType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslClientAuth
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.neta.handler.ssl.SslProvider
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

waitAnyAccept() - 类 中的方法net.hasor.neta.channel.NetListen
Wait for an incoming.
waitAnyNewAccept() - 类 中的方法net.hasor.neta.channel.NetListen
Wait for an new incoming.
waitIdle() - 类 中的方法net.hasor.neta.channel.NetListen
Wait for all disconnection.
waitReceive() - 类 中的方法net.hasor.neta.channel.NetChannel
expect new data to be received within SoReadTimeoutMs
waitReceive(int, TimeUnit) - 类 中的方法net.hasor.neta.channel.NetChannel
expect new data to be received within timeout.
wContext - 类 中的变量net.hasor.neta.channel.NetChannel
 
wrap(byte[]) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
wrap(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBufAllocator
 
wrap(byte[]) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf, with the bytes array.
wrap(ByteBuffer) - 接口 中的方法net.hasor.neta.bytebuf.ByteBufAllocator
Allocate a ByteBuf, with the ByteBuffer.
writableBytes() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writableBytes() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the number of writable bytes which is equal to (maxCapacity - (writerIndex - readMark)).
writableBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
write(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
write(ByteBuf) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
write(ByteBuffer) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
use copy form src ByteBuffer
write(ByteBuf) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
use copy form src ByteBuffer
write(ByteBuffer) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
write(ByteBuf) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
write(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
write(byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
write(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeBoolean(boolean) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeByte(byte) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeByte(byte) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 1 字节的 byte,写入后 writerIndex 会 + 1。
writeByte(byte) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeByte(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeBytes(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeBytes(byte[]) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
数据写入,写入后 writerIndex 会增加 b.length。
writeBytes(byte[], int, int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
数据写入,写入后 writerIndex 会增加 len。
writeBytes(byte[]) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeBytes(byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeBytes(String) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeChar(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeChars(String) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writedBytes() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writedBytes() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the number of writed bytes which is equal to (writerIndex - writerMark).
writedBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeDouble(double) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeFloat(float) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeFloat32(float) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的 float(大端字节序),写入后 writerIndex 会 + 4。
writeFloat32(float) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeFloat32LE(float) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的 float(小端字节序),写入后 writerIndex 会 + 4。
writeFloat32LE(float) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeFloat64(double) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 8 字节的 double(大端字节序),写入后 writerIndex 会 + 8。
writeFloat64(double) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeFloat64LE(double) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 8 字节的 double(小端字节序),写入后 writerIndex 会 + 8。
writeFloat64LE(double) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeInt16(short) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt16(short) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 2 字节的 sort(大端字节序),写入后 writerIndex 会 + 2。
writeInt16(short) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt16LE(short) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt16LE(short) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 2 字节的 sort(小端字节序),写入后 writerIndex 会 + 2。
writeInt16LE(short) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt24(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt24(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 3 字节的 int(大端字节序),写入后 writerIndex 会 + 3。
writeInt24(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt24LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 3 字节的 int(小端字节序),写入后 writerIndex 会 + 3。
writeInt24LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt32(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt32(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的 int(大端字节序),写入后 writerIndex 会 + 4。
writeInt32(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt32LE(int) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的 int(小端字节序),写入后 writerIndex 会 + 4。
writeInt32LE(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt64(long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt64(long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 8 字节的 long(大端字节序),写入后 writerIndex 会 + 8。
writeInt64(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeInt64LE(long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeInt64LE(long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 8 字节的 int(小端字节序),写入后 writerIndex 会 + 8。
writeInt64LE(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeLong(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeMedium(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeRcvUp(T) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the RCV_UP of this SoChannel.
writeRcvUp(String, T) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the RCV_UP of this SoChannel, the message will only be sent to the specific protocol layer
writeRcvUpArray(T[]) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the RCV_UP of this SoChannel.
writeRcvUpArray(String, T[]) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the RCV_UP of this SoChannel, the message will only be sent to the specific protocol layer
writeRcvUpError(Throwable) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write error to the RCV_UP of this SoChannel.
writeRcvUpError(String, Throwable) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write error to the RCV_UP of this SoChannel, the message will only be sent to the specific protocol layer
writerIndex - 类 中的变量net.hasor.neta.bytebuf.AbstractByteBuf
 
writerIndex() - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writerIndex() - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
Returns the writerIndex of this buffer.
writerIndex() - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeShort(int) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writeSndUp(T) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the SND_UP of this SoChannel.
writeSndUp(String, T) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the SND_UP of this SoChannel, the message will only be sent to the specific protocol layer
writeSndUpArray(T[]) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the SND_UP of this SoChannel.
writeSndUpArray(String, T[]) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write messages to the SND_UP of this SoChannel, the message will only be sent to the specific protocol layer
writeSndUpError(Throwable) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write error to the SND_UP of this SoChannel.
writeSndUpError(String, Throwable) - 类 中的方法net.hasor.neta.handler.EmbeddedChannel
Write error to the SND_UP of this SoChannel, the message will only be sent to the specific protocol layer
writeString(String, Charset) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
字符串会以 str.getBytes(charset) 方式转换为字节数组并写入缓存。
writeString(String, Charset) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeUInt32(long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeUInt32(long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的无符号 int(大端字节序),写入后 writerIndex 会 + 4。
writeUInt32(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeUInt32LE(long) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
writeUInt32LE(long) - 接口 中的方法net.hasor.neta.bytebuf.ByteBuf
写入 4 字节的无符号 int(小端字节序),写入后 writerIndex 会 + 4。
writeUInt32LE(long) - 类 中的方法net.hasor.neta.bytebuf.ByteBufAdapter
 
writeUTF(String) - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
 
writtenBytes() - 类 中的方法net.hasor.neta.bytebuf.ByteBufOutputStream
Returns the number of written bytes by this stream so far.

_

_getByte(int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
_getByte(int) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
_getByte(int) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
_getByte(int) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
_getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
_getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
_getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
_getBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
_putByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
_putByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
_putByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
_putByte(int, byte) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
_putBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.AbstractByteBuf
 
_putBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.ArrayByteBuf
 
_putBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.PooledNioByteBuf
 
_putBytes(int, byte[], int, int) - 类 中的方法net.hasor.neta.bytebuf.SliceNioByteBuf
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
跳过导航链接

Copyright © 2022–2024. All rights reserved.