Modifier and Type | Method and Description |
---|---|
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(String oid) |
ExtendedResponse |
LdapConnection.extended(String oid,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
ExtendedResponse |
ExtendedFuture.get()
Get the ExtendedResponse, blocking until one is received.
|
ExtendedResponse |
ExtendedFuture.get(long timeout,
TimeUnit unit)
Get the ExtendedResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedListener.extendedOperationCompleted(LdapConnection connection,
ExtendedResponse response)
callback method called after completing the extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedIntermediateResponse
IntermediateResponse received during the extended operation
|
Copyright © 2009–2015 The Apache Software Foundation. All rights reserved.