Class OpaClientConfiguration
- java.lang.Object
-
- io.dropwizard.client.HttpClientConfiguration
-
- io.dropwizard.client.JerseyClientConfiguration
-
- org.sdase.commons.server.opa.config.OpaClientConfiguration
-
public class OpaClientConfiguration extends io.dropwizard.client.JerseyClientConfiguration
A customizedJerseyClientConfiguration
that disables gzip by default.
-
-
Constructor Summary
Constructors Constructor Description OpaClientConfiguration()
-
Method Summary
-
Methods inherited from class io.dropwizard.client.JerseyClientConfiguration
getMaxThreads, getMinThreads, getWorkQueueSize, isChunkedEncodingEnabled, isCompressionConfigurationValid, isGzipEnabled, isGzipEnabledForRequests, isThreadPoolSizedCorrectly, setChunkedEncodingEnabled, setGzipEnabled, setGzipEnabledForRequests, setMaxThreads, setMinThreads, setWorkQueueSize
-
Methods inherited from class io.dropwizard.client.HttpClientConfiguration
getConnectionRequestTimeout, getConnectionTimeout, getKeepAlive, getMaxConnections, getMaxConnectionsPerRoute, getProxyConfiguration, getRetries, getTimeout, getTimeToLive, getTlsConfiguration, getUserAgent, getValidateAfterInactivityPeriod, isCookiesEnabled, isNormalizeUriEnabled, setConnectionRequestTimeout, setConnectionTimeout, setCookiesEnabled, setKeepAlive, setMaxConnections, setMaxConnectionsPerRoute, setNormalizeUriEnabled, setProxyConfiguration, setRetries, setTimeout, setTimeToLive, setTlsConfiguration, setUserAgent, setValidateAfterInactivityPeriod
-
-