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.unsolicitedNotificationHandlers
Functions to handle unsolicited notifications.Methods in org.ldaptive that return UnsolicitedNotificationHandlerMethods 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) void
AbstractOperation.setUnsolicitedNotificationHandlers
(UnsolicitedNotificationHandler... 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.onUnsolicitedNotification
Function to handle unsolicited notifications.Methods in org.ldaptive.transport that return UnsolicitedNotificationHandlerMethods 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)