Class TextFormattedAccessLogReader

java.lang.Object
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedAccessLogReader
All Implemented Interfaces:
AccessLogReader, LogReader, Closeable, AutoCloseable

This class provides a mechanism for reading text-formatted access log messages.
NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.
  • Constructor Details

    • TextFormattedAccessLogReader

      Creates a new text-formatted access log reader that will read log messages from the specified file.
      Parameters:
      logFilePath - The path to the log file from which the access log messages will be read. It must not be null.
      Throws:
      IOException - If a problem occurs while opening the specified file for reading.
    • TextFormattedAccessLogReader

      Creates a new text-formatted access log reader that will read log messages messages from the specified file.
      Parameters:
      logFile - The log file from which the access log messages will be read. It must not be null.
      Throws:
      IOException - If a problem occurs while opening the specified file for reading.
    • TextFormattedAccessLogReader

      Creates a new text-formatted access log reader that will read log messages from the provided input stream.
      Parameters:
      inputStream - The input stream from which the access log messages will be read. It must not be null.
  • Method Details