Class DETECT_LOOPBACKS

java.lang.Object
org.jgroups.stack.Protocol
org.jgroups.protocols.DETECT_LOOPBACKS
All Implemented Interfaces:
Lifecycle

public class DETECT_LOOPBACKS extends Protocol
Detects unicast loopbacks: messages where dest == local address
Since:
5.1.6
  • Field Details

    • count

      protected final AtomicInteger count
  • Constructor Details

    • DETECT_LOOPBACKS

      public DETECT_LOOPBACKS()
  • Method Details

    • down

      public 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