Uses of Interface
io.netty.util.ByteProcessor
-
Packages that use ByteProcessor Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.buffer.search Utility classes for performing efficient substring search withinByteBuf.io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty.handler.codec.base64 io.netty.handler.codec.compression io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.multipart HTTP multipart support.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.stomp STOMP codecio.netty.util Utility classes used across multiple packages. -
-
Uses of ByteProcessor in io.netty.buffer
Subinterfaces of ByteProcessor in io.netty.buffer Modifier and Type Interface Description interfaceByteBufProcessorDeprecated.UseByteProcessor.Fields in io.netty.buffer declared as ByteProcessor Modifier and Type Field Description private static ByteProcessorByteBufUtil. FIND_NON_ASCIIAborts on a byte which is not a valid ASCII character.Methods in io.netty.buffer with parameters of type ByteProcessor Modifier and Type Method Description intAbstractByteBuf. forEachByte(int index, int length, ByteProcessor processor)intAbstractByteBuf. forEachByte(ByteProcessor processor)intAbstractUnpooledSlicedByteBuf. forEachByte(int index, int length, ByteProcessor processor)intAdvancedLeakAwareByteBuf. forEachByte(int index, int length, ByteProcessor processor)intAdvancedLeakAwareByteBuf. forEachByte(ByteProcessor processor)intAdvancedLeakAwareCompositeByteBuf. forEachByte(int index, int length, ByteProcessor processor)intAdvancedLeakAwareCompositeByteBuf. forEachByte(ByteProcessor processor)abstract intByteBuf. forEachByte(int index, int length, ByteProcessor processor)Iterates over the specified area of this buffer with the specifiedprocessorin ascending order.abstract intByteBuf. forEachByte(ByteProcessor processor)Iterates over the readable bytes of this buffer with the specifiedprocessorin ascending order.intDuplicatedByteBuf. forEachByte(int index, int length, ByteProcessor processor)Deprecated.intEmptyByteBuf. forEachByte(int index, int length, ByteProcessor processor)intEmptyByteBuf. forEachByte(ByteProcessor processor)intPooledDuplicatedByteBuf. forEachByte(int index, int length, ByteProcessor processor)intPooledSlicedByteBuf. forEachByte(int index, int length, ByteProcessor processor)intReadOnlyByteBuf. forEachByte(int index, int length, ByteProcessor processor)Deprecated.intSwappedByteBuf. forEachByte(int index, int length, ByteProcessor processor)Deprecated.intSwappedByteBuf. forEachByte(ByteProcessor processor)Deprecated.intWrappedByteBuf. forEachByte(int index, int length, ByteProcessor processor)intWrappedByteBuf. forEachByte(ByteProcessor processor)intWrappedCompositeByteBuf. forEachByte(int index, int length, ByteProcessor processor)intWrappedCompositeByteBuf. forEachByte(ByteProcessor processor)(package private) intAbstractByteBuf. forEachByteAsc0(int start, int end, ByteProcessor processor)protected intCompositeByteBuf. forEachByteAsc0(int start, int end, ByteProcessor processor)intAbstractByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intAbstractByteBuf. forEachByteDesc(ByteProcessor processor)intAbstractUnpooledSlicedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intAdvancedLeakAwareByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intAdvancedLeakAwareByteBuf. forEachByteDesc(ByteProcessor processor)intAdvancedLeakAwareCompositeByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intAdvancedLeakAwareCompositeByteBuf. forEachByteDesc(ByteProcessor processor)abstract intByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)Iterates over the specified area of this buffer with the specifiedprocessorin descending order.abstract intByteBuf. forEachByteDesc(ByteProcessor processor)Iterates over the readable bytes of this buffer with the specifiedprocessorin descending order.intDuplicatedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)Deprecated.intEmptyByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intEmptyByteBuf. forEachByteDesc(ByteProcessor processor)intPooledDuplicatedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intPooledSlicedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intReadOnlyByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)Deprecated.intSwappedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)Deprecated.intSwappedByteBuf. forEachByteDesc(ByteProcessor processor)Deprecated.intWrappedByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intWrappedByteBuf. forEachByteDesc(ByteProcessor processor)intWrappedCompositeByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intWrappedCompositeByteBuf. forEachByteDesc(ByteProcessor processor)(package private) intAbstractByteBuf. forEachByteDesc0(int rStart, int rEnd, ByteProcessor processor)protected intCompositeByteBuf. forEachByteDesc0(int rStart, int rEnd, ByteProcessor processor) -
Uses of ByteProcessor in io.netty.buffer.search
Subinterfaces of ByteProcessor in io.netty.buffer.search Modifier and Type Interface Description interfaceMultiSearchProcessorInterface forSearchProcessorthat implements simultaneous search for multiple strings.interfaceSearchProcessorInterface forByteProcessorthat implements string search.Classes in io.netty.buffer.search that implement ByteProcessor Modifier and Type Class Description static classAhoCorasicSearchProcessorFactory.Processorstatic classBitapSearchProcessorFactory.Processorstatic classKmpSearchProcessorFactory.Processor -
Uses of ByteProcessor in io.netty.handler.codec
Methods in io.netty.handler.codec with parameters of type ByteProcessor Modifier and Type Method Description intReplayingDecoderByteBuf. forEachByte(int index, int length, ByteProcessor processor)intReplayingDecoderByteBuf. forEachByte(ByteProcessor processor)intReplayingDecoderByteBuf. forEachByteDesc(int index, int length, ByteProcessor processor)intReplayingDecoderByteBuf. forEachByteDesc(ByteProcessor processor) -
Uses of ByteProcessor in io.netty.handler.codec.base64
Classes in io.netty.handler.codec.base64 that implement ByteProcessor Modifier and Type Class Description private static classBase64.Decoder -
Uses of ByteProcessor in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as ByteProcessor Modifier and Type Field Description private ByteProcessorByteBufChecksum. updateProcessorprivate ByteProcessorBzip2BlockCompressor. writeProcessor -
Uses of ByteProcessor in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement ByteProcessor Modifier and Type Class Description private static classHttpObjectDecoder.HeaderParserprivate classHttpObjectDecoder.LineParserFields in io.netty.handler.codec.http declared as ByteProcessor Modifier and Type Field Description private static ByteProcessorDefaultHttpHeaders. HEADER_NAME_VALIDATOR -
Uses of ByteProcessor in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement ByteProcessor Modifier and Type Class Description private static classHttpPostStandardRequestDecoder.UrlDecoderprivate static classHttpPostStandardRequestDecoder.UrlEncodedDetector -
Uses of ByteProcessor in io.netty.handler.codec.http.websocketx
Classes in io.netty.handler.codec.http.websocketx that implement ByteProcessor Modifier and Type Class Description (package private) classUtf8ValidatorChecks UTF8 bytes for validity -
Uses of ByteProcessor in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement ByteProcessor Modifier and Type Class Description (package private) classHpackHuffmanDecoderprivate classHpackHuffmanEncoder.EncodedLengthProcessorprivate classHpackHuffmanEncoder.EncodeProcessorFields in io.netty.handler.codec.http2 declared as ByteProcessor Modifier and Type Field Description private static ByteProcessorDefaultHttp2Headers. HTTP2_NAME_VALIDATOR_PROCESSOR -
Uses of ByteProcessor in io.netty.handler.codec.redis
Classes in io.netty.handler.codec.redis that implement ByteProcessor Modifier and Type Class Description private static classRedisDecoder.ToPositiveLongProcessor -
Uses of ByteProcessor in io.netty.handler.codec.stomp
Classes in io.netty.handler.codec.stomp that implement ByteProcessor Modifier and Type Class Description private static classStompSubframeDecoder.HeaderParserprivate static classStompSubframeDecoder.Utf8LineParser -
Uses of ByteProcessor in io.netty.util
Classes in io.netty.util that implement ByteProcessor Modifier and Type Class Description static classByteProcessor.IndexNotOfProcessorAByteProcessorwhich finds the first appearance which is not of a specific byte.static classByteProcessor.IndexOfProcessorAByteProcessorwhich finds the first appearance of a specific byte.Fields in io.netty.util declared as ByteProcessor Modifier and Type Field Description static ByteProcessorByteProcessor. FIND_ASCII_SPACEAborts on a ascii space character (' ').static ByteProcessorByteProcessor. FIND_COMMAAborts on a comma(',').static ByteProcessorByteProcessor. FIND_CRAborts on aCR ('\r').static ByteProcessorByteProcessor. FIND_CRLFAborts on aCR ('\r')or aLF ('\n').static ByteProcessorByteProcessor. FIND_LFAborts on aLF ('\n').static ByteProcessorByteProcessor. FIND_LINEAR_WHITESPACEAborts on a linear whitespace (a (' 'or a'\t').static ByteProcessorByteProcessor. FIND_NON_CRAborts on a non-CR ('\r').static ByteProcessorByteProcessor. FIND_NON_CRLFAborts on a byte which is neither aCR ('\r')nor aLF ('\n').static ByteProcessorByteProcessor. FIND_NON_LFAborts on a non-LF ('\n').static ByteProcessorByteProcessor. FIND_NON_LINEAR_WHITESPACEAborts on a byte which is not a linear whitespace (neither' 'nor'\t').static ByteProcessorByteProcessor. FIND_NON_NULAborts on a non-NUL (0x00).static ByteProcessorByteProcessor. FIND_NULAborts on aNUL (0x00).static ByteProcessorByteProcessor. FIND_SEMI_COLONAborts on a semicolon(';').Methods in io.netty.util with parameters of type ByteProcessor Modifier and Type Method Description intAsciiString. forEachByte(int index, int length, ByteProcessor visitor)Iterates over the specified area of this buffer with the specifiedprocessorin ascending order.intAsciiString. forEachByte(ByteProcessor visitor)Iterates over the readable bytes of this buffer with the specifiedprocessorin ascending order.private intAsciiString. forEachByte0(int index, int length, ByteProcessor visitor)intAsciiString. forEachByteDesc(int index, int length, ByteProcessor visitor)Iterates over the specified area of this buffer with the specifiedprocessorin descending order.intAsciiString. forEachByteDesc(ByteProcessor visitor)Iterates over the readable bytes of this buffer with the specifiedprocessorin descending order.private intAsciiString. forEachByteDesc0(int index, int length, ByteProcessor visitor)
-