Home / Function/ logPingAck() — netty Function Reference

logPingAck() — netty Function Reference

Architecture documentation for the logPingAck() function in Http2FrameLogger.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  69a23f30_8c7a_7042_f0a0_c5e2b5fb376f["logPingAck()"]
  b05a86d6_042a_ba9f_e399_5cb7b15de65a["Http2FrameLogger"]
  69a23f30_8c7a_7042_f0a0_c5e2b5fb376f -->|defined in| b05a86d6_042a_ba9f_e399_5cb7b15de65a
  a20063d9_42e3_4fe4_db8b_782d12725438["isEnabled()"]
  69a23f30_8c7a_7042_f0a0_c5e2b5fb376f -->|calls| a20063d9_42e3_4fe4_db8b_782d12725438
  style 69a23f30_8c7a_7042_f0a0_c5e2b5fb376f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java lines 125–130

    public void logPingAck(Direction direction, ChannelHandlerContext ctx, long data) {
        if (isEnabled()) {
            logger.log(level, "{} {} PING: ack=true bytes={}", ctx.channel(),
                    direction.name(), data);
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does logPingAck() do?
logPingAck() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java.
Where is logPingAck() defined?
logPingAck() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java at line 125.
What does logPingAck() call?
logPingAck() calls 1 function(s): isEnabled.

Analyze Your Own Codebase

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

Try Supermodel Free