Class HttpAwaitStrategy

java.lang.Object
org.arquillian.cube.docker.impl.await.SleepingAwaitStrategyBase
org.arquillian.cube.docker.impl.await.HttpAwaitStrategy
All Implemented Interfaces:
AwaitStrategy

public class HttpAwaitStrategy extends SleepingAwaitStrategyBase
  • Field Details

  • Constructor Details

  • Method Details

    • await

      public boolean await()
    • getUrl

      public String getUrl()
    • getResponseCode

      public int getResponseCode()
    • getMatcher

      public String getMatcher()
    • getHeaders

      public Map<String,Object> getHeaders()
    • getPollIterations

      public int getPollIterations()