static Jersey3ClientProperty<Boolean> |
Jersey3ClientProperties.APACHE_IDLE_CONNECTION_MONITOR_THREAD_ENABLED |
Idle monitor thread polls the connection manager to monitor for expired and idle connections
and closes any such connections
|
static Jersey3ClientProperty<Integer> |
Jersey3ClientProperties.APACHE_IDLE_CONNECTION_MONITOR_THREAD_IDLE_TIMEOUT_SECONDS |
The idle timeout - close connections that have been idle longer than
idleConnectionMonitorThreadIdleTimeoutInSeconds seconds by idleMonitorThread.
|
static Jersey3ClientProperty<Integer> |
Jersey3ClientProperties.APACHE_IDLE_CONNECTION_MONITOR_THREAD_WAIT_TIME_SECONDS |
The time interval after which the check and closing of expired/idle connections is performed
by the idleMonitorThread.
|
static Jersey3ClientProperty<org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy> |
ApacheClientProperties.CONNECTION_CLOSING_STRATEGY |
|
static Jersey3ClientProperty<org.apache.http.conn.HttpClientConnectionManager> |
ApacheClientProperties.CONNECTION_MANAGER |
|
static Jersey3ClientProperty<Boolean> |
ApacheClientProperties.CONNECTION_MANAGER_SHARED |
|
static Jersey3ClientProperty<org.glassfish.jersey.spi.ExecutorServiceProvider> |
Jersey3ClientProperties.EXECUTOR_SERVICE_PROVIDER |
|
static Jersey3ClientProperty<org.apache.http.conn.ConnectionKeepAliveStrategy> |
ApacheClientProperties.KEEPALIVE_STRATEGY |
|
static Jersey3ClientProperty<org.apache.http.client.config.RequestConfig> |
ApacheClientProperties.REQUEST_CONFIG |
|
static Jersey3ClientProperty<org.apache.http.client.HttpRequestRetryHandler> |
ApacheClientProperties.RETRY_HANDLER |
|
static Jersey3ClientProperty<org.apache.http.ConnectionReuseStrategy> |
ApacheClientProperties.REUSE_STRATEGY |
|
static Jersey3ClientProperty<Boolean> |
Jersey3ClientProperties.USE_APACHE_CONNECTOR |
|
static Jersey3ClientProperty<Boolean> |
Jersey3ClientProperties.USE_JERSEY_DEFAULT_EXECUTOR_SERVICE_PROVIDER |
Jersey provides a default ExecutorServiceProvider, but in stand-alone applications,
its threads fail to terminate, because they are not daemon threads.
|