Uses of Class
io.hyperfoil.http.handlers.Redirect.Coords
-
Packages that use Redirect.Coords Package Description io.hyperfoil.http.handlers io.hyperfoil.http.html -
-
Uses of Redirect.Coords in io.hyperfoil.http.handlers
Methods in io.hyperfoil.http.handlers that return Redirect.Coords Modifier and Type Method Description Redirect.CoordsRedirect.Coords. reset()Method parameters in io.hyperfoil.http.handlers with type arguments of type Redirect.Coords Modifier and Type Method Description Redirect.StatusHandler.BuilderRedirect.StatusHandler.Builder. poolKey(LimitedPoolResource.Key<Redirect.Coords> poolKey)Constructor parameters in io.hyperfoil.http.handlers with type arguments of type Redirect.Coords Constructor Description StatusHandler(io.hyperfoil.api.session.ObjectAccess coordsVar, StatusHandler[] handlers, LimitedPoolResource.Key<Redirect.Coords> poolKey, int concurrency) -
Uses of Redirect.Coords in io.hyperfoil.http.html
Constructor parameters in io.hyperfoil.http.html with type arguments of type Redirect.Coords Constructor Description RefreshHandler(Queue.Key immediateQueueKey, Queue.Key delayedQueueKey, LimitedPoolResource.Key<Redirect.Coords> poolKey, int concurrency, io.hyperfoil.api.session.ObjectAccess immediateQueueVar, io.hyperfoil.api.session.ObjectAccess delayedQueueVar, java.lang.String redirectSequence, java.lang.String delaySequence, io.hyperfoil.api.session.ObjectAccess tempCoordsVar, io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.session.SequenceInstance> originalSequenceSupplier)
-