Uses of Interface
org.ldaptive.handler.ResponseControlHandler
Packages that use ResponseControlHandler
-
Uses of ResponseControlHandler in org.ldaptive
Fields in org.ldaptive declared as ResponseControlHandlerModifier and TypeFieldDescriptionprivate ResponseControlHandler[]AbstractOperation.controlHandlersFunctions to handle response controls.Methods in org.ldaptive that return ResponseControlHandlerMethods in org.ldaptive with parameters of type ResponseControlHandlerModifier and TypeMethodDescriptionAbstractOperation.AbstractBuilder.onControl(ResponseControlHandler... handlers) Sets the functions to execute when a control is received.CompareOperationHandle.onControl(ResponseControlHandler... function) OperationHandle.onControl(ResponseControlHandler... function) Sets the functions to execute when a control is received.SearchOperationHandle.onControl(ResponseControlHandler... function) voidAbstractOperation.setControlHandlers(ResponseControlHandler... handlers) -
Uses of ResponseControlHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ResponseControlHandlerModifier and TypeMethodDescriptionExtendedOperationHandle.onControl(ResponseControlHandler... function) -
Uses of ResponseControlHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ResponseControlHandlerModifier and TypeFieldDescriptionprivate ResponseControlHandler[]DefaultOperationHandle.onControlFunctions to handle response controls.Methods in org.ldaptive.transport that return ResponseControlHandlerMethods in org.ldaptive.transport with parameters of type ResponseControlHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onControl(ResponseControlHandler... function) DefaultExtendedOperationHandle.onControl(ResponseControlHandler... function) DefaultOperationHandle.onControl(ResponseControlHandler... function) DefaultSearchOperationHandle.onControl(ResponseControlHandler... function)