Package io.hyperfoil.http.handlers
Class CountHeadersHandler
- java.lang.Object
-
- io.hyperfoil.http.handlers.CountHeadersHandler
-
- All Implemented Interfaces:
HeaderHandler,java.io.Serializable
public class CountHeadersHandler extends java.lang.Object implements HeaderHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountHeadersHandler.BuilderStores number of occurences of each header in custom statistics (these can be displayed in CLI using thestats -ccommand).
-
Constructor Summary
Constructors Constructor Description CountHeadersHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.hyperfoil.http.api.HeaderHandler
afterHeaders, beforeHeaders
-
-
-
-
Method Detail
-
handleHeader
public void handleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)
- Specified by:
handleHeaderin interfaceHeaderHandler
-
-