Class RequestPropertyTracer

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.processing.Processor
com.yahoo.processing.processors.RequestPropertyTracer
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

public class RequestPropertyTracer extends Processor
A processor which adds the current content of the Request.properties() to the trace before calling the next processor, if traceLevel is 4 or more.
Author:
bratseth
  • Constructor Details

    • RequestPropertyTracer

      public RequestPropertyTracer()
  • Method Details

    • process

      public Response process(Request request, Execution execution)
      Description copied from class: Processor
      Performs a processing request and returns the response
      Specified by:
      process in class Processor
      Returns:
      a Response instance - never null - containing the data produced by this processor and those it forwards the request to