Package | Description |
---|---|
org.ldaptive.ad.control.util | |
org.ldaptive.async | |
org.ldaptive.async.handler | |
org.ldaptive.control.util | |
org.ldaptive.provider |
Modifier and Type | Method and Description |
---|---|
AsyncRequest |
NotificationClient.NotificationItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request.
|
Constructor and Description |
---|
NotificationItem(AsyncRequest request)
Creates a new notification item.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncSearchOperation.AsyncSearchListener.asyncRequestReceived(AsyncRequest request) |
protected void |
AsyncSearchOperation.AsyncSearchListener.processAsyncRequest(AsyncRequest request)
Invokes the handlers for the supplied async request.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest) |
Modifier and Type | Method and Description |
---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PersistentSearchItem(AsyncRequest request)
Creates a new persistent search item.
|
SyncReplItem(AsyncRequest request)
Creates a new sync repl item.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseListener.asyncRequestReceived(AsyncRequest request)
Invoked when an asynchronous operation has begun.
|
Copyright © 2022. All rights reserved.