Uses of Class
org.datadog.jenkins.plugins.datadog.clients.HttpClient
-
Packages that use HttpClient Package Description org.datadog.jenkins.plugins.datadog.clients -
-
Uses of HttpClient in org.datadog.jenkins.plugins.datadog.clients
Methods in org.datadog.jenkins.plugins.datadog.clients with parameters of type HttpClient Modifier and Type Method Description static Set<String>
DatadogAgentClient. fetchAgentEndpoints(HttpClient client, String hostname, Integer traceCollectionPort)
Fetches the supported endpoints from the Trace Agent /info APIConstructors in org.datadog.jenkins.plugins.datadog.clients with parameters of type HttpClient Constructor Description BatchSender(HttpClient httpClient, String url, Map<String,String> headers, int batchLimitBytes, Function<T,net.sf.json.JSONObject> payloadToJson, boolean compress)
SimpleSender(HttpClient httpClient, String url, Map<String,String> headers, Function<T,net.sf.json.JSONObject> payloadToJson)
-