Home / File/ testMaxHeaderTableSize.json — netty Source File

testMaxHeaderTableSize.json — netty Source File

Architecture documentation for testMaxHeaderTableSize.json, a json file in the netty codebase.

Entity Profile

Source Code

{
  "max_header_table_size": 128,
  "header_blocks":
  [
    {
      "headers": [
        { "name1": "val1" },
        { "name2": "val2" },
        { "name3": "val3" }
      ],
      "encoded": [
        "4084 a874 943f 83ee 3a03 4084 a874 945f",
        "83ee 3a05 4084 a874 959f 83ee 3a19"
      ],
      "dynamic_table": [
        { "name3": "val3" },
        { "name2": "val2" },
        { "name1": "val1" }
      ],
      "table_size": 123
    },
    {
      "max_header_table_size": 81,
      "headers": [
        { "name3": "val3" },
        { "name2": "val2" }
      ],
      "encoded": [
        "3f32 be40 84a8 7494 5f83 ee3a 05"
      ],
      "dynamic_table": [
        { "name2": "val2" }
      ],
      "table_size": 41
    },
    {
      "max_header_table_size": 128,
      "headers": [
        { "name1": "val1" },
        { "name2": "val2" },
        { "name3": "val3" }
      ],
      "encoded": [
        "3f61 4084 a874 943f 83ee 3a03 bf40 84a8",
        "7495 9f83 ee3a 19"
      ],
      "dynamic_table": [
        { "name3": "val3" },
        { "name1": "val1" },
        { "name2": "val2" }
      ],
      "table_size": 123
    }
  ]
}

Frequently Asked Questions

What does testMaxHeaderTableSize.json do?
testMaxHeaderTableSize.json is a source file in the netty codebase, written in json.
Where is testMaxHeaderTableSize.json in the architecture?
testMaxHeaderTableSize.json is located at codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata/testMaxHeaderTableSize.json (directory: codec-http2/src/test/resources/io/netty/handler/codec/http2/testdata).

Analyze Your Own Codebase

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

Try Supermodel Free