Home / Function/ testBufferMessagesUntilHandshakeCompleteWithInputShutdown() — netty Function Reference

testBufferMessagesUntilHandshakeCompleteWithInputShutdown() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java lines 169–178

    @Test
    public void testBufferMessagesUntilHandshakeCompleteWithInputShutdown() throws Exception {
        testBufferMessagesUntilHandshakeComplete(
                new ApplicationProtocolNegotiationHandlerTest.Consumer<ChannelHandlerContext>() {
                    @Override
                    public void consume(ChannelHandlerContext ctx) {
                        ctx.fireUserEventTriggered(ChannelInputShutdownEvent.INSTANCE);
                    }
                });
    }

Domain

Subdomains

Frequently Asked Questions

What does testBufferMessagesUntilHandshakeCompleteWithInputShutdown() do?
testBufferMessagesUntilHandshakeCompleteWithInputShutdown() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java.
Where is testBufferMessagesUntilHandshakeCompleteWithInputShutdown() defined?
testBufferMessagesUntilHandshakeCompleteWithInputShutdown() is defined in handler/src/test/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandlerTest.java at line 169.
What does testBufferMessagesUntilHandshakeCompleteWithInputShutdown() call?
testBufferMessagesUntilHandshakeCompleteWithInputShutdown() 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