Class DETECT_LOOPBACKS

  • All Implemented Interfaces:
    Lifecycle

    public class DETECT_LOOPBACKS
    extends Protocol
    Detects unicast loopbacks: messages where dest == local address
    Since:
    5.1.6
    Author:
    Bela Ban
    • Field Detail

      • print_to_stdout

        protected boolean print_to_stdout
      • count

        protected final java.util.concurrent.atomic.AtomicInteger count
    • Constructor Detail

      • DETECT_LOOPBACKS

        public DETECT_LOOPBACKS()
    • Method Detail

      • down

        public java.lang.Object down​(Message msg)
        Description copied from class: Protocol
        A message is sent down the stack. Protocols may examine the message and do something (e.g. add a header) with it, before passing it down.
        Overrides:
        down in class Protocol