Class OpaClientConfiguration


  • public class OpaClientConfiguration
    extends io.dropwizard.client.JerseyClientConfiguration
    A customized JerseyClientConfiguration that disables gzip by default.
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpaClientConfiguration

        public OpaClientConfiguration()