Uses of Interface
io.netty.util.ByteProcessor

Packages that use ByteProcessor
Package
Description
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
Utility classes for performing efficient substring search within ByteBuf.
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.
Encoder and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder for Redis.
STOMP codec
Utility classes used across multiple packages.