|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AddResponse in org.apache.directory.api.dsmlv2.reponse |
|---|
| Classes in org.apache.directory.api.dsmlv2.reponse that implement AddResponse | |
|---|---|
class |
AddResponseDsml
DSML Decorator for AddResponse |
| Constructors in org.apache.directory.api.dsmlv2.reponse with parameters of type AddResponse | |
|---|---|
AddResponseDsml(LdapApiService codec,
AddResponse ldapMessage)
Creates a new getDecoratedMessage() of AddResponseDsml. |
|
| Uses of AddResponse in org.apache.directory.api.ldap.codec.decorators |
|---|
| Classes in org.apache.directory.api.ldap.codec.decorators that implement AddResponse | |
|---|---|
class |
AddResponseDecorator
A decorator for the AddResponse message |
| Methods in org.apache.directory.api.ldap.codec.decorators that return AddResponse | |
|---|---|
AddResponse |
AddResponseDecorator.getAddResponse()
|
| Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type AddResponse | |
|---|---|
AddResponseDecorator(LdapApiService codec,
AddResponse decoratedMessage)
Makes a AddResponse a MessageDecorator. |
|
| Uses of AddResponse in org.apache.directory.api.ldap.model.message |
|---|
| Classes in org.apache.directory.api.ldap.model.message that implement AddResponse | |
|---|---|
class |
AddResponseImpl
AddResponse implementation. |
| Methods in org.apache.directory.api.ldap.model.message that return AddResponse | |
|---|---|
AddResponse |
AddRequestImpl.getResultResponse()
The result containing response for this request. |
| Uses of AddResponse in org.apache.directory.api.ldap.model.message.extended |
|---|
| Classes in org.apache.directory.api.ldap.model.message.extended that implement AddResponse | |
|---|---|
class |
AddNoDResponse
An extended operation intended for notifying clients of upcoming disconnection for the Add response. |
| Uses of AddResponse in org.apache.directory.ldap.client.api |
|---|
| Methods in org.apache.directory.ldap.client.api that return AddResponse | |
|---|---|
AddResponse |
LdapNetworkConnection.add(AddRequest addRequest)
Add an entry present in the AddRequest to the server. |
AddResponse |
LdapConnection.add(AddRequest addRequest)
Add an entry present in the AddRequest to the server. |
| Uses of AddResponse in org.apache.directory.ldap.client.api.future |
|---|
| Methods in org.apache.directory.ldap.client.api.future that return AddResponse | |
|---|---|
AddResponse |
AddFuture.get()
Get the AddResponse, blocking until one is received. |
AddResponse |
AddFuture.get(long timeout,
TimeUnit unit)
Get the AddResponse, blocking until one is received, or until the given timeout is reached. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||