Uses of Interface
com.soklet.ResponseGzipPolicy
Packages that use ResponseGzipPolicy
-
Uses of ResponseGzipPolicy in com.soklet
Methods in com.soklet that return ResponseGzipPolicyModifier and TypeMethodDescriptionstatic @NonNull ResponseGzipPolicyResponseGzipPolicy.disabledInstance()Acquires a policy that disables response gzip.static @NonNull ResponseGzipPolicyResponseGzipPolicy.fromDefaultsWithMinimumBodySizeInBytes(@NonNull Integer minimumBodySizeInBytes) Acquires a policy that gzips common text-like response media types when the finalized body is at leastminimumBodySizeInBytes.Methods in com.soklet with parameters of type ResponseGzipPolicyModifier and TypeMethodDescriptionHttpServer.Builder.responseGzipPolicy(@Nullable ResponseGzipPolicy responseGzipPolicy) Sets the policy used by the standard HTTP server to decide whether eligible finalized in-memory responses should be gzipped.