Home / Function/ parseLineAsciiStringCustomCodeAndPhrase() — netty Function Reference

parseLineAsciiStringCustomCodeAndPhrase() — netty Function Reference

Architecture documentation for the parseLineAsciiStringCustomCodeAndPhrase() function in HttpResponseStatusTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3100ded2_b1fb_62a0_3019_d43f14f6e29c["parseLineAsciiStringCustomCodeAndPhrase()"]
  e76fb23a_3e47_28c5_8fb6_5a0523a79369["HttpResponseStatusTest"]
  3100ded2_b1fb_62a0_3019_d43f14f6e29c -->|defined in| e76fb23a_3e47_28c5_8fb6_5a0523a79369
  style 3100ded2_b1fb_62a0_3019_d43f14f6e29c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseStatusTest.java lines 89–94

    @Test
    public void parseLineAsciiStringCustomCodeAndPhrase() {
        HttpResponseStatus customStatus = parseLine(new AsciiString("612 FOO"));
        assertEquals(612, customStatus.code());
        assertEquals("FOO", customStatus.reasonPhrase());
    }

Domain

Subdomains

Frequently Asked Questions

What does parseLineAsciiStringCustomCodeAndPhrase() do?
parseLineAsciiStringCustomCodeAndPhrase() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseStatusTest.java.
Where is parseLineAsciiStringCustomCodeAndPhrase() defined?
parseLineAsciiStringCustomCodeAndPhrase() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpResponseStatusTest.java at line 89.

Analyze Your Own Codebase

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

Try Supermodel Free