Uses of Class
org.apache.directory.shared.ldap.util.LdapURL

Packages that use LdapURL
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.extended.operations   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.util   
 

Uses of LdapURL in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec that return types with arguments of type LdapURL
 java.util.List<LdapURL> LdapResult.getReferrals()
          Get the referrals
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapURL
 void LdapResult.addReferral(LdapURL referral)
          Add a referral
 

Uses of LdapURL in org.apache.directory.shared.ldap.codec.extended.operations
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations that return types with arguments of type LdapURL
 java.util.List<LdapURL> GracefulDisconnect.getReplicatedContexts()
          Get the list of replicated servers
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations with parameters of type LdapURL
 void GracefulDisconnect.addReplicatedContexts(LdapURL replicatedContext)
          Add a new URL of a replicated server
 

Uses of LdapURL in org.apache.directory.shared.ldap.codec.search
 

Methods in org.apache.directory.shared.ldap.codec.search that return types with arguments of type LdapURL
 java.util.List<LdapURL> SearchResultReference.getSearchResultReferences()
          Get the list of references
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapURL
 void SearchResultReference.addSearchResultReference(LdapURL searchResultReference)
          Add a new reference to the list.
 

Uses of LdapURL in org.apache.directory.shared.ldap.util
 

Fields in org.apache.directory.shared.ldap.util declared as LdapURL
static LdapURL LdapURL.EMPTY_URL
          A null LdapURL
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.