Interface FrameDecoder.FrameProcessor

    • Method Detail

      • process

        boolean process​(FrameDecoder.Frame frame)
                 throws java.io.IOException
        Frame processor that the frames should be handed off to.
        Returns:
        true if more frames can be taken by the processor, false if the decoder should pause until it's explicitly resumed.
        Throws:
        java.io.IOException