priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() — netty Function Reference
Architecture documentation for the priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() function in DefaultHttp2ConnectionDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4["priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc["DefaultHttp2ConnectionDecoderTest"] 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4 -->|defined in| 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc 28b2b7c9_8beb_d303_e32e_93d71db99fcd["mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4 -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd style 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java lines 726–732
@Test
public void priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() throws Exception {
mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint();
decode().onPriorityRead(ctx, STREAM_ID, 0, (short) 255, true);
verify(remoteFlow).updateDependencyTree(eq(STREAM_ID), eq(0), eq((short) 255), eq(true));
verify(listener).onPriorityRead(eq(ctx), anyInt(), anyInt(), anyShort(), anyBoolean());
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() do?
priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java.
Where is priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() defined?
priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java at line 726.
What does priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() call?
priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() calls 1 function(s): mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free