upgradeWithMultipleConnectionHeaders() — netty Function Reference
Architecture documentation for the upgradeWithMultipleConnectionHeaders() function in CleartextHttp2ServerUpgradeHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 65492212_ad30_7906_f9d3_92cb250418f5["upgradeWithMultipleConnectionHeaders()"] 24405e75_fc53_b81a_62ef_04cb80649864["CleartextHttp2ServerUpgradeHandlerTest"] 65492212_ad30_7906_f9d3_92cb250418f5 -->|defined in| 24405e75_fc53_b81a_62ef_04cb80649864 f392444a_9fec_021c_0d7d_3cb6056aa954["validateClearTextUpgrade()"] 65492212_ad30_7906_f9d3_92cb250418f5 -->|calls| f392444a_9fec_021c_0d7d_3cb6056aa954 style 65492212_ad30_7906_f9d3_92cb250418f5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandlerTest.java lines 130–139
@Test
public void upgradeWithMultipleConnectionHeaders() {
String upgradeString = "GET / HTTP/1.1\r\n" +
"Host: example.com\r\n" +
"Connection: keep-alive\r\n" +
"Connection: Upgrade, HTTP2-Settings\r\n" +
"Upgrade: h2c\r\n" +
"HTTP2-Settings: AAMAAABkAAQAAP__\r\n\r\n";
validateClearTextUpgrade(upgradeString);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does upgradeWithMultipleConnectionHeaders() do?
upgradeWithMultipleConnectionHeaders() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandlerTest.java.
Where is upgradeWithMultipleConnectionHeaders() defined?
upgradeWithMultipleConnectionHeaders() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/CleartextHttp2ServerUpgradeHandlerTest.java at line 130.
What does upgradeWithMultipleConnectionHeaders() call?
upgradeWithMultipleConnectionHeaders() calls 1 function(s): validateClearTextUpgrade.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free