Class ClientSelector


  • public class ClientSelector
    extends Object
    The ClientSelector class is used for checking the correctness of a selector client side.
    • Constructor Detail

      • ClientSelector

        public ClientSelector()
    • Method Detail

      • checks

        public static boolean checks​(String selector)
                              throws SelectorException
        Clients call this method to check a selector syntax.
        Returns:
        true when the syntax is ok.
        Throws:
        SelectorException - When the selector syntax is incorrect.