Interface Codec

  • All Known Implementing Classes:
    JsonCodec

    public interface Codec
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T decode​(io.netty.buffer.ByteBuf buffer, java.lang.Class<T> tClass)  
      io.netty.buffer.ByteBuf encode​(java.lang.Object object)  
    • Method Detail

      • encode

        io.netty.buffer.ByteBuf encode​(java.lang.Object object)
      • decode

        <T> T decode​(io.netty.buffer.ByteBuf buffer,
                     java.lang.Class<T> tClass)