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​(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

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