assertBidirectionalStreamHandled() — netty Function Reference
Architecture documentation for the assertBidirectionalStreamHandled() function in Http3ClientConnectionHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5f8f7678_19b1_a320_5f61_afbd29fc14ea["assertBidirectionalStreamHandled()"] c86c47ca_35aa_2b37_4877_604c7138ec31["Http3ClientConnectionHandlerTest"] 5f8f7678_19b1_a320_5f61_afbd29fc14ea -->|defined in| c86c47ca_35aa_2b37_4877_604c7138ec31 style 5f8f7678_19b1_a320_5f61_afbd29fc14ea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ClientConnectionHandlerTest.java lines 31–34
@Override
protected void assertBidirectionalStreamHandled(EmbeddedQuicChannel channel, QuicStreamChannel streamChannel) {
Http3TestUtils.verifyClose(Http3ErrorCode.H3_STREAM_CREATION_ERROR, channel);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does assertBidirectionalStreamHandled() do?
assertBidirectionalStreamHandled() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ClientConnectionHandlerTest.java.
Where is assertBidirectionalStreamHandled() defined?
assertBidirectionalStreamHandled() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ClientConnectionHandlerTest.java at line 31.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free