Uses of Class
org.ldaptive.extended.SyncInfoMessage
Packages that use SyncInfoMessage
-
Uses of SyncInfoMessage in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type SyncInfoMessageModifier and TypeFieldDescriptionprivate Consumer<SyncInfoMessage>
SyncReplClient.onMessage
Invoked when a sync info message is received.private Consumer<SyncInfoMessage>
SyncReplRunner.onMessage
Invoked when a sync info message is received.Method parameters in org.ldaptive.control.util with type arguments of type SyncInfoMessageModifier and TypeMethodDescriptionvoid
SyncReplClient.setOnMessage
(Consumer<SyncInfoMessage> consumer) Sets the onMessage consumer.void
SyncReplRunner.setOnMessage
(Consumer<SyncInfoMessage> consumer) Sets the onMessage consumer. -
Uses of SyncInfoMessage in org.ldaptive.extended
Constructors in org.ldaptive.extended with parameters of type SyncInfoMessageModifierConstructorDescriptionprotected
(package private)
NewCookieHandler
(SyncInfoMessage message) Creates a new cookie handler.(package private)
Creates a refresh delete cookie handler.(package private)
RefreshDeleteDoneHandler
(SyncInfoMessage message) Creates a refresh delete done handler.(package private)
RefreshDeleteHandler
(SyncInfoMessage message) Creates a refresh delete handler.(package private)
Creates a refresh present cookie handler.(package private)
RefreshPresentDoneHandler
(SyncInfoMessage message) Creates a refresh present done handler.(package private)
RefreshPresentHandler
(SyncInfoMessage message) Creates a refresh present handler.(package private)
SyncIdSetCookieHandler
(SyncInfoMessage message) Creates a sync id set cookie handler.(package private)
SyncIdSetDeletesHandler
(SyncInfoMessage message) Creates a sync id set deletes handler.(package private)
SyncIdSetHandler
(SyncInfoMessage message) Creates a sync id set handler.(package private)
SyncIdSetUuidsHandler
(SyncInfoMessage message) Creates a sync id set uuids handler.