Class FilterHeaderHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FilterHeaderHandler.Builder
      Compares if the header name matches expression and invokes a processor with the value.
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterHeaderHandler​(io.hyperfoil.function.SerializableBiPredicate<io.hyperfoil.api.session.Session,​java.lang.CharSequence> header, io.hyperfoil.api.processor.Processor processor)  
    • Constructor Detail

      • FilterHeaderHandler

        public FilterHeaderHandler​(io.hyperfoil.function.SerializableBiPredicate<io.hyperfoil.api.session.Session,​java.lang.CharSequence> header,
                                   io.hyperfoil.api.processor.Processor processor)