Package io.hyperfoil.http.handlers
Class CountHeadersHandler.Builder
- java.lang.Object
-
- io.hyperfoil.http.handlers.CountHeadersHandler.Builder
-
- All Implemented Interfaces:
io.hyperfoil.api.config.BuilderBase<HeaderHandler.Builder>,HeaderHandler.Builder
- Enclosing class:
- CountHeadersHandler
@MetaInfServices(Builder.class) public static class CountHeadersHandler.Builder extends java.lang.Object implements HeaderHandler.Builder
Stores number of occurences of each header in custom statistics (these can be displayed in CLI using thestats -ccommand).
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountHeadersHandlerbuild()
-
-
-
Method Detail
-
build
public CountHeadersHandler build()
- Specified by:
buildin interfaceHeaderHandler.Builder
-
-