testDecodingWeirdNames2() — netty Function Reference
Architecture documentation for the testDecodingWeirdNames2() function in ClientCookieDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 1a2b2950_fa3f_3a0b_a74c_432a38b17e76["testDecodingWeirdNames2()"] 2635e872_d46e_792f_9aed_dd9f06eec252["ClientCookieDecoderTest"] 1a2b2950_fa3f_3a0b_a74c_432a38b17e76 -->|defined in| 2635e872_d46e_792f_9aed_dd9f06eec252 style 1a2b2950_fa3f_3a0b_a74c_432a38b17e76 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java lines 203–209
@Test
public void testDecodingWeirdNames2() {
String src = "HTTPOnly=";
Cookie cookie = ClientCookieDecoder.STRICT.decode(src);
assertEquals("HTTPOnly", cookie.name());
assertEquals("", cookie.value());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testDecodingWeirdNames2() do?
testDecodingWeirdNames2() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java.
Where is testDecodingWeirdNames2() defined?
testDecodingWeirdNames2() is defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java at line 203.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free