Uses of Interface
org.ldaptive.handler.UnsolicitedNotificationHandler
-
Packages that use UnsolicitedNotificationHandler Package Description org.ldaptive org.ldaptive.extended org.ldaptive.transport -
-
Uses of UnsolicitedNotificationHandler in org.ldaptive
Fields in org.ldaptive declared as UnsolicitedNotificationHandler Modifier and Type Field Description private UnsolicitedNotificationHandler[]AbstractOperation. unsolicitedNotificationHandlersFunctions to handle unsolicited notifications.private UnsolicitedNotificationHandler[]AbstractOperationFactory. unsolicitedNotificationHandlersFunctions to handle unsolicited notifications.Methods in org.ldaptive that return UnsolicitedNotificationHandler Modifier and Type Method Description UnsolicitedNotificationHandler[]AbstractOperation. getUnsolicitedNotificationHandlers()UnsolicitedNotificationHandler[]AbstractOperationFactory. getUnsolicitedNotificationHandlers()Returns the unsolicited notification handlers.Methods in org.ldaptive with parameters of type UnsolicitedNotificationHandler Modifier and Type Method Description BAbstractOperation.AbstractBuilder. onUnsolicitedNotification(UnsolicitedNotificationHandler... handlers)Sets the functions to execute when an unsolicited notification is received.CompareOperationHandleCompareOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)OperationHandle<Q,S>OperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)Sets the functions to execute when an unsolicited notification is received.SearchOperationHandleSearchOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)voidAbstractOperation. setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler... 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 UnsolicitedNotificationHandler Modifier and Type Method Description ExtendedOperationHandleExtendedOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function) -
Uses of UnsolicitedNotificationHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as UnsolicitedNotificationHandler Modifier and Type Field Description private UnsolicitedNotificationHandler[]DefaultOperationHandle. onUnsolicitedNotificationFunction to handle unsolicited notifications.Methods in org.ldaptive.transport that return UnsolicitedNotificationHandler Modifier and Type Method Description UnsolicitedNotificationHandler[]DefaultOperationHandle. getOnUnsolicitedNotification()Methods in org.ldaptive.transport with parameters of type UnsolicitedNotificationHandler Modifier and Type Method Description DefaultCompareOperationHandleDefaultCompareOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)DefaultExtendedOperationHandleDefaultExtendedOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)DefaultOperationHandle<Q,S>DefaultOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)DefaultSearchOperationHandleDefaultSearchOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
-