io.quarkus.vertx.http.runtime.HttpConfiguration.jdp Maven / Gradle / Ivy
#
#Sat Oct 12 07:12:21 CEST 2019
io.quarkus.vertx.http.runtime.HttpConfiguration.host=The HTTP host
io.quarkus.vertx.http.runtime.HttpConfiguration.testPort=The HTTP port used to run tests
io.quarkus.vertx.http.runtime.HttpConfiguration.testSslPort=The HTTPS port used to run tests
io.quarkus.vertx.http.runtime.HttpConfiguration.virtual=If this is true then only a virtual channel will be set up for vertx web.\nWe have this switch for testing purposes.
io.quarkus.vertx.http.runtime.HttpConfiguration.ioThreads=The number if IO threads used to perform IO. This will be automatically set to a reasonable value based on\nthe number of CPU cores if it is not provided. If this is set to a higher value than the number of Vert.x event\nloops then it will be capped at the number of event loops.\n\nIn general this should be controlled by setting quarkus.vertx.event-loops-pool-size, this setting should only\nbe used if you want to limit the number of HTTP io threads to a smaller number than the total number of IO threads.
io.quarkus.vertx.http.runtime.HttpConfiguration.port=The HTTP port
io.quarkus.vertx.http.runtime.HttpConfiguration.sslPort=The HTTPS port
io.quarkus.vertx.http.runtime.HttpConfiguration.corsEnabled=Enable the CORS filter.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy