Class AsyncRequestLogWriter

  • All Implemented Interfaces:
    RequestLog.Writer, LifeCycle

    @Deprecated(since="2021-05-27")
    public class AsyncRequestLogWriter
    extends RequestLogWriter
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    An asynchronously writing RequestLogWriter
    • Constructor Detail

      • AsyncRequestLogWriter

        public AsyncRequestLogWriter()
        Deprecated.
      • AsyncRequestLogWriter

        public AsyncRequestLogWriter​(java.lang.String filename)
        Deprecated.
      • AsyncRequestLogWriter

        public AsyncRequestLogWriter​(java.lang.String filename,
                                     java.util.concurrent.BlockingQueue<java.lang.String> queue)
        Deprecated.
    • Method Detail

      • write

        public void write​(java.lang.String log)
                   throws java.io.IOException
        Deprecated.
        Specified by:
        write in interface RequestLog.Writer
        Overrides:
        write in class RequestLogWriter
        Throws:
        java.io.IOException