Constructor and Description |
---|
ResponseCarryingException(String message,
InternalResultResponse response,
ResultCodeEnum code,
DN matchedDn,
Throwable cause)
Creates a DecoderException
|
Modifier and Type | Class and Description |
---|---|
class |
AddResponseImpl
AddResponse implementation.
|
class |
BindResponseImpl
BindResponse implementation.
|
class |
CompareResponseImpl
CompareResponse implementation.
|
class |
DeleteResponseImpl
DeleteResponse implementation
|
class |
ExtendedResponseImpl
Lockable ExtendedResponse implementation
|
class |
IntermediateResponseImpl
IntermediateResponse implementation
|
class |
ModifyDnResponseImpl
Lockable ModifyDnResponse implementation
|
class |
ModifyResponseImpl
Lockable ModifyResponse implementation
|
class |
SearchResponseDoneImpl
SearchResponseDone implementation
|
Modifier and Type | Field and Description |
---|---|
protected InternalResultResponse |
ExtendedRequestImpl.response |
Modifier and Type | Method and Description |
---|---|
InternalResultResponse |
AddRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
DeleteRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
SearchRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
CompareRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
BindRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
ExtendedRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
ModifyDnRequestImpl.getResultResponse()
The result containing response for this request.
|
InternalResultResponse |
ModifyRequestImpl.getResultResponse()
The result containing response for this request.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelResponse
The response sent back from the server after the Cancel extended operation is performed.
|
class |
CertGenerationResponse
The response sent back from the server after the CertGeneration extended operation is performed.
|
class |
GracefulDisconnect
An unsolicited notification, extended response, intended for notifying
clients of upcoming disconnection due to intended service windows.
|
class |
GracefulShutdownResponse
The response sent back from the server when a
GracefulShutdownRequest
extended operation is sent. |
class |
LaunchDiagnosticUiResponse
The response sent back from the server with a LaunchDiagnosticUiRequest
extended operation.
|
class |
NoticeOfDisconnect
An extended operation intended for notifying clients of upcoming
disconnection.
|
class |
StoredProcedureResponse |
Modifier and Type | Method and Description |
---|---|
InternalResultResponse |
CancelRequest.getResultResponse() |
InternalResultResponse |
GracefulShutdownRequest.getResultResponse() |
InternalResultResponse |
CertGenerationRequest.getResultResponse() |
InternalResultResponse |
StoredProcedureRequest.getResultResponse() |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalAddResponse
Add protocol response message used to confirm the results of a add request
message.
|
interface |
InternalBindResponse
Bind protocol response message used to confirm the results of a bind request
message.
|
interface |
InternalCompareResponse
Compare protocol response message used to confirm the results of a compare
request message.
|
interface |
InternalDeleteResponse
Delete protocol response message used to confirm the results of a delete
request message.
|
interface |
InternalExtendedResponse
Extended protocol response message used to confirm the results of a extended
request message.
|
interface |
InternalModifyDnResponse
Modify DN protocol response message used to confirm the results of a modify
DN request message.
|
interface |
InternalModifyResponse
Modify protocol response message used to confirm the results of a modify
request message.
|
interface |
InternalSearchResponseDone
Search done protocol response message used to indicate the completion of a
search request message.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalAbstractResultResponse
Abstract base for a Lockable ResultResponse message.
|
Modifier and Type | Method and Description |
---|---|
InternalResultResponse |
InternalResultResponseRequest.getResultResponse()
If called for the first time, this methohd creates a result containing
response object for this request.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.