Package io.hyperfoil.http.handlers
Class Redirect.WrappingAction
- java.lang.Object
-
- io.hyperfoil.core.handlers.BaseDelegatingAction
-
- io.hyperfoil.http.handlers.Redirect.WrappingAction
-
- All Implemented Interfaces:
io.hyperfoil.api.session.Action,java.io.Serializable
- Enclosing class:
- Redirect
public static class Redirect.WrappingAction extends BaseDelegatingAction
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRedirect.WrappingAction.Builder
-
Field Summary
-
Fields inherited from class io.hyperfoil.core.handlers.BaseDelegatingAction
actions
-
-
Constructor Summary
Constructors Constructor Description WrappingAction(io.hyperfoil.api.session.Action[] actions, io.hyperfoil.api.session.ReadAccess coordVar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(io.hyperfoil.api.session.Session session)
-
-
-
Method Detail
-
run
public void run(io.hyperfoil.api.session.Session session)
- Specified by:
runin interfaceio.hyperfoil.api.session.Action- Overrides:
runin classBaseDelegatingAction
-
-