Class HttpsTransportClient

All Implemented Interfaces:
Closeable, AutoCloseable

public class HttpsTransportClient extends HttpTransportClient
  • Constructor Details

    • HttpsTransportClient

      public HttpsTransportClient(String routerUrl, int maxConnectionsTotal, int maxConnectionsPerRoute, boolean requireHTTP2, SSLFactory sslFactory)
    • HttpsTransportClient

      public HttpsTransportClient(String routerUrl, org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client)
  • Method Details

    • isRequireHTTP2

      public boolean isRequireHTTP2()
    • getCopyIfNotUsableInCallback

      public TransportClient getCopyIfNotUsableInCallback()
      The same CloseableHttpAsyncClient could not be used to send out another request in its own callback function.
      Overrides:
      getCopyIfNotUsableInCallback in class HttpTransportClient
      Returns: