assertPropagatedInbound() — netty Function Reference
Architecture documentation for the assertPropagatedInbound() function in WebSocketProtocolHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8cf80732_3146_beb8_835c_e7d7278a759d["assertPropagatedInbound()"] 4e6acdd6_0a1b_2423_42e3_58c47c3a2cd5["WebSocketProtocolHandlerTest"] 8cf80732_3146_beb8_835c_e7d7278a759d -->|defined in| 4e6acdd6_0a1b_2423_42e3_58c47c3a2cd5 3c31931c_e0a8_0527_e3b8_7361cbb26a44["testPongFrameDropFrameFalse()"] 3c31931c_e0a8_0527_e3b8_7361cbb26a44 -->|calls| 8cf80732_3146_beb8_835c_e7d7278a759d 4de1718d_980b_52aa_8c94_23349e7a3c21["testTextFrame()"] 4de1718d_980b_52aa_8c94_23349e7a3c21 -->|calls| 8cf80732_3146_beb8_835c_e7d7278a759d style 8cf80732_3146_beb8_835c_e7d7278a759d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketProtocolHandlerTest.java lines 183–186
private static <T extends WebSocketFrame> void assertPropagatedInbound(T message, EmbeddedChannel channel) {
T propagatedResponse = channel.readInbound();
assertEquals(message, propagatedResponse);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does assertPropagatedInbound() do?
assertPropagatedInbound() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketProtocolHandlerTest.java.
Where is assertPropagatedInbound() defined?
assertPropagatedInbound() is defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketProtocolHandlerTest.java at line 183.
What calls assertPropagatedInbound()?
assertPropagatedInbound() is called by 2 function(s): testPongFrameDropFrameFalse, testTextFrame.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free