Package io.hyperfoil.http.handlers
Class StatusToStatsHandler
- java.lang.Object
-
- io.hyperfoil.http.handlers.StatusToStatsHandler
-
- All Implemented Interfaces:
StatusHandler,java.io.Serializable
public class StatusToStatsHandler extends java.lang.Object implements StatusHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatusToStatsHandler.BuilderRecords number of occurrences of each status counts into custom statistics (these can be displayed in CLI usingstats -c).
-
Constructor Summary
Constructors Constructor Description StatusToStatsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleStatus(HttpRequest request, int status)
-
-
-
Method Detail
-
handleStatus
public void handleStatus(HttpRequest request, int status)
- Specified by:
handleStatusin interfaceStatusHandler
-
-