Home / Function/ maxPushIdReceived() — netty Function Reference

maxPushIdReceived() — netty Function Reference

Architecture documentation for the maxPushIdReceived() function in Http3.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8851f7f5_03ef_3929_7bea_ef7057da5eb7["maxPushIdReceived()"]
  62028209_7f48_6835_f4ab_ce7efbd616d8["Http3"]
  8851f7f5_03ef_3929_7bea_ef7057da5eb7 -->|defined in| 62028209_7f48_6835_f4ab_ce7efbd616d8
  style 8851f7f5_03ef_3929_7bea_ef7057da5eb7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3.java lines 71–77

    static long maxPushIdReceived(QuicChannel channel) {
        final Http3ConnectionHandler connectionHandler = Http3CodecUtils.getConnectionHandlerOrClose(channel);
        if (connectionHandler == null) {
            throw new IllegalStateException("Connection handler not found.");
        }
        return connectionHandler.localControlStreamHandler.maxPushIdReceived();
    }

Domain

Subdomains

Frequently Asked Questions

What does maxPushIdReceived() do?
maxPushIdReceived() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3.java.
Where is maxPushIdReceived() defined?
maxPushIdReceived() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3.java at line 71.

Analyze Your Own Codebase

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

Try Supermodel Free