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. unsolicitedNotificationHandlers
Functions to handle unsolicited notifications.private UnsolicitedNotificationHandler[]
AbstractSearchOperationFactory. unsolicitedNotificationHandlers
Functions to handle unsolicited notifications.Methods in org.ldaptive that return UnsolicitedNotificationHandler Modifier and Type Method Description UnsolicitedNotificationHandler[]
AbstractOperation. getUnsolicitedNotificationHandlers()
UnsolicitedNotificationHandler[]
AbstractSearchOperationFactory. getUnsolicitedNotificationHandlers()
Returns the unsolicited notification handlers.Methods in org.ldaptive with parameters of type UnsolicitedNotificationHandler Modifier and Type Method Description B
AbstractOperation.AbstractBuilder. onUnsolicitedNotification(UnsolicitedNotificationHandler... handlers)
Sets the functions to execute when an unsolicited notification is received.CompareOperationHandle
CompareOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
OperationHandle<Q,S>
OperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
Sets the functions to execute when an unsolicited notification is received.SearchOperationHandle
SearchOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
void
AbstractOperation. setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler... handlers)
void
AbstractSearchOperationFactory. 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 ExtendedOperationHandle
ExtendedOperationHandle. 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. onUnsolicitedNotification
Function 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 DefaultCompareOperationHandle
DefaultCompareOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
DefaultExtendedOperationHandle
DefaultExtendedOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
DefaultOperationHandle<Q,S>
DefaultOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
DefaultSearchOperationHandle
DefaultSearchOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
-