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.private ResponseControlHandler[]AbstractOperationFactory.controlHandlersFunctions to handle response controls.Methods in org.ldaptive that return ResponseControlHandlerModifier and TypeMethodDescriptionAbstractOperation.getControlHandlers()Returns the control handlers.AbstractOperationFactory.getControlHandlers()Returns the control handlers.Methods 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) Sets the control handlers.voidAbstractOperationFactory.setControlHandlers(ResponseControlHandler... handlers) Sets the control 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 ResponseControlHandlerModifier and TypeMethodDescriptionDefaultOperationHandle.getOnControl()Return the response control handlers.Methods 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)