Interface ResteasyCommonConfig.ResteasyCommonConfigGzip

Enclosing interface:
ResteasyCommonConfig

public static interface ResteasyCommonConfig.ResteasyCommonConfigGzip
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If gzip is enabled
    Maximum deflated file bytes size
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      If gzip is enabled
    • maxInput

      @WithDefault("10M") MemorySize maxInput()
      Maximum deflated file bytes size

      If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")