Home / Type/ ByteBufFormat Type — netty Architecture

ByteBufFormat Type — netty Architecture

Architecture documentation for the ByteBufFormat type/interface in ByteBufFormat.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7e2fd73a_00db_8bbe_405e_20709980803a["ByteBufFormat"]
  04d652af_124e_c15e_36eb_4f5198c9d77a["ByteBufFormat.java"]
  7e2fd73a_00db_8bbe_405e_20709980803a -->|defined in| 04d652af_124e_c15e_36eb_4f5198c9d77a
  style 7e2fd73a_00db_8bbe_405e_20709980803a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/logging/ByteBufFormat.java lines 27–36

public enum ByteBufFormat {
    /**
     * {@link ByteBuf}s will be logged in a simple format, with no hex dump included.
     */
    SIMPLE,
    /**
     * {@link ByteBuf}s will be logged using {@link ByteBufUtil#appendPrettyHexDump(StringBuilder, ByteBuf)}.
     */
    HEX_DUMP
}

Frequently Asked Questions

What is the ByteBufFormat type?
ByteBufFormat is a type/interface in the netty codebase, defined in handler/src/main/java/io/netty/handler/logging/ByteBufFormat.java.
Where is ByteBufFormat defined?
ByteBufFormat is defined in handler/src/main/java/io/netty/handler/logging/ByteBufFormat.java at line 27.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free