Class ClearHttpCacheAction.Builder

  • All Implemented Interfaces:
    io.hyperfoil.api.config.BuilderBase<io.hyperfoil.api.session.Action.Builder>, io.hyperfoil.api.session.Action.Builder
    Enclosing class:
    ClearHttpCacheAction

    @MetaInfServices(io.hyperfoil.api.session.Action.Builder.class)
    public static class ClearHttpCacheAction.Builder
    extends java.lang.Object
    implements io.hyperfoil.api.session.Action.Builder
    Drops all entries from HTTP cache in the session.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase

        io.hyperfoil.api.config.BuilderBase.CopyUtil, io.hyperfoil.api.config.BuilderBase.IgnoreCopy, io.hyperfoil.api.config.BuilderBase.ThrowingSupplier<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClearHttpCacheAction build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.hyperfoil.api.config.BuilderBase

        copy, prepareBuild
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public ClearHttpCacheAction build()
        Specified by:
        build in interface io.hyperfoil.api.session.Action.Builder