- parser - Variable in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
The DSVMv2 parser.
- password - Variable in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
The password.
- processBatchRequest() - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the BatchRequest
Parsing and Getting BatchRequest
Getting and registering options from BatchRequest
- processDSML(String) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the file given and return the result of the operations
- processDSML(InputStream, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Uses the default UTF-8 encoding for processing the DSML
- processDSML(InputStream, String, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the DSML request(s) from the given input stream with the specified encoding
and writes the response to the output stream
- processDSML(OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the DSML batch request and writes the response of each operation will be
written to the given response stream if it is not null
- processDSMLFile(String) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes the file given and return the result of the operations
- processDSMLFile(File, OutputStream) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Process the given file and optionally writing the output to the
output stream(if not null)
- processRequest(DsmlDecorator<? extends Request>, BufferedWriter) - Method in class org.apache.directory.api.dsmlv2.engine.Dsmlv2Engine
-
Processes a single request