Uses of Class
org.ldaptive.extended.SyncInfoMessage
-
Packages that use SyncInfoMessage Package Description org.ldaptive.control.util org.ldaptive.extended -
-
Uses of SyncInfoMessage in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type SyncInfoMessage Modifier and Type Field Description private 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 SyncInfoMessage Modifier and Type Method Description void
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 SyncInfoMessage Constructor Description Builder(SyncInfoMessage m)
NewCookieHandler(SyncInfoMessage message)
Creates a new cookie handler.RefreshDeleteCookieHandler(SyncInfoMessage message)
Creates a refresh delete cookie handler.RefreshDeleteDoneHandler(SyncInfoMessage message)
Creates a refresh delete done handler.RefreshDeleteHandler(SyncInfoMessage message)
Creates a refresh delete handler.RefreshPresentCookieHandler(SyncInfoMessage message)
Creates a refresh present cookie handler.RefreshPresentDoneHandler(SyncInfoMessage message)
Creates a refresh present done handler.RefreshPresentHandler(SyncInfoMessage message)
Creates a refresh present handler.SyncIdSetCookieHandler(SyncInfoMessage message)
Creates a sync id set cookie handler.SyncIdSetDeletesHandler(SyncInfoMessage message)
Creates a sync id set deletes handler.SyncIdSetHandler(SyncInfoMessage message)
Creates a sync id set handler.SyncIdSetUuidsHandler(SyncInfoMessage message)
Creates a sync id set uuids handler.
-