Package io.hyperfoil.http.handlers
Class Redirect.Coords
- java.lang.Object
-
- io.hyperfoil.http.handlers.Location
-
- io.hyperfoil.http.handlers.Redirect.Coords
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.hyperfoil.http.handlers.Location
Location.Complete<T extends Location>, Location.GetAuthority, Location.GetPath
-
-
Field Summary
Fields Modifier and Type Field Description intdelayHttpMethodmethodio.hyperfoil.api.session.SequenceInstanceoriginalSequence
-
Constructor Summary
Constructors Constructor Description Coords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Redirect.Coordsreset()java.lang.StringtoString()
-
-
-
Field Detail
-
method
public HttpMethod method
-
delay
public int delay
-
originalSequence
public io.hyperfoil.api.session.SequenceInstance originalSequence
-
-
Method Detail
-
reset
public Redirect.Coords reset()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-