Uses of Interface
io.hyperfoil.http.api.StatusHandler.Builder
-
Packages that use StatusHandler.Builder Package Description io.hyperfoil.http.handlers io.hyperfoil.http.steps -
-
Uses of StatusHandler.Builder in io.hyperfoil.http.handlers
Classes in io.hyperfoil.http.handlers that implement StatusHandler.Builder Modifier and Type Class Description static classActionStatusHandler.BuilderPerform certain actions when the status falls into a range.static classBaseDelegatingStatusHandler.Builder<S extends BaseDelegatingStatusHandler.Builder<S>>static classMultiplexStatusHandler.BuilderMultiplexes the status based on range into different status handlers.static classRangeStatusValidator.BuilderMarks requests that don't fall into the desired range as invalid.static classRedirect.StatusHandler.Builderstatic classRedirect.WrappingStatusHandler.Builderstatic classStatusToCounterHandler.BuilderCounts how many times given status is received.static classStatusToStatsHandler.BuilderRecords number of occurrences of each status counts into custom statistics (these can be displayed in CLI usingstats -c).static classStoreStatusHandler.BuilderStores the status into session variable.Methods in io.hyperfoil.http.handlers that return types with arguments of type StatusHandler.Builder Modifier and Type Method Description ServiceLoadedBuilderProvider<StatusHandler.Builder>MultiplexStatusHandler.Builder. withKey(java.lang.String range)Run another handler if the range matches.Method parameters in io.hyperfoil.http.handlers with type arguments of type StatusHandler.Builder Modifier and Type Method Description MultiplexStatusHandler.BuilderMultiplexStatusHandler.Builder. add(java.lang.String range, java.util.List<StatusHandler.Builder> handlers)SBaseDelegatingStatusHandler.Builder. handlers(java.util.Collection<? extends StatusHandler.Builder> handlers) -
Uses of StatusHandler.Builder in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps that return types with arguments of type StatusHandler.Builder Modifier and Type Method Description ServiceLoadedBuilderProvider<StatusHandler.Builder>HttpResponseHandlersImpl.Builder. status()Handle HTTP response status.Methods in io.hyperfoil.http.steps with parameters of type StatusHandler.Builder Modifier and Type Method Description HttpResponseHandlersImpl.BuilderHttpResponseHandlersImpl.Builder. status(StatusHandler.Builder builder)
-