Class Filters


  • public class Filters
    extends java.lang.Object
    A set of standard filters for common use cases.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Filters.RejectSubtypes
      This filter will only accept messages of the exact same type as specified for the handler.
      static class  Filters.SubtypesOnly
      This filter will only accept messages that are real subtypes of the specified message types handled by the message handler.
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filters

        public Filters()