Package io.netty.handler.codec.quic
Class QLogConfiguration
- java.lang.Object
-
- io.netty.handler.codec.quic.QLogConfiguration
-
public final class QLogConfiguration extends java.lang.ObjectConfiguration used for setup qlog.
-
-
Constructor Summary
Constructors Constructor Description QLogConfiguration(java.lang.String path, java.lang.String logTitle, java.lang.String logDescription)Create a new configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringlogDescription()Return the description.java.lang.StringlogTitle()Return the title.java.lang.Stringpath()Return the path to the log file.
-
-
-
Constructor Detail
-
QLogConfiguration
public QLogConfiguration(java.lang.String path, java.lang.String logTitle, java.lang.String logDescription)Create a new configuration.- Parameters:
path- the path to the log file to use. This file must not exist yet. If the path is a directory the filename will be generatedlogTitle- the title to use when logging.logDescription- the description to use when logging.
-
-