pingWriteAfterGoAwayShouldSucceed() — netty Function Reference
Architecture documentation for the pingWriteAfterGoAwayShouldSucceed() function in DefaultHttp2ConnectionEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4aad1bbd_69de_4b5c_8245_af4ae101a4a2["pingWriteAfterGoAwayShouldSucceed()"] aef19477_9a1f_48c4_824a_17c7f3ecbb10["DefaultHttp2ConnectionEncoderTest"] 4aad1bbd_69de_4b5c_8245_af4ae101a4a2 -->|defined in| aef19477_9a1f_48c4_824a_17c7f3ecbb10 5201c307_7996_fbce_683f_472edc39e053["goAwayReceived()"] 4aad1bbd_69de_4b5c_8245_af4ae101a4a2 -->|calls| 5201c307_7996_fbce_683f_472edc39e053 style 4aad1bbd_69de_4b5c_8245_af4ae101a4a2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java lines 695–701
@Test
public void pingWriteAfterGoAwayShouldSucceed() throws Exception {
ChannelPromise promise = newPromise();
goAwayReceived(0);
encoder.writePing(ctx, false, 0L, promise);
verify(writer).writePing(eq(ctx), eq(false), eq(0L), eq(promise));
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does pingWriteAfterGoAwayShouldSucceed() do?
pingWriteAfterGoAwayShouldSucceed() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java.
Where is pingWriteAfterGoAwayShouldSucceed() defined?
pingWriteAfterGoAwayShouldSucceed() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java at line 695.
What does pingWriteAfterGoAwayShouldSucceed() call?
pingWriteAfterGoAwayShouldSucceed() calls 1 function(s): goAwayReceived.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free