Interface AX25ParserWithDistributor

All Superinterfaces:
AX25Parser
All Known Implementing Classes:
APRSStack

public interface AX25ParserWithDistributor extends AX25Parser
This interface extends the AX25Parser interface to indicate it has a means to distribute protocol-specific packets to interested listeners. Because the listeners are protocol-specific, their registration method signatures are not defined here; this is just the hand-off for the AX25Stack to send the decoded packets to the protocol-specific distributor, which then handles any casting to subclasses and distribution to registered listeners.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send this message (and its associated frame) to the APRS consumers.

    Methods inherited from interface org.ka2ddo.ax25.AX25Parser

    parse
  • Method Details

    • processParsedAX25Packet

      void processParsedAX25Packet(AX25Frame frame, AX25Message parsedMsg)
      Send this message (and its associated frame) to the APRS consumers.
      Parameters:
      frame - AX25Frame containing the APRS message
      parsedMsg - AX25Message that was decoded from the frame