Interface UnderlyingHttpClient


public interface UnderlyingHttpClient
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.client.HttpClient
    get(jakarta.ws.rs.client.Client client)
    Returns the Apache HTTP client underlying the JAX-RS client.
  • Method Details

    • get

      org.apache.http.client.HttpClient get(jakarta.ws.rs.client.Client client)
      Returns the Apache HTTP client underlying the JAX-RS client.
      Returns:
      the http client