Home / Function/ testNulInInitialLine() — netty Function Reference

testNulInInitialLine() — netty Function Reference

Architecture documentation for the testNulInInitialLine() function in HttpRequestDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1c2f4a8b_afc4_9e75_c3f8_f9fddac0c52c["testNulInInitialLine()"]
  514322d5_436a_d1ac_6240_1f9cf42934a4["HttpRequestDecoderTest"]
  1c2f4a8b_afc4_9e75_c3f8_f9fddac0c52c -->|defined in| 514322d5_436a_d1ac_6240_1f9cf42934a4
  09b68b29_7f9b_974c_84e2_6dbc49644974["testInvalidHeaders0()"]
  1c2f4a8b_afc4_9e75_c3f8_f9fddac0c52c -->|calls| 09b68b29_7f9b_974c_84e2_6dbc49644974
  style 1c2f4a8b_afc4_9e75_c3f8_f9fddac0c52c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java lines 823–826

   @Test
    public void testNulInInitialLine() {
        testInvalidHeaders0("GET / HTTP/1.1\u0000\r\nHost: whatever\r\n\r\n");
    }

Domain

Subdomains

Frequently Asked Questions

What does testNulInInitialLine() do?
testNulInInitialLine() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java.
Where is testNulInInitialLine() defined?
testNulInInitialLine() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java at line 823.
What does testNulInInitialLine() call?
testNulInInitialLine() calls 1 function(s): testInvalidHeaders0.

Analyze Your Own Codebase

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

Try Supermodel Free