Uses of Class
org.forgerock.opendj.ldif.ConnectionEntryWriter
Packages that use ConnectionEntryWriter
-
Uses of ConnectionEntryWriter in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return ConnectionEntryWriterModifier and TypeMethodDescriptionConnectionEntryWriter.writeComment
(CharSequence comment) Connection entry writers do not support comments, so the provided comment will be ignored.ConnectionEntryWriter.writeEntry
(Entry entry) Writes an entry to the underlying connection using an Add request, blocking until the request completes.