Home / Function/ testBufferMessagesUntilHandshakeCompleteWithClose() — netty Function Reference

testBufferMessagesUntilHandshakeCompleteWithClose() — netty Function Reference

Architecture documentation for the testBufferMessagesUntilHandshakeCompleteWithClose() function in ApplicationProtocolNegotiationHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6069e8df_c20f_6bc4_8dff_2c5475ae35a8["testBufferMessagesUntilHandshakeCompleteWithClose()"]
  6a59c536_b4df_055a_02c9_49ed1745fd53["ApplicationProtocolNegotiationHandlerTest"]
  6069e8df_c20f_6bc4_8dff_2c5475ae35a8 -->|defined in| 6a59c536_b4df_055a_02c9_49ed1745fd53
  527ca451_4662_6bf8_0258_0742c915de11["testBufferMessagesUntilHandshakeComplete()"]
  6069e8df_c20f_6bc4_8dff_2c5475ae35a8 -->|calls| 527ca451_4662_6bf8_0258_0742c915de11
  style 6069e8df_c20f_6bc4_8dff_2c5475ae35a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java lines 158–167

    @Test
    public void testBufferMessagesUntilHandshakeCompleteWithClose() throws Exception {
        testBufferMessagesUntilHandshakeComplete(
                new ApplicationProtocolNegotiationHandlerTest.Consumer<ChannelHandlerContext>() {
                    @Override
                    public void consume(ChannelHandlerContext ctx) {
                        ctx.channel().close();
                    }
                });
    }

Domain

Subdomains

Frequently Asked Questions

What does testBufferMessagesUntilHandshakeCompleteWithClose() do?
testBufferMessagesUntilHandshakeCompleteWithClose() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java.
Where is testBufferMessagesUntilHandshakeCompleteWithClose() defined?
testBufferMessagesUntilHandshakeCompleteWithClose() is defined in handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java at line 158.
What does testBufferMessagesUntilHandshakeCompleteWithClose() call?
testBufferMessagesUntilHandshakeCompleteWithClose() calls 1 function(s): testBufferMessagesUntilHandshakeComplete.

Analyze Your Own Codebase

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

Try Supermodel Free