Uses of Class
io.netty.handler.logging.ByteBufFormat
-
Packages that use ByteBufFormat Package Description io.netty.handler.logging Logs the I/O events for debugging purpose. -
-
Uses of ByteBufFormat in io.netty.handler.logging
Methods in io.netty.handler.logging that return ByteBufFormat Modifier and Type Method Description ByteBufFormat
LoggingHandler. byteBufFormat()
Returns theByteBufFormat
that this handler uses to logstatic ByteBufFormat
ByteBufFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ByteBufFormat[]
ByteBufFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.logging with parameters of type ByteBufFormat Constructor Description LoggingHandler(ByteBufFormat format)
Creates a new instance whose logger name is the fully qualified class name of the instance.LoggingHandler(LogLevel level, ByteBufFormat byteBufFormat)
Creates a new instance whose logger name is the fully qualified class name of the instance.LoggingHandler(java.lang.Class<?> clazz, LogLevel level, ByteBufFormat byteBufFormat)
Creates a new instance with the specified logger name.LoggingHandler(java.lang.String name, LogLevel level, ByteBufFormat byteBufFormat)
Creates a new instance with the specified logger name.
-