Uses of Class
io.vertx.core.net.QLogConfig
Packages that use QLogConfig
-
Uses of QLogConfig in io.vertx.core.net
Methods in io.vertx.core.net that return QLogConfigModifier and TypeMethodDescriptionQuicConnectOptions.getQLogConfig()QuicEndpointConfig.getQLogConfig()QLogConfig.setDescription(String description) Set the log description.The path to the log directory to use.Set the log title,Methods in io.vertx.core.net with parameters of type QLogConfigModifier and TypeMethodDescriptionQuicClientConfig.setQLogConfig(QLogConfig qLogConfig) QuicConnectOptions.setQLogConfig(QLogConfig config) Set a QLof config to connect with, if none is set, the client one is used.QuicEndpointConfig.setQLogConfig(QLogConfig qLogConfig) Set the endpoint QLog config.QuicServerConfig.setQLogConfig(QLogConfig qLogConfig) Constructors in io.vertx.core.net with parameters of type QLogConfig