Home / Function/ clientChannelClosedDoesNotSendGoAwayBeforePreface() — netty Function Reference

clientChannelClosedDoesNotSendGoAwayBeforePreface() — netty Function Reference

Architecture documentation for the clientChannelClosedDoesNotSendGoAwayBeforePreface() function in Http2ConnectionHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  44603729_56d1_8783_ff08_944d7274a8e6["clientChannelClosedDoesNotSendGoAwayBeforePreface()"]
  e8b32c7d_fa9d_422b_0744_82047ac00ea5["Http2ConnectionHandlerTest"]
  44603729_56d1_8783_ff08_944d7274a8e6 -->|defined in| e8b32c7d_fa9d_422b_0744_82047ac00ea5
  style 44603729_56d1_8783_ff08_944d7274a8e6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java lines 761–769

    @Test
    public void clientChannelClosedDoesNotSendGoAwayBeforePreface() throws Exception {
        when(connection.isServer()).thenReturn(false);
        when(channel.isActive()).thenReturn(false);
        handler = newHandler();
        when(channel.isActive()).thenReturn(true);
        handler.close(ctx, promise);
        verifyNoInteractions(frameWriter);
    }

Domain

Subdomains

Frequently Asked Questions

What does clientChannelClosedDoesNotSendGoAwayBeforePreface() do?
clientChannelClosedDoesNotSendGoAwayBeforePreface() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java.
Where is clientChannelClosedDoesNotSendGoAwayBeforePreface() defined?
clientChannelClosedDoesNotSendGoAwayBeforePreface() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java at line 761.

Analyze Your Own Codebase

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

Try Supermodel Free