Interface FrameDecoder.FrameProcessor

All Known Implementing Classes:
AbstractMessageHandler, CQLMessageHandler, InboundMessageHandler
Enclosing class:
FrameDecoder

public static interface FrameDecoder.FrameProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Frame processor that the frames should be handed off to.
  • Method Details

    • process

      boolean process(FrameDecoder.Frame frame) throws 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:
      IOException