Package io.quarkus.resteasy.runtime
Class ResteasyVertxConfig
java.lang.Object
io.quarkus.resteasy.runtime.ResteasyVertxConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe size of the output stream response buffer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
responseBufferSize
@ConfigItem(defaultValue="8191") public int responseBufferSizeThe 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 Details
-
ResteasyVertxConfig
public ResteasyVertxConfig()
-