Class LoggingRequestHandler.Context

  • Enclosing class:
    LoggingRequestHandler

    public static class LoggingRequestHandler.Context
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Context​(LoggingRequestHandler.Context other)  
      Context​(java.util.concurrent.Executor executor, com.yahoo.container.logging.AccessLog accessLog, com.yahoo.jdisc.Metric metric)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.container.logging.AccessLog getAccessLog()  
      java.util.concurrent.Executor getExecutor()  
      com.yahoo.jdisc.Metric getMetric()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Context

        @Inject
        public Context​(java.util.concurrent.Executor executor,
                       com.yahoo.container.logging.AccessLog accessLog,
                       com.yahoo.jdisc.Metric metric)
    • Method Detail

      • getExecutor

        public java.util.concurrent.Executor getExecutor()
      • getAccessLog

        public com.yahoo.container.logging.AccessLog getAccessLog()
      • getMetric

        public com.yahoo.jdisc.Metric getMetric()