Uses of Interface
io.vertx.ext.web.handler.LoggerFormatter
-
Packages that use LoggerFormatter Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of LoggerFormatter in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type LoggerFormatter Modifier and Type Method Description LoggerHandler
LoggerHandler. customFormatter(LoggerFormatter formatter)
Set the custom formatter to be used by the handler. -
Uses of LoggerFormatter in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return LoggerFormatter Modifier and Type Method Description LoggerFormatter
LoggerFormatter. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type LoggerFormatter Modifier and Type Method Description static LoggerFormatter
LoggerFormatter. newInstance(LoggerFormatter arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type LoggerFormatter Constructor Description LoggerFormatter(LoggerFormatter delegate)
-
Uses of LoggerFormatter in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return LoggerFormatter Modifier and Type Method Description LoggerFormatter
LoggerFormatter. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type LoggerFormatter Modifier and Type Method Description static LoggerFormatter
LoggerFormatter. newInstance(LoggerFormatter arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type LoggerFormatter Constructor Description LoggerFormatter(LoggerFormatter delegate)
-