Interface HttpObject

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      io.netty.handler.codec.DecoderResult getDecoderResult()
      Deprecated.
      Use DecoderResultProvider.decoderResult() instead.
      • Methods inherited from interface io.netty.handler.codec.DecoderResultProvider

        decoderResult, setDecoderResult
    • Method Detail

      • getDecoderResult

        @Deprecated
        io.netty.handler.codec.DecoderResult getDecoderResult()
        Deprecated.
        Use DecoderResultProvider.decoderResult() instead.