Uses of Class
org.ldaptive.extended.UnsolicitedNotification
Packages that use UnsolicitedNotification
-
Uses of UnsolicitedNotification in org.ldaptive.extended
Subclasses of UnsolicitedNotification in org.ldaptive.extendedModifier and TypeClassDescriptionclassLDAP notice of disconnection defined as:Constructors in org.ldaptive.extended with parameters of type UnsolicitedNotification -
Uses of UnsolicitedNotification in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type UnsolicitedNotificationModifier and TypeMethodDescriptionvoidDefaultOperationHandle.unsolicitedNotification(UnsolicitedNotification u) -
Uses of UnsolicitedNotification in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type UnsolicitedNotificationModifier and TypeMethodDescriptionvoidHandleMap.notifyOperationHandles(UnsolicitedNotification notification) Send the supplied notification to all handles waiting for a response.