Class WatchdogResponse


  • public class WatchdogResponse
    extends Object
    Watches an XWiki URL to tell if the XWiki instance is started or not.
    Since:
    10.9
    Version:
    $Id: 7b9fd567a06e0507f629ca499a6ebdb76b669ec3 $
    • Field Detail

      • timedOut

        public boolean timedOut
        True if there was a timeout trying to ping the XWiki URL, false otherwise.
      • responseBody

        public String responseBody
        The response content, if any.
      • responseCode

        public int responseCode
        The response code (200, etc).
    • Constructor Detail

      • WatchdogResponse

        public WatchdogResponse()