logPing() — netty Function Reference
Architecture documentation for the logPing() function in Http2FrameLogger.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2532b176_23f5_c5f0_6713_051941eae126["logPing()"] b05a86d6_042a_ba9f_e399_5cb7b15de65a["Http2FrameLogger"] 2532b176_23f5_c5f0_6713_051941eae126 -->|defined in| b05a86d6_042a_ba9f_e399_5cb7b15de65a a20063d9_42e3_4fe4_db8b_782d12725438["isEnabled()"] 2532b176_23f5_c5f0_6713_051941eae126 -->|calls| a20063d9_42e3_4fe4_db8b_782d12725438 style 2532b176_23f5_c5f0_6713_051941eae126 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java lines 118–123
public void logPing(Direction direction, ChannelHandlerContext ctx, long data) {
if (isEnabled()) {
logger.log(level, "{} {} PING: ack=false bytes={}", ctx.channel(),
direction.name(), data);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does logPing() do?
logPing() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java.
Where is logPing() defined?
logPing() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameLogger.java at line 118.
What does logPing() call?
logPing() 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