Uses of Interface
io.hyperfoil.http.api.StatusHandler
-
Packages that use StatusHandler Package Description io.hyperfoil.http.api io.hyperfoil.http.handlers io.hyperfoil.http.steps -
-
Uses of StatusHandler in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return StatusHandler Modifier and Type Method Description StatusHandlerStatusHandler.Builder. build() -
Uses of StatusHandler in io.hyperfoil.http.handlers
Classes in io.hyperfoil.http.handlers that implement StatusHandler Modifier and Type Class Description classActionStatusHandlerclassBaseDelegatingStatusHandlerclassBaseRangeStatusHandlerclassMultiplexStatusHandlerclassRangeStatusValidatorstatic classRedirect.StatusHandlerstatic classRedirect.WrappingStatusHandlerclassStatusToCounterHandlerclassStatusToStatsHandlerclassStoreStatusHandlerFields in io.hyperfoil.http.handlers declared as StatusHandler Modifier and Type Field Description protected StatusHandler[]BaseDelegatingStatusHandler. handlersMethods in io.hyperfoil.http.handlers that return StatusHandler Modifier and Type Method Description StatusHandlerStatusToCounterHandler.Builder. build()StatusHandlerStatusToStatsHandler.Builder. build()protected StatusHandler[]BaseDelegatingStatusHandler.Builder. buildHandlers()Constructors in io.hyperfoil.http.handlers with parameters of type StatusHandler Constructor Description BaseDelegatingStatusHandler(StatusHandler[] handlers)MultiplexStatusHandler(int[] ranges, StatusHandler[][] handlers, StatusHandler[] other)StatusHandler(io.hyperfoil.api.session.ObjectAccess coordsVar, StatusHandler[] handlers, LimitedPoolResource.Key<Redirect.Coords> poolKey, int concurrency)WrappingStatusHandler(StatusHandler[] handlers, io.hyperfoil.api.session.ReadAccess coordsVar) -
Uses of StatusHandler in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps with parameters of type StatusHandler Modifier and Type Method Description HttpResponseHandlersImpl.BuilderHttpResponseHandlersImpl.Builder. status(StatusHandler handler)
-