Uses of Interface
org.ldaptive.handler.UnsolicitedNotificationHandler
Packages that use UnsolicitedNotificationHandler
-
Uses of UnsolicitedNotificationHandler in org.ldaptive
Fields in org.ldaptive declared as UnsolicitedNotificationHandlerModifier and TypeFieldDescriptionprivate UnsolicitedNotificationHandler[]AbstractOperation.unsolicitedNotificationHandlersFunctions to handle unsolicited notifications.private UnsolicitedNotificationHandler[]AbstractOperationFactory.unsolicitedNotificationHandlersFunctions to handle unsolicited notifications.Methods in org.ldaptive that return UnsolicitedNotificationHandlerModifier and TypeMethodDescriptionAbstractOperation.getUnsolicitedNotificationHandlers()Returns the unsolicited notification handlers.AbstractOperationFactory.getUnsolicitedNotificationHandlers()Returns the unsolicited notification handlers.Methods in org.ldaptive with parameters of type UnsolicitedNotificationHandlerModifier and TypeMethodDescriptionAbstractOperation.AbstractBuilder.onUnsolicitedNotification(UnsolicitedNotificationHandler... handlers) Sets the functions to execute when an unsolicited notification is received.CompareOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) OperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) Sets the functions to execute when an unsolicited notification is received.SearchOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) voidAbstractOperation.setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler... handlers) Sets the unsolicited notification handlers.voidAbstractOperationFactory.setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler... handlers) Sets the unsolicited notification handlers. -
Uses of UnsolicitedNotificationHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type UnsolicitedNotificationHandlerModifier and TypeMethodDescriptionExtendedOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) -
Uses of UnsolicitedNotificationHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as UnsolicitedNotificationHandlerModifier and TypeFieldDescriptionprivate UnsolicitedNotificationHandler[]DefaultOperationHandle.onUnsolicitedNotificationFunction to handle unsolicited notifications.Methods in org.ldaptive.transport that return UnsolicitedNotificationHandlerModifier and TypeMethodDescriptionDefaultOperationHandle.getOnUnsolicitedNotification()Return the unsolicited notification handlersMethods in org.ldaptive.transport with parameters of type UnsolicitedNotificationHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) DefaultExtendedOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) DefaultOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function) DefaultSearchOperationHandle.onUnsolicitedNotification(UnsolicitedNotificationHandler... function)