Package org.ldaptive.transport
Class DefaultExtendedOperationHandle
- java.lang.Object
-
- org.ldaptive.transport.DefaultOperationHandle<ExtendedRequest,ExtendedResponse>
-
- org.ldaptive.transport.DefaultExtendedOperationHandle
-
- All Implemented Interfaces:
ExtendedOperationHandle,OperationHandle<ExtendedRequest,ExtendedResponse>
public final class DefaultExtendedOperationHandle extends DefaultOperationHandle<ExtendedRequest,ExtendedResponse> implements ExtendedOperationHandle
Handle that notifies on the components of an extended request.
-
-
Field Summary
Fields Modifier and Type Field Description private ExtendedValueHandler[]onExtendedFunctions to handle extended response name and value.-
Fields inherited from class org.ldaptive.transport.DefaultOperationHandle
logger
-
-
Constructor Summary
Constructors Constructor Description DefaultExtendedOperationHandle(ExtendedRequest req, TransportConnection conn, Duration timeout)Creates a new extended operation handle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextended(ExtendedResponse response)InvokesonExtended.ExtendedValueHandler[]getOnExtended()DefaultExtendedOperationHandleonComplete(CompleteHandler function)Sets the function to execute when the operation completes.DefaultExtendedOperationHandleonControl(ResponseControlHandler... function)Sets the functions to execute when a control is received.DefaultExtendedOperationHandleonException(ExceptionHandler function)Sets the function to execute when an exception occurs.DefaultExtendedOperationHandleonExtended(ExtendedValueHandler... function)Sets the function to execute when an extended result is received.DefaultExtendedOperationHandleonIntermediate(IntermediateResponseHandler... function)Sets the functions to execute when an intermediate response is received.DefaultExtendedOperationHandleonReferral(ReferralHandler... function)Sets the functions to execute when a referral is received.DefaultExtendedOperationHandleonReferralResult(ReferralResultHandler<ExtendedResponse> function)Sets the functions to execute when a response is complete and contains a referral result code.DefaultExtendedOperationHandleonResult(ResultHandler... function)Sets the functions to execute when a result is received.DefaultExtendedOperationHandleonUnsolicitedNotification(UnsolicitedNotificationHandler... function)Sets the functions to execute when an unsolicited notification is received.DefaultExtendedOperationHandlesend()Sends this request to the server.DefaultExtendedOperationHandlethrowIf(ResultPredicate function)Sets the function to determine whether an exception should be raised by a particular result.StringtoString()-
Methods inherited from class org.ldaptive.transport.DefaultOperationHandle
abandon, abandon, await, cancel, consumedMessage, consumedMessage, control, evaluateThrowCondition, exception, finalizeResult, getAbandonedTime, getMessageID, getOnComplete, getOnControl, getOnException, getOnIntermediate, getOnReferral, getOnReferralResult, getOnResult, getOnUnsolicitedNotification, getReceivedTime, getRequest, getResponseTimeoutCondition, getSentTime, getThrowCondition, hasConsumedMessage, initializeMessageFunctional, initializeMessageFunctional, intermediate, messageID, notifyExceptionHandlers, processHandlerException, processReferralResult, processResult, referral, result, sent, unsolicitedNotification
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ldaptive.extended.ExtendedOperationHandle
await, execute
-
Methods inherited from interface org.ldaptive.OperationHandle
abandon, cancel, getAbandonedTime, getReceivedTime, getSentTime
-
-
-
-
Field Detail
-
onExtended
private ExtendedValueHandler[] onExtended
Functions to handle extended response name and value.
-
-
Constructor Detail
-
DefaultExtendedOperationHandle
public DefaultExtendedOperationHandle(ExtendedRequest req, TransportConnection conn, Duration timeout)
Creates a new extended operation handle.- Parameters:
req- search request to expect a response forconn- the request will be executed ontimeout- duration to wait for a response
-
-
Method Detail
-
send
public DefaultExtendedOperationHandle send()
Description copied from interface:OperationHandleSends this request to the server.- Specified by:
sendin interfaceExtendedOperationHandle- Specified by:
sendin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
sendin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Returns:
- this handle
-
onResult
public DefaultExtendedOperationHandle onResult(ResultHandler... function)
Description copied from interface:OperationHandleSets the functions to execute when a result is received.- Specified by:
onResultin interfaceExtendedOperationHandle- Specified by:
onResultin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onResultin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on a result- Returns:
- this handle
-
onControl
public DefaultExtendedOperationHandle onControl(ResponseControlHandler... function)
Description copied from interface:OperationHandleSets the functions to execute when a control is received.- Specified by:
onControlin interfaceExtendedOperationHandle- Specified by:
onControlin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onControlin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on a control- Returns:
- this handle
-
onReferral
public DefaultExtendedOperationHandle onReferral(ReferralHandler... function)
Description copied from interface:OperationHandleSets the functions to execute when a referral is received.- Specified by:
onReferralin interfaceExtendedOperationHandle- Specified by:
onReferralin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onReferralin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on a referral- Returns:
- this handle
-
onIntermediate
public DefaultExtendedOperationHandle onIntermediate(IntermediateResponseHandler... function)
Description copied from interface:OperationHandleSets the functions to execute when an intermediate response is received.- Specified by:
onIntermediatein interfaceExtendedOperationHandle- Specified by:
onIntermediatein interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onIntermediatein classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on an intermediate response- Returns:
- this handle
-
onUnsolicitedNotification
public DefaultExtendedOperationHandle onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
Description copied from interface:OperationHandleSets the functions to execute when an unsolicited notification is received.- Specified by:
onUnsolicitedNotificationin interfaceExtendedOperationHandle- Specified by:
onUnsolicitedNotificationin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onUnsolicitedNotificationin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on an unsolicited notification- Returns:
- this handle
-
onReferralResult
public DefaultExtendedOperationHandle onReferralResult(ReferralResultHandler<ExtendedResponse> function)
Description copied from interface:OperationHandleSets the functions to execute when a response is complete and contains a referral result code.- Specified by:
onReferralResultin interfaceExtendedOperationHandle- Specified by:
onReferralResultin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onReferralResultin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on a referral response- Returns:
- this handle
-
onException
public DefaultExtendedOperationHandle onException(ExceptionHandler function)
Description copied from interface:OperationHandleSets the function to execute when an exception occurs.- Specified by:
onExceptionin interfaceExtendedOperationHandle- Specified by:
onExceptionin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onExceptionin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute when an exception occurs- Returns:
- this handle
-
throwIf
public DefaultExtendedOperationHandle throwIf(ResultPredicate function)
Description copied from interface:OperationHandleSets the function to determine whether an exception should be raised by a particular result.- Specified by:
throwIfin interfaceExtendedOperationHandle- Specified by:
throwIfin interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
throwIfin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to determine whether to throw an exception- Returns:
- this handle
-
onComplete
public DefaultExtendedOperationHandle onComplete(CompleteHandler function)
Description copied from interface:OperationHandleSets the function to execute when the operation completes.- Specified by:
onCompletein interfaceExtendedOperationHandle- Specified by:
onCompletein interfaceOperationHandle<ExtendedRequest,ExtendedResponse>- Overrides:
onCompletein classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>- Parameters:
function- to execute on completion- Returns:
- this handle
-
onExtended
public DefaultExtendedOperationHandle onExtended(ExtendedValueHandler... function)
Description copied from interface:ExtendedOperationHandleSets the function to execute when an extended result is received.- Specified by:
onExtendedin interfaceExtendedOperationHandle- Parameters:
function- to execute on an extended result- Returns:
- this handle
-
getOnExtended
public ExtendedValueHandler[] getOnExtended()
-
extended
public void extended(ExtendedResponse response)
InvokesonExtended.- Parameters:
response- extended response
-
toString
public String toString()
- Overrides:
toStringin classDefaultOperationHandle<ExtendedRequest,ExtendedResponse>
-
-