Interface RequestLog.Writer

  • All Known Implementing Classes:
    AsyncRequestLogWriter, RequestLogWriter, Slf4jRequestLogWriter
    Enclosing interface:
    RequestLog

    @Deprecated(since="2021-05-27")
    public static interface RequestLog.Writer
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Writes the generated log string to a log sink
    • Method Detail

      • write

        void write​(java.lang.String requestEntry)
            throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException