Package io.netty.handler.codec.bytes


package io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
  • Classes
    Class
    Description
    Decodes a received ByteBuf into an array of bytes.
    Encodes the requested array of bytes into a ByteBuf.