|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |