Class and Description |
---|
io.vertx.core.Starter
Use
Launcher instead |
Method and Description |
---|
io.vertx.core.cli.CommandLine.getRawValues(Option) |
io.vertx.core.net.NetServerOptions.isClientAuthRequired() |
io.vertx.core.spi.metrics.Metrics.isEnabled()
the SPI metrics should instead return a
null object to signal that metrics is not provided |
io.vertx.core.VertxOptions.isFileResolverCachingEnabled() |
io.vertx.core.net.TCPSSLOptions.isUsePooledBuffers()
this has no effect, just don't use it
|
io.vertx.core.net.NetServerOptions.setClientAuthRequired(boolean) |
io.vertx.core.http.HttpServerOptions.setClientAuthRequired(boolean) |
io.vertx.core.VertxOptions.setFileResolverCachingEnabled(boolean) |
io.vertx.core.DeploymentOptions.setMultiThreaded(boolean)
as of 3.6.0
|
io.vertx.core.net.TCPSSLOptions.setUsePooledBuffers(boolean)
this has no effect, just don't use it
|
Copyright © 2018 Eclipse. All rights reserved.