Class HttpClient

java.lang.Object
org.nuxeo.elasticsearch.http.readonly.HttpClient

@Deprecated(since="11.5", forRemoval=true) public class HttpClient extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.5 in favor of elastic rest client
Http client that handle GET request with a body.
Since:
7.3
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    get(String url)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    get(String url, String payload)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpClient

      public HttpClient()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details