Class ResteasyVertxConfig


  • @ConfigRoot(name="resteasy.vertx")
    public class ResteasyVertxConfig
    extends Object
    • Field Detail

      • responseBufferSize

        @ConfigItem(defaultValue="8191")
        public int responseBufferSize
        The size of the output stream response buffer. If a response is larger than this and no content-length is provided then the request will be chunked. Larger values may give slight performance increases for large responses, at the expense of more memory usage.
    • Constructor Detail

      • ResteasyVertxConfig

        public ResteasyVertxConfig()