Package | Description |
---|---|
org.ldaptive.concurrent | |
org.ldaptive.handler | |
org.ldaptive.intermediate | |
org.ldaptive.provider |
Modifier and Type | Field and Description |
---|---|
private IntermediateResponse |
QueueingSearchExecutor.SearchItem.intermediateResponse
Intermediate response contained in this blocking search item.
|
Modifier and Type | Method and Description |
---|---|
IntermediateResponse |
QueueingSearchExecutor.SearchItem.getIntermediateResponse()
Returns the intermediate response contained in this item or null if this item does not contain an intermediate
response.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
QueueingSearchExecutor.IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response) |
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
QueueingSearchExecutor.IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response) |
Constructor and Description |
---|
SearchItem(IntermediateResponse response)
Creates a new blocking search item.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response) |
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse
Base class for ldap intermediate response messages.
|
class |
SyncInfoMessage
Intermediate response message for ldap content synchronization.
|
Modifier and Type | Method and Description |
---|---|
static IntermediateResponse |
IntermediateResponseFactory.createIntermediateResponse(String oid,
byte[] encoded,
ResponseControl[] responseControls,
int msgId)
Creates an intermediate response from the supplied response data.
|
Modifier and Type | Field and Description |
---|---|
private IntermediateResponse |
SearchItem.intermediateResponse
intermediate response.
|
Modifier and Type | Method and Description |
---|---|
IntermediateResponse |
SearchItem.getIntermediateResponse()
Returns the intermediate response in this search item or null if this search item does not contain an intermediate
response.
|
Constructor and Description |
---|
SearchItem(IntermediateResponse ir)
Creates a new search item.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.