Package io.hyperfoil.http.html
Class MetaRefreshHandler
- java.lang.Object
-
- io.hyperfoil.http.html.MetaRefreshHandler
-
- All Implemented Interfaces:
HtmlHandler.TagHandler,java.io.Serializable
public class MetaRefreshHandler extends java.lang.Object implements HtmlHandler.TagHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetaRefreshHandler.Builder
-
Constructor Summary
Constructors Constructor Description MetaRefreshHandler(io.hyperfoil.api.processor.Processor processor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.hyperfoil.http.html.HtmlHandler.HandlerContextnewContext()io.hyperfoil.api.processor.Processorprocessor()
-
-
-
Method Detail
-
processor
public io.hyperfoil.api.processor.Processor processor()
- Specified by:
processorin interfaceHtmlHandler.TagHandler
-
newContext
public io.hyperfoil.http.html.HtmlHandler.HandlerContext newContext()
- Specified by:
newContextin interfaceHtmlHandler.TagHandler
-
-