Class FollowSearchReferralHandler

    • Constructor Detail

      • FollowSearchReferralHandler

        public FollowSearchReferralHandler()
        Creates a new search referral handler.
      • FollowSearchReferralHandler

        public FollowSearchReferralHandler​(ReferralConnectionFactory factory)
        Creates a new search referral handler.
        Parameters:
        factory - referral connection factory
      • FollowSearchReferralHandler

        public FollowSearchReferralHandler​(ReferralConnectionFactory factory,
                                           boolean tf)
        Creates a new search referral handler.
        Parameters:
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals
      • FollowSearchReferralHandler

        public FollowSearchReferralHandler​(int limit)
        Creates a new search referral handler.
        Parameters:
        limit - number of referrals to follow
      • FollowSearchReferralHandler

        public FollowSearchReferralHandler​(int limit,
                                           ReferralConnectionFactory factory)
        Creates a new search referral handler.
        Parameters:
        limit - number of referrals to follow
        factory - referral connection factory
      • FollowSearchReferralHandler

        public FollowSearchReferralHandler​(int limit,
                                           ReferralConnectionFactory factory,
                                           boolean tf)
        Creates a new search referral handler.
        Parameters:
        limit - number of referrals to follow
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals
      • FollowSearchReferralHandler

        FollowSearchReferralHandler​(int limit,
                                    int depth,
                                    ReferralConnectionFactory factory,
                                    boolean tf)
        Creates a new search referral handler.
        Parameters:
        limit - number of referrals to follow
        depth - number of referrals followed
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals