Uses of Class
org.apache.directory.ldap.client.api.message.ExtendedResponse

Packages that use ExtendedResponse
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
org.apache.directory.ldap.client.api.listener   
org.apache.directory.ldap.client.api.message   
 

Uses of ExtendedResponse in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api that return ExtendedResponse
 ExtendedResponse LdapConnection.extended(ExtendedRequest extendedRequest)
          Performs an extended operation based on the Extended request object.
 ExtendedResponse LdapConnection.extended(org.apache.directory.shared.asn1.primitives.OID oid)
           
 ExtendedResponse LdapConnection.extended(org.apache.directory.shared.asn1.primitives.OID oid, byte[] value)
          sends a extended operation request to the server with the given OID and value
 ExtendedResponse LdapConnection.extended(java.lang.String oid)
           
 ExtendedResponse LdapConnection.extended(java.lang.String oid, byte[] value)
           
 

Uses of ExtendedResponse in org.apache.directory.ldap.client.api.future
 

Methods in org.apache.directory.ldap.client.api.future that return ExtendedResponse
 ExtendedResponse ExtendedFuture.get()
          Get the ExtendedResponse, blocking until one is received.
 ExtendedResponse ExtendedFuture.get(long timeout, java.util.concurrent.TimeUnit unit)
          Get the ExtendedResponse, blocking until one is received, or until the given timeout is reached.
 

Uses of ExtendedResponse in org.apache.directory.ldap.client.api.listener
 

Methods in org.apache.directory.ldap.client.api.listener with parameters of type ExtendedResponse
 void ExtendedListener.extendedOperationCompleted(LdapConnection connection, ExtendedResponse response)
          callback method called after completing the extended operation.
 

Uses of ExtendedResponse in org.apache.directory.ldap.client.api.message
 

Subclasses of ExtendedResponse in org.apache.directory.ldap.client.api.message
 class ExtendedIntermediateResponse
          IntermediateResponse received during the extended operation
 



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