Home / Function/ standardSettingsShouldBeNotSet() — netty Function Reference

standardSettingsShouldBeNotSet() — netty Function Reference

Architecture documentation for the standardSettingsShouldBeNotSet() function in Http2SettingsTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  304ccbe5_aa57_b22e_09db_926783c7fdb3["standardSettingsShouldBeNotSet()"]
  910ec026_5946_ddbf_7e19_bbbdae11da3a["Http2SettingsTest"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|defined in| 910ec026_5946_ddbf_7e19_bbbdae11da3a
  1cc8a449_3de5_276b_7d6e_3d797fc7c8c1["headerTableSize()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 1cc8a449_3de5_276b_7d6e_3d797fc7c8c1
  0771a112_8845_4900_7750_c4b8cba44902["initialWindowSize()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 0771a112_8845_4900_7750_c4b8cba44902
  76e15414_11b5_2c13_e206_e2c86766f63c["maxConcurrentStreams()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 76e15414_11b5_2c13_e206_e2c86766f63c
  533909bb_c579_9d6d_254c_d82af77c98b8["pushEnabled()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 533909bb_c579_9d6d_254c_d82af77c98b8
  0480e6c0_9cf9_8620_0aaf_febece3d753b["maxFrameSize()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 0480e6c0_9cf9_8620_0aaf_febece3d753b
  3faf6fb0_2468_fce7_7b7c_d96a48aa277a["connectProtocolEnabled()"]
  304ccbe5_aa57_b22e_09db_926783c7fdb3 -->|calls| 3faf6fb0_2468_fce7_7b7c_d96a48aa277a
  style 304ccbe5_aa57_b22e_09db_926783c7fdb3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java lines 55–65

    @Test
    public void standardSettingsShouldBeNotSet() {
        assertEquals(0, settings.size());
        assertNull(settings.headerTableSize());
        assertNull(settings.initialWindowSize());
        assertNull(settings.maxConcurrentStreams());
        assertNull(settings.pushEnabled());
        assertNull(settings.maxFrameSize());
        assertNull(settings.maxHeaderListSize());
        assertNull(settings.connectProtocolEnabled());
    }

Domain

Subdomains

Frequently Asked Questions

What does standardSettingsShouldBeNotSet() do?
standardSettingsShouldBeNotSet() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java.
Where is standardSettingsShouldBeNotSet() defined?
standardSettingsShouldBeNotSet() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2SettingsTest.java at line 55.
What does standardSettingsShouldBeNotSet() call?
standardSettingsShouldBeNotSet() calls 6 function(s): connectProtocolEnabled, headerTableSize, initialWindowSize, maxConcurrentStreams, maxFrameSize, pushEnabled.

Analyze Your Own Codebase

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

Try Supermodel Free