Interface HttpClientParameters

All Known Subinterfaces:
Http1ClientParameters, Http2ClientParameters
All Known Implementing Classes:
Http1ClientProperties, Http2ClientProperties

public interface HttpClientParameters
  • Method Details

    • getThreadPoolSize

      int getThreadPoolSize()
    • isThreadPoolMonitoringEnabled

      boolean isThreadPoolMonitoringEnabled()
    • isFollowRedirectsEnabled

      boolean isFollowRedirectsEnabled()
    • getIdleTimeout

      Duration getIdleTimeout()
    • getMaxRequestsQueuedPerDestination

      int getMaxRequestsQueuedPerDestination()
    • getConnectionTimeout

      Duration getConnectionTimeout()