alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (testSpecExampleC5.json)

This example Java source code file (testSpecExampleC5.json) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

gmt, mon, oct

The testSpecExampleC5.json Java example source code

{
  "max_header_table_size": 256,
  "force_huffman_off": true,
  "header_blocks":
  [
    {
      "headers": [
        { ":status": "302" },
        { "cache-control": "private" },
        { "date": "Mon, 21 Oct 2013 20:13:21 GMT" },
        { "location": "https://www.example.com" }
      ],
      "encoded": [
        "4803 3330 3258 0770 7269 7661 7465 611d",
        "4d6f 6e2c 2032 3120 4f63 7420 3230 3133",
        "2032 303a 3133 3a32 3120 474d 546e 1768",
        "7474 7073 3a2f 2f77 7777 2e65 7861 6d70",
        "6c65 2e63 6f6d"
      ],
      "dynamic_table": [
        { "location": "https://www.example.com" },
        { "date": "Mon, 21 Oct 2013 20:13:21 GMT" },
        { "cache-control": "private" },
        { ":status": "302" }
      ],
      "table_size": 222
    },
    {
      "headers": [
        { ":status": "307" },
        { "cache-control": "private" },
        { "date": "Mon, 21 Oct 2013 20:13:21 GMT" },
        { "location": "https://www.example.com" }
      ],
      "encoded": [
        "4803 3330 37c1 c0bf"
      ],
      "dynamic_table": [
        { ":status": "307" },
        { "location": "https://www.example.com" },
        { "date": "Mon, 21 Oct 2013 20:13:21 GMT" },
        { "cache-control": "private" }
      ],
      "table_size": 222
    },
    {
      "headers": [
        { ":status": "200" },
        { "cache-control": "private" },
        { "date": "Mon, 21 Oct 2013 20:13:22 GMT" },
        { "location": "https://www.example.com" },
        { "content-encoding": "gzip" },
        { "set-cookie": "foo=ASDJKHQKBZXOQWEOPIUAXQWEOIU; max-age=3600; version=1" }
      ],
      "encoded": [
        "88c1 611d 4d6f 6e2c 2032 3120 4f63 7420",
        "3230 3133 2032 303a 3133 3a32 3220 474d",
        "54c0 5a04 677a 6970 7738 666f 6f3d 4153",
        "444a 4b48 514b 425a 584f 5157 454f 5049",
        "5541 5851 5745 4f49 553b 206d 6178 2d61",
        "6765 3d33 3630 303b 2076 6572 7369 6f6e",
        "3d31"
      ],
      "dynamic_table": [
        { "set-cookie": "foo=ASDJKHQKBZXOQWEOPIUAXQWEOIU; max-age=3600; version=1" },
        { "content-encoding": "gzip" },
        { "date": "Mon, 21 Oct 2013 20:13:22 GMT" }
      ],
      "table_size": 215
    }
  ]
}

Other Java examples (source code examples)

Here is a short list of links related to this Java testSpecExampleC5.json source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.