Class MakeHealthCheck
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.Query
-
- com.algorand.algosdk.v2.client.indexer.MakeHealthCheck
-
public class MakeHealthCheck extends Query
Returns 200 if healthy. /health
-
-
Constructor Summary
Constructors Constructor Description MakeHealthCheck(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<HealthCheck>
execute()
Execute the query.Response<HealthCheck>
execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.protected QueryData
getRequestString()
-
Methods inherited from class com.algorand.algosdk.v2.client.common.Query
addPathSegment, addQuery, addToBody, addToBody, baseExecute, baseExecute, getRequestMethod, getRequestUrl, getRequestUrl, resetPathSegment
-
-
-
-
Constructor Detail
-
MakeHealthCheck
public MakeHealthCheck(Client client)
-
-
Method Detail
-
execute
public Response<HealthCheck> execute() throws Exception
Execute the query.
-
execute
public Response<HealthCheck> execute(String[] headers, String[] values) throws Exception
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-
getRequestString
protected QueryData getRequestString()
- Specified by:
getRequestString
in classQuery
-
-