public class WatchdogResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
responseBody
The response content, if any.
|
int |
responseCode
The response code (200, etc).
|
boolean |
timedOut
True if there was a timeout trying to ping the XWiki URL, false otherwise.
|
| Constructor and Description |
|---|
WatchdogResponse() |
public boolean timedOut
public String responseBody
public int responseCode
Copyright © 2004–2021 XWiki. All rights reserved.