|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncRequest | |
|---|---|
| org.ldaptive.ad.control.util | |
| org.ldaptive.async | |
| org.ldaptive.async.handler | |
| org.ldaptive.control.util | |
| org.ldaptive.provider | |
| Uses of AsyncRequest in org.ldaptive.ad.control.util |
|---|
| Methods in org.ldaptive.ad.control.util that return AsyncRequest | |
|---|---|
AsyncRequest |
NotificationClient.NotificationItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request. |
| Constructors in org.ldaptive.ad.control.util with parameters of type AsyncRequest | |
|---|---|
NotificationClient.NotificationItem(AsyncRequest request)
Creates a new notification item. |
|
| Uses of AsyncRequest in org.ldaptive.async |
|---|
| Methods in org.ldaptive.async with parameters of type AsyncRequest | |
|---|---|
void |
AsyncSearchOperation.AsyncSearchListener.asyncRequestReceived(AsyncRequest request)
Invoked when an asynchronous operation has begun. |
protected void |
AsyncSearchOperation.AsyncSearchListener.processAsyncRequest(AsyncRequest request)
Invokes the handlers for the supplied async request. |
| Uses of AsyncRequest in org.ldaptive.async.handler |
|---|
| Methods in org.ldaptive.async.handler that return types with arguments of type AsyncRequest | |
|---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest)
Handle the supplied result. |
| Methods in org.ldaptive.async.handler with parameters of type AsyncRequest | |
|---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest)
Handle the supplied result. |
| Uses of AsyncRequest in org.ldaptive.control.util |
|---|
| Methods in org.ldaptive.control.util that return AsyncRequest | |
|---|---|
AsyncRequest |
SyncReplItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request. |
AsyncRequest |
PersistentSearchItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request. |
| Constructors in org.ldaptive.control.util with parameters of type AsyncRequest | |
|---|---|
PersistentSearchItem(AsyncRequest request)
Creates a new persistent search item. |
|
SyncReplItem(AsyncRequest request)
Creates a new sync repl item. |
|
| Uses of AsyncRequest in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider with parameters of type AsyncRequest | |
|---|---|
void |
ResponseListener.asyncRequestReceived(AsyncRequest request)
Invoked when an asynchronous operation has begun. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||