|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeleteResponse in org.apache.directory.api.dsmlv2.reponse |
|---|
| Classes in org.apache.directory.api.dsmlv2.reponse that implement DeleteResponse | |
|---|---|
class |
DelResponseDsml
DSML Decorator for DelResponse |
| Constructors in org.apache.directory.api.dsmlv2.reponse with parameters of type DeleteResponse | |
|---|---|
DelResponseDsml(LdapApiService codec,
DeleteResponse ldapMessage)
Creates a new getDecoratedMessage() of DelResponseDsml. |
|
| Uses of DeleteResponse in org.apache.directory.api.ldap.codec.decorators |
|---|
| Classes in org.apache.directory.api.ldap.codec.decorators that implement DeleteResponse | |
|---|---|
class |
DeleteResponseDecorator
A decorator for the DeleteRequest message |
| Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type DeleteResponse | |
|---|---|
DeleteResponseDecorator(LdapApiService codec,
DeleteResponse decoratedMessage)
Makes a DeleteResponse a MessageDecorator. |
|
| Uses of DeleteResponse in org.apache.directory.api.ldap.model.message |
|---|
| Classes in org.apache.directory.api.ldap.model.message that implement DeleteResponse | |
|---|---|
class |
DeleteResponseImpl
DeleteResponse implementation |
| Methods in org.apache.directory.api.ldap.model.message that return DeleteResponse | |
|---|---|
DeleteResponse |
DeleteRequestImpl.getResultResponse()
The result containing response for this request. |
| Uses of DeleteResponse in org.apache.directory.api.ldap.model.message.extended |
|---|
| Classes in org.apache.directory.api.ldap.model.message.extended that implement DeleteResponse | |
|---|---|
class |
DeleteNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Delete response. |
| Uses of DeleteResponse in org.apache.directory.ldap.client.api |
|---|
| Methods in org.apache.directory.ldap.client.api that return DeleteResponse | |
|---|---|
DeleteResponse |
LdapNetworkConnection.delete(DeleteRequest deleteRequest)
Performs a delete operation based on the delete request object. |
DeleteResponse |
LdapConnection.delete(DeleteRequest deleteRequest)
Performs a delete operation based on the delete request object. |
| Uses of DeleteResponse in org.apache.directory.ldap.client.api.future |
|---|
| Methods in org.apache.directory.ldap.client.api.future that return DeleteResponse | |
|---|---|
DeleteResponse |
DeleteFuture.get()
Get the DeleteResponse, blocking until one is received. |
DeleteResponse |
DeleteFuture.get(long timeout,
TimeUnit unit)
Get the DeleteResponse, blocking until one is received, or until the given timeout is reached. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||