跳过导航链接
C D L N O S T 

C

CodecException - net.hasor.neta.handler.codec中的异常错误
An Exception which is thrown by a codec.
CodecException() - 异常错误 的构造器net.hasor.neta.handler.codec.CodecException
Creates a new instance.
CodecException(String, Throwable) - 异常错误 的构造器net.hasor.neta.handler.codec.CodecException
Creates a new instance.
CodecException(String) - 异常错误 的构造器net.hasor.neta.handler.codec.CodecException
Creates a new instance.
CodecException(Throwable) - 异常错误 的构造器net.hasor.neta.handler.codec.CodecException
Creates a new instance.

D

DelimiterBasedFrameHandler - net.hasor.neta.handler.codec中的类
 
DelimiterBasedFrameHandler() - 类 的构造器net.hasor.neta.handler.codec.DelimiterBasedFrameHandler
 

L

LimitFrameHandler - net.hasor.neta.handler.codec中的类
in ByteBuf is split into multiple ByteBuf using a fixed length Case 1 maxLength = 10 BEFORE (25 bytes) AFTER (25 bytes) +----------+ +----------+----------+---------+ | 25 bytes | -----> | 10 bytes | 10 bytes | 5 bytes | +----------+ +----------+----------+---------+ Case 2 maxLength = 10 BEFORE (14 bytes) AFTER (14 bytes) +------------------------------+ +------------+-----------+ | 3 bytes | 10 bytes | 1 bytes | ---> | (10 bytes) | (4 bytes) | +------------------------------+ +------------+-----------+
LimitFrameHandler(int) - 类 的构造器net.hasor.neta.handler.codec.LimitFrameHandler
Creates a new decoder.
LimitFrameHandler(int, ByteBufAllocator) - 类 的构造器net.hasor.neta.handler.codec.LimitFrameHandler
Creates a new decoder.
LineBasedFrameHandler - net.hasor.neta.handler.codec中的类
A decoder that splits the received ByteBufs on line endings.
LineBasedFrameHandler() - 类 的构造器net.hasor.neta.handler.codec.LineBasedFrameHandler
Creates a new decoder. the maximum length is Integer.MAX_VALUE
LineBasedFrameHandler(int) - 类 的构造器net.hasor.neta.handler.codec.LineBasedFrameHandler
Creates a new decoder.
LineBasedFrameHandler(int, boolean) - 类 的构造器net.hasor.neta.handler.codec.LineBasedFrameHandler
Creates a new decoder.

N

net.hasor.neta.handler.codec - 程序包 net.hasor.neta.handler.codec
 
net.hasor.neta.handler.codec.string - 程序包 net.hasor.neta.handler.codec.string
 

O

onMessage(PipeContext, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.codec.DelimiterBasedFrameHandler
 
onMessage(PipeContext, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.codec.LimitFrameHandler
 
onMessage(PipeContext, PipeRcvQueue<ByteBuf>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.codec.LineBasedFrameHandler
 
onMessage(PipeContext, PipeRcvQueue<ByteBuf>, PipeSndQueue<String>) - 类 中的方法net.hasor.neta.handler.codec.string.StringDecoderHandler
 
onMessage(PipeContext, PipeRcvQueue<String>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.codec.string.StringEncoderHandler
 
onMessage(PipeContext, boolean, PipeRcvQueue<ByteBuf>, PipeSndQueue<String>, PipeRcvQueue<String>, PipeSndQueue<ByteBuf>) - 类 中的方法net.hasor.neta.handler.codec.string.StringPipeLayer
 

S

StringDecoderHandler - net.hasor.neta.handler.codec.string中的类
Decodes a received ByteBuf into a String.
StringDecoderHandler() - 类 的构造器net.hasor.neta.handler.codec.string.StringDecoderHandler
Creates a new instance with the current system character set.
StringDecoderHandler(Charset) - 类 的构造器net.hasor.neta.handler.codec.string.StringDecoderHandler
Creates a new instance with the specified character set.
StringEncoderHandler - net.hasor.neta.handler.codec.string中的类
Encodes the requested String into a ByteBuf.
StringEncoderHandler() - 类 的构造器net.hasor.neta.handler.codec.string.StringEncoderHandler
Creates a new instance with the current system character set.
StringEncoderHandler(Charset) - 类 的构造器net.hasor.neta.handler.codec.string.StringEncoderHandler
Creates a new instance with the specified character set.
StringPipeLayer - net.hasor.neta.handler.codec.string中的类
StringPipeLayer() - 类 的构造器net.hasor.neta.handler.codec.string.StringPipeLayer
Creates a new instance with the current system character set.
StringPipeLayer(Charset) - 类 的构造器net.hasor.neta.handler.codec.string.StringPipeLayer
Creates a new instance with the specified character set.

T

TooLongFrameException - net.hasor.neta.handler.codec中的异常错误
An CodecException which is thrown when the length of the frame decoded is greater than the allowed maximum.
TooLongFrameException() - 异常错误 的构造器net.hasor.neta.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - 异常错误 的构造器net.hasor.neta.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - 异常错误 的构造器net.hasor.neta.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - 异常错误 的构造器net.hasor.neta.handler.codec.TooLongFrameException
Creates a new instance.
C D L N O S T 
跳过导航链接

Copyright © 2022–2024. All rights reserved.