Package org.apache.hugegraph.computer.core.network.netty.codec
-
Class Summary Class Description FrameDecoder Frame decoder based on netty'sLengthFieldBasedFrameDecoderMessageDecoder Decoder used by the client side to encode server-to-client responses.MessageEncoder Encoder used by the server side to encode server-to-client responses.PreciseFrameDecoder ThePreciseFrameDecoderis a frame Decoder that precisely controls the number of the max bytes per read, the decoder should be chosen when receiving data using zero-copy.