Class CLEAR_FLAGS


  • public class CLEAR_FLAGS
    extends Protocol
    Protocol which clears the given flags in the down direction for all messages
    Since:
    4.0.4
    Author:
    Bela Ban
    • Field Detail

      • oob

        protected boolean oob
    • Constructor Detail

      • CLEAR_FLAGS

        public CLEAR_FLAGS()
    • 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