Uses of Class
com.soklet.RequestDecompressionPolicy.Builder
Packages that use RequestDecompressionPolicy.Builder
-
Uses of RequestDecompressionPolicy.Builder in com.soklet
Methods in com.soklet that return RequestDecompressionPolicy.BuilderModifier and TypeMethodDescriptionRequestDecompressionPolicy.builder()Acquires a builder for an enabled request decompression policy with custom limits.RequestDecompressionPolicy.Builder.maximumCompressionRatio(@Nullable Integer maximumCompressionRatio) Sets the maximum permitted expansion ratio between decompressed and compressed body sizes, ornullfor the default of100.RequestDecompressionPolicy.Builder.maximumDecompressedBodySizeInBytes(@Nullable Integer maximumDecompressedBodySizeInBytes) Sets the maximum permitted decompressed body size in bytes, ornullto use the server'smaximumRequestSizeInBytes.