Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.auth | |
org.ldaptive.concurrent | |
org.ldaptive.handler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation.ReopenOperationExceptionHandler
Exception handler that invokes
Connection.reopen(BindRequest) when an operation exception occurs and then
invokes the operation again. |
Modifier and Type | Field and Description |
---|---|
private OperationExceptionHandler<Q,S> |
AbstractOperation.operationExceptionHandler
Handler to handle operation exceptions.
|
private OperationExceptionHandler<SearchRequest,SearchResult> |
SearchExecutor.searchExceptionHandler
Handler to handle search exceptions.
|
Modifier and Type | Method and Description |
---|---|
OperationExceptionHandler<Q,S> |
AbstractOperation.getOperationExceptionHandler()
Returns the operation exception handler.
|
OperationExceptionHandler<SearchRequest,SearchResult> |
SearchExecutor.getSearchExceptionHandler()
Returns the search exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOperation.setOperationExceptionHandler(OperationExceptionHandler<Q,S> handler)
Sets the operation exception handler.
|
void |
SearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler.
|
Modifier and Type | Field and Description |
---|---|
private OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchOperationFactory.searchExceptionHandler
Handler to handle search exceptions.
|
Modifier and Type | Method and Description |
---|---|
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchOperationFactory.getSearchExceptionHandler()
Returns the search exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchOperationFactory.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler.
|
Modifier and Type | Field and Description |
---|---|
private OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchExecutor.searchExceptionHandler
Handler to handle search exceptions.
|
Modifier and Type | Method and Description |
---|---|
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchExecutor.getSearchExceptionHandler()
Returns the search exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRetryOperationExceptionHandler<Q extends Request,S>
Provides common implementation for retrying after an operation exception.
|
class |
NoOpOperationExceptionHandler<Q extends Request,S>
Returns a handler result containing the response passed to
NoOpOperationExceptionHandler.handle(Connection, Request, Response) . |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.