Interface Parser.DecodePayloadCallback<T>

Enclosing interface:
Parser

public static interface Parser.DecodePayloadCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    call(Packet<T> packet, int index, int total)
     
  • Method Details

    • call

      boolean call(Packet<T> packet, int index, int total)