Class ClearHttpCacheAction

  • All Implemented Interfaces:
    io.hyperfoil.api.session.Action, java.io.Serializable

    public class ClearHttpCacheAction
    extends java.lang.Object
    implements io.hyperfoil.api.session.Action
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ClearHttpCacheAction.Builder
      Drops all entries from HTTP cache in the session.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(io.hyperfoil.api.session.Session session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClearHttpCacheAction

        public ClearHttpCacheAction()
    • Method Detail

      • run

        public void run​(io.hyperfoil.api.session.Session session)
        Specified by:
        run in interface io.hyperfoil.api.session.Action