|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationExceptionHandler | |
|---|---|
| org.ldaptive | |
| org.ldaptive.auth | |
| org.ldaptive.concurrent | |
| org.ldaptive.handler | |
| Uses of OperationExceptionHandler in org.ldaptive |
|---|
| Classes in org.ldaptive that implement OperationExceptionHandler | |
|---|---|
class |
AbstractOperation.ReopenOperationExceptionHandler
Exception handler that invokes Connection.reopen(BindRequest) when
an operation exception occurs and then invokes the operation again. |
| Methods in org.ldaptive that return OperationExceptionHandler | |
|---|---|
OperationExceptionHandler<Q,S> |
AbstractOperation.getOperationExceptionHandler()
Returns the operation exception handler. |
OperationExceptionHandler<SearchRequest,SearchResult> |
SearchExecutor.getSearchExceptionHandler()
Returns the search exception handler. |
| Methods in org.ldaptive with parameters of type OperationExceptionHandler | |
|---|---|
void |
AbstractOperation.setOperationExceptionHandler(OperationExceptionHandler<Q,S> handler)
Sets the operation exception handler. |
void |
SearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Uses of OperationExceptionHandler in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return OperationExceptionHandler | |
|---|---|
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchOperationFactory.getSearchExceptionHandler()
Returns the search exception handler. |
| Methods in org.ldaptive.auth with parameters of type OperationExceptionHandler | |
|---|---|
void |
AbstractSearchOperationFactory.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Uses of OperationExceptionHandler in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent that return OperationExceptionHandler | |
|---|---|
OperationExceptionHandler<SearchRequest,SearchResult> |
AbstractSearchExecutor.getSearchExceptionHandler()
Returns the search exception handler. |
| Methods in org.ldaptive.concurrent with parameters of type OperationExceptionHandler | |
|---|---|
void |
AbstractSearchExecutor.setSearchExceptionHandler(OperationExceptionHandler<SearchRequest,SearchResult> handler)
Sets the search exception handler. |
| Uses of OperationExceptionHandler in org.ldaptive.handler |
|---|
| Classes in org.ldaptive.handler that implement OperationExceptionHandler | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||