This file is indexed.

/usr/share/doc/libsimple-http-java/api/index-all.html is in libsimple-http-java-doc 4.1.21-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Thu Jul 05 09:00:23 UTC 2012 -->
<title>Index</title>
<meta name="date" content="2012-07-05">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#add(java.lang.String, java.lang.String)">add(String, String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to add a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#add(java.lang.String, int)">add(String, int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to add a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#add(java.lang.String, java.lang.String)">add(String, String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to add a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#add(java.lang.String, int)">add(String, int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to add a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#addDate(java.lang.String, long)">addDate(String, long)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is used as a convenience method for adding a header that
 needs to be parsed into a HTTPdate string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#addDate(java.lang.String, long)">addDate(String, long)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used as a convenience method for adding a header that
 needs to be parsed into a HTTPdate string.</div>
</dd>
<dt><a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http"><span class="strong">Address</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Address</code> interface is used to represent a generic
 uniform resource identifier.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse"><span class="strong">AddressParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">This parser is used to parse uniform resource identifiers.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#AddressParser()">AddressParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">Default constructor will create a <code>AddressParser</code>
 that contains no specifics.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#AddressParser(java.lang.String)">AddressParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is primarily a convenience constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#all">all</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">Represents all values inserted to the map as a list of values.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Allocator.html#allocate()">allocate()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Allocator.html" title="interface in org.simpleframework.util.buffer">Allocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Allocator.html#allocate(int)">allocate(int)</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Allocator.html" title="interface in org.simpleframework.util.buffer">Allocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#allocate()">allocate()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#allocate(int)">allocate(int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#allocate()">allocate()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to allocate a segment of this buffer as a
 separate buffer object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#allocate()">allocate()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to allocate a segment of this buffer as a
 separate buffer object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#allocate()">allocate()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#allocate(int)">allocate(int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#allocate()">allocate()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">This will allocate a file buffer which will write data for the
 buffer to a file.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#allocate(int)">allocate(int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">This will allocate a file buffer which will write data for the
 buffer to a file.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#allocate()">allocate()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#allocate(int)">allocate(int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This method is used to allocate a default buffer.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/Allocator.html" title="interface in org.simpleframework.util.buffer"><span class="strong">Allocator</span></a> - Interface in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>Allocator</code> interface is used to describe a resource
 that can allocate a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#append(byte[])">append(byte[])</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#append(byte[], int, int)">append(byte[], int, int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#append(byte[])">append(byte[])</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#append(byte[], int, int)">append(byte[], int, int)</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#append(byte[])">append(byte[])</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#append(byte[], int, int)">append(byte[], int, int)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to append bytes to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(char)">append(char)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>char</code> to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(java.lang.String)">append(String)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>String</code> to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(org.simpleframework.util.parse.ParseBuffer)">append(ParseBuffer)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>ParseBuffer</code> to the end of this.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(char[], int, int)">append(char[], int, int)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>char</code> to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(java.lang.String, int, int)">append(String, int, int)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>String</code> to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#append(org.simpleframework.util.parse.ParseBuffer, int, int)">append(ParseBuffer, int, int)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will add a <code>ParseBuffer</code> to the end of this.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer"><span class="strong">ArrayAllocator</span></a> - Class in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>ArrayAllocator</code> object is used to provide a means 
 to allocate buffers using a single byte array.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#ArrayAllocator()">ArrayAllocator()</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#ArrayAllocator(int)">ArrayAllocator(int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#ArrayAllocator(int, int)">ArrayAllocator(int, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayAllocator</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer"><span class="strong">ArrayBuffer</span></a> - Class in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>ArrayBuffer</code> is intended to be a general purpose 
 byte buffer that stores bytes in an single internal byte array.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#ArrayBuffer()">ArrayBuffer()</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayBuffer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#ArrayBuffer(int)">ArrayBuffer(int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayBuffer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#ArrayBuffer(int, int)">ArrayBuffer(int, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">Constructor for the <code>ArrayBuffer</code> object.</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#buf">buf</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">The <code>char</code>'s this buffer accumulated.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#buf">buf</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is the buffer that is being parsed.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer"><span class="strong">Buffer</span></a> - Interface in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>Buffer</code> interface represents a collection of bytes
 that can be written to and later read.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer"><span class="strong">BufferAllocator</span></a> - Class in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>BufferAllocator</code> object is used to provide a means 
 to allocate buffers using a single underlying buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#BufferAllocator(org.simpleframework.util.buffer.Allocator)">BufferAllocator(Allocator)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>BufferAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#BufferAllocator(org.simpleframework.util.buffer.Allocator, int)">BufferAllocator(Allocator, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>BufferAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#BufferAllocator(org.simpleframework.util.buffer.Allocator, int, int)">BufferAllocator(Allocator, int, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>BufferAllocator</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/BufferException.html" title="class in org.simpleframework.util.buffer"><span class="strong">BufferException</span></a> - Exception in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>BufferException</code> is used to report problems that
 can occur during the use or allocation of a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferException.html#BufferException(java.lang.String, java.lang.Object...)">BufferException(String, Object...)</a></span> - Constructor for exception org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferException.html" title="class in org.simpleframework.util.buffer">BufferException</a></dt>
<dd>
<div class="block">Constructor for the <code>BufferException</code> object.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#cache">cache</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This is used to quicken <code>toString</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/Observer.html#cancel(org.simpleframework.http.session.Session)">cancel(Session&lt;T&gt;)</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/Observer.html" title="interface in org.simpleframework.http.session">Observer</a></dt>
<dd>
<div class="block">This method is called after the session has been canceled or
 expired.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/Operation.html#cancel()">cancel()</a></span> - Method in interface org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/Operation.html" title="interface in org.simpleframework.transport.reactor">Operation</a></dt>
<dd>
<div class="block">This is used to cancel the operation if it has timed out.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/Lease.html#cancel()">cancel()</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/Lease.html" title="interface in org.simpleframework.util.lease">Lease</a></dt>
<dd>
<div class="block">This will cancel the lease and release the resource.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#capacity">capacity</a></span> - Variable in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This is the default initial minimum capacity of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/Cleaner.html#clean(T)">clean(T)</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/Cleaner.html" title="interface in org.simpleframework.util.lease">Cleaner</a></dt>
<dd>
<div class="block">This method is used to clean up after a the keyed resource.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/Cleaner.html" title="interface in org.simpleframework.util.lease"><span class="strong">Cleaner</span></a>&lt;<a href="./org/simpleframework/util/lease/Cleaner.html" title="type parameter in Cleaner">T</a>&gt; - Interface in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>Cleaner</code> represents an object that is used to
 clean up after the keyed resource.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#clear()">clear()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This will clear all data from the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#clear()">clear()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This will clear all data from the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#clear()">clear()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This will clear all data from the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#clear()">clear()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">The <code>clear</code> method is used to wipe out all the
 currently existing tokens from the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#clear()">clear()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will empty the <code>ParseBuffer</code> so that the
 <code>toString</code> parameter will return <code>null</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#close()">close()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This is used to close the connection and commit the request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#close()">close()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to close the connection and commit the request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#close()">close()</a></span> - Method in class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">This <code>close</code> method is used to close the manager and
 release all resources associated with it.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionProvider.html#close()">close()</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionProvider.html" title="interface in org.simpleframework.http.session">SessionProvider</a></dt>
<dd>
<div class="block">This <code>close</code> method is used to close the provider and
 release all resources associated with it.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/SocketConnection.html#close()">close()</a></span> - Method in class org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect">SocketConnection</a></dt>
<dd>
<div class="block">This is used to close the connection and the server socket
 used to accept connections.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Transport.html#close()">close()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Transport.html" title="interface in org.simpleframework.transport">Transport</a></dt>
<dd>
<div class="block">This is used to close the transport and the underlying socket.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Allocator.html#close()">close()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Allocator.html" title="interface in org.simpleframework.util.buffer">Allocator</a></dt>
<dd>
<div class="block">This method is used to close the allocator so that resources
 that are occupied by the allocator can be freed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayAllocator.html#close()">close()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayAllocator.html" title="class in org.simpleframework.util.buffer">ArrayAllocator</a></dt>
<dd>
<div class="block">This method is used to close the allocator so that resources
 that are occupied by the allocator can be freed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#close()">close()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to ensure the buffer can be closed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#close()">close()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to ensure the buffer can be closed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#close()">close()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to ensure the buffer can be closed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#close()">close()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">This method is used to close the allocator so that resources
 that are occupied by the allocator can be freed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#close()">close()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This method is used to close the allocator so that resources
 that are occupied by the allocator can be freed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseManager.html#close()">close()</a></span> - Method in class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseManager.html" title="class in org.simpleframework.util.lease">LeaseManager</a></dt>
<dd>
<div class="block">This is used to close the lease provider such that all of
 the outstanding leases are canceled.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseProvider.html#close()">close()</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseProvider.html" title="interface in org.simpleframework.util.lease">LeaseProvider</a></dt>
<dd>
<div class="block">This is used to close the lease provider such that all of
 the outstanding leases are canceled.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#commit()">commit()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This is used to write the headers that where given to the
 <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#commit()">commit()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to write the headers that where given to the
 <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/Connection.html#connect(java.net.SocketAddress)">connect(SocketAddress)</a></span> - Method in interface org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/Connection.html" title="interface in org.simpleframework.transport.connect">Connection</a></dt>
<dd>
<div class="block">This creates a new background task that will listen to the 
 specified <code>ServerAddress</code> for incoming TCP connect
 requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/Connection.html#connect(java.net.SocketAddress, javax.net.ssl.SSLContext)">connect(SocketAddress, SSLContext)</a></span> - Method in interface org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/Connection.html" title="interface in org.simpleframework.transport.connect">Connection</a></dt>
<dd>
<div class="block">This creates a new background task that will listen to the 
 specified <code>ServerAddress</code> for incoming TCP connect
 requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/SocketConnection.html#connect(java.net.SocketAddress)">connect(SocketAddress)</a></span> - Method in class org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect">SocketConnection</a></dt>
<dd>
<div class="block">This creates a new background task that will listen to the 
 specified <code>ServerAddress</code> for incoming TCP connect
 requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/SocketConnection.html#connect(java.net.SocketAddress, javax.net.ssl.SSLContext)">connect(SocketAddress, SSLContext)</a></span> - Method in class org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect">SocketConnection</a></dt>
<dd>
<div class="block">This creates a new background task that will listen to the 
 specified <code>ServerAddress</code> for incoming TCP connect
 requests.</div>
</dd>
<dt><a href="./org/simpleframework/transport/connect/Connection.html" title="interface in org.simpleframework.transport.connect"><span class="strong">Connection</span></a> - Interface in <a href="./org/simpleframework/transport/connect/package-summary.html">org.simpleframework.transport.connect</a></dt>
<dd>
<div class="block">The <code>Connection</code> object is used to manage connections
 from a server socket.</div>
</dd>
<dt><a href="./org/simpleframework/http/core/Container.html" title="interface in org.simpleframework.http.core"><span class="strong">Container</span></a> - Interface in <a href="./org/simpleframework/http/core/package-summary.html">org.simpleframework.http.core</a></dt>
<dd>
<div class="block">The <code>Container</code> object is used to process HTTP requests
 and compose HTTP responses.</div>
</dd>
<dt><a href="./org/simpleframework/http/core/ContainerProcessor.html" title="class in org.simpleframework.http.core"><span class="strong">ContainerProcessor</span></a> - Class in <a href="./org/simpleframework/http/core/package-summary.html">org.simpleframework.http.core</a></dt>
<dd>
<div class="block">The <code>ContainerProcessor</code> object is used to create 
 channels which can be used to consume and process requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerProcessor.html#ContainerProcessor(org.simpleframework.http.core.Container, org.simpleframework.util.buffer.Allocator, int)">ContainerProcessor(Container, Allocator, int)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerProcessor.html" title="class in org.simpleframework.http.core">ContainerProcessor</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerProcessor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerProcessor.html#ContainerProcessor(org.simpleframework.http.core.Container, org.simpleframework.util.buffer.Allocator, int, int)">ContainerProcessor(Container, Allocator, int, int)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerProcessor.html" title="class in org.simpleframework.http.core">ContainerProcessor</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerProcessor</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core"><span class="strong">ContainerServer</span></a> - Class in <a href="./org/simpleframework/http/core/package-summary.html">org.simpleframework.http.core</a></dt>
<dd>
<div class="block">The <code>ContainerServer</code> object provides a processor
 that dispatch requests from a connected pipeline.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#ContainerServer(org.simpleframework.http.core.Container)">ContainerServer(Container)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#ContainerServer(org.simpleframework.http.core.Container, int)">ContainerServer(Container, int)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#ContainerServer(org.simpleframework.http.core.Container, org.simpleframework.util.buffer.Allocator)">ContainerServer(Container, Allocator)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#ContainerServer(org.simpleframework.http.core.Container, org.simpleframework.util.buffer.Allocator, int)">ContainerServer(Container, Allocator, int)</a></span> - Constructor for class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ContainerServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#contains(java.lang.String)">contains(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is used to see if there is a HTTP message header with the
 given name in this container.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#contains(java.lang.String)">contains(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to see if there is a HTTP message header with the
 given name in this container.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#contains(java.lang.String)">contains(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is used to see if there is a HTTP message header with the
 given name in this container.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#contains(java.lang.String)">contains(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to see if there is a HTTP message header with the
 given name in this container.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#containsKey(java.lang.Object)">containsKey(Object)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This is used to determine whether a token representing the
 name of a pair has been inserted into the internal map.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#containsValue(java.lang.Object)">containsValue(Object)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to determine whether any pair that has
 been inserted into the internal map had the presented value.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse"><span class="strong">ContentParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">This provides access to the MIME type parts, that is the primary 
 type, the secondary type and an optional character set parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#ContentParser()">ContentParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">The default constructor will create a <code>ContentParser</code>
 that contains no charset, type or subtype.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#ContentParser(java.lang.String)">ContentParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This is primarily a convenience constructor.</div>
</dd>
<dt><a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http"><span class="strong">ContentType</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">This provides access to the MIME type parts, that is the primary 
 type, the secondary type and an optional character set parameter.</div>
</dd>
<dt><a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource"><span class="strong">Context</span></a> - Interface in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">The <code>Context</code> interface is used to give a view of the
 file system to the <code>ResourceEngine</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#convert(java.lang.String)">convert(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">Convenience method used to convert the specified HTTP date in to a 
 long representing the time.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#convert(long)">convert(long)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">Convenience method used to convert the specified long date in to a
 HTTP date format.</div>
</dd>
<dt><a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http"><span class="strong">Cookie</span></a> - Class in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">This class is used to represent a generic cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#Cookie()">Cookie()</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">Constructor of the <code>Cookie</code> that does not need
 the name or value to be set.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#Cookie(java.lang.String, java.lang.String)">Cookie(String, String)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">Constructor of the <code>Cookie</code> that uses a default
 version of 1, which is used by RFC 2109.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#Cookie(java.lang.String, java.lang.String, boolean)">Cookie(String, String, boolean)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">Constructor of the <code>Cookie</code> that uses a default
 version of 1, which is used by RFC 2109.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#Cookie(java.lang.String, java.lang.String, java.lang.String)">Cookie(String, String, String)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">Constructor of the <code>Cookie</code> that uses a default
 version of 1, which is used by RFC 2109.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#Cookie(java.lang.String, java.lang.String, java.lang.String, boolean)">Cookie(String, String, String, boolean)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">Constructor of the <code>Cookie</code> that uses a default
 version of 1, which is used by RFC 2109.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse"><span class="strong">CookieParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">CookieParser is used to parse the cookie header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#CookieParser()">CookieParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">Create a <code>CookieParser</code> that contains no cookies.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#CookieParser(java.lang.String)">CookieParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">This is primarily a convineance constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#count">count</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This is the number of <code>char</code>'s stored.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#count">count</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This represents the length of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/LanguageParser.html#create(char[], int, int)">create(char[], int, int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/LanguageParser.html" title="class in org.simpleframework.http.parse">LanguageParser</a></dt>
<dd>
<div class="block">This creates a locale object using an offset and a length.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#create(char[], int, int)">create(char[], int, int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">This creates an value object using the range of characters 
 that have been parsed as an item within the list of values.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ValueParser.html#create(char[], int, int)">create(char[], int, int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ValueParser.html" title="class in org.simpleframework.http.parse">ValueParser</a></dt>
<dd>
<div class="block">This creates a string object using an offset and a length.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/Observer.html#create(org.simpleframework.http.session.Session)">create(Session&lt;T&gt;)</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/Observer.html" title="interface in org.simpleframework.http.session">Observer</a></dt>
<dd>
<div class="block">This method is called after the session has been created but
 before it is used.</div>
</dd>
<dt><a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport"><span class="strong">Cursor</span></a> - Interface in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>Cursor</code> object is used to acquire bytes from a 
 given source.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread"><span class="strong">Daemon</span></a> - Class in <a href="./org/simpleframework/util/thread/package-summary.html">org.simpleframework.util.thread</a></dt>
<dd>
<div class="block">The <code>Daemon</code> object provides a named daemon thread
 which will execute the <code>run</code> method when started.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#Daemon()">Daemon()</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">Constructor for the <code>Daemon</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse"><span class="strong">DateParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">This is used to create a <code>Parser</code> for the HTTP date format.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#DateParser()">DateParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">The default constructor will create a parser that can parse 
 <code>String</code>s that contain dates in the form of RFC 1123, 
 RFC 850 or asctime.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#DateParser(long)">DateParser(long)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This constructor will conveniently parse the <code>long</code> argument 
 in the constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#DateParser(java.lang.String)">DateParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This constructor will conveniently parse the <code>String</code> 
 argument in the constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#digit(char)">digit(char)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is used to determine wheather or not a given character is 
 a digit character.</div>
</dd>
<dt><a href="./org/simpleframework/util/thread/DirectExecutor.html" title="class in org.simpleframework.util.thread"><span class="strong">DirectExecutor</span></a> - Class in <a href="./org/simpleframework/util/thread/package-summary.html">org.simpleframework.util.thread</a></dt>
<dd>
<div class="block">The <code>DirectExecutor</code> object is used for synchronous
 execution of tasks.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/DirectExecutor.html#DirectExecutor()">DirectExecutor()</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/DirectExecutor.html" title="class in org.simpleframework.util.thread">DirectExecutor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor"><span class="strong">DirectReactor</span></a> - Class in <a href="./org/simpleframework/transport/reactor/package-summary.html">org.simpleframework.transport.reactor</a></dt>
<dd>
<div class="block">The <code>DirectReactor</code> object is used to execute the ready
 operations of within a single synchronous thread.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/DirectReactor.html#DirectReactor()">DirectReactor()</a></span> - Constructor for class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor">DirectReactor</a></dt>
<dd>
<div class="block">Constructor for the <code>DirectReactor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/DirectReactor.html#DirectReactor(boolean)">DirectReactor(boolean)</a></span> - Constructor for class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor">DirectReactor</a></dt>
<dd>
<div class="block">Constructor for the <code>DirectReactor</code> object.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#encode()">encode()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#encode(java.lang.String)">encode(String)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#encode()">encode()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Buffer.html#encode(java.lang.String)">encode(String)</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Buffer.html" title="interface in org.simpleframework.util.buffer">Buffer</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#encode()">encode()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#encode(java.lang.String)">encode(String)</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used to acquire the buffered bytes as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#ensureCapacity(int)">ensureCapacity(int)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This ensure that there is enough space in the buffer to 
 allow for more <code>char</code>'s to be added.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#ensureCapacity(int)">ensureCapacity(int)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This ensure that there is enough space in the buffer to allow 
 for more <code>char</code>'s to be added.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#entrySet()">entrySet()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to acquire the name and value pairs that
 have currently been collected by this parser.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/DirectExecutor.html#execute(java.lang.Runnable)">execute(Runnable)</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/DirectExecutor.html" title="class in org.simpleframework.util.thread">DirectExecutor</a></dt>
<dd>
<div class="block">This will execute the provided <code>Runnable</code> within
 the current thread.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/PoolExecutor.html#execute(java.lang.Runnable)">execute(Runnable)</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread">PoolExecutor</a></dt>
<dd>
<div class="block">The <code>execute</code> method is used to queue the task for
 execution.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Scheduler.html#execute(java.lang.Runnable)">execute(Runnable)</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread">Scheduler</a></dt>
<dd>
<div class="block">This will execute the task within the executor immediately 
 as it uses a delay duration of zero milliseconds.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Scheduler.html#execute(java.lang.Runnable, long)">execute(Runnable, long)</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread">Scheduler</a></dt>
<dd>
<div class="block">This will execute the task within the executor after the time
 specified has expired.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Scheduler.html#execute(java.lang.Runnable, long, java.util.concurrent.TimeUnit)">execute(Runnable, long, TimeUnit)</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread">Scheduler</a></dt>
<dd>
<div class="block">This will execute the task within the executor after the time
 specified has expired.</div>
</dd>
<dt><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor"><span class="strong">ExecutorReactor</span></a> - Class in <a href="./org/simpleframework/transport/reactor/package-summary.html">org.simpleframework.transport.reactor</a></dt>
<dd>
<div class="block">The <code>ExecutorReactor</code> is used to schedule operation for
 execution using an <code>Executor</code> implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#ExecutorReactor(java.util.concurrent.Executor)">ExecutorReactor(Executor)</a></span> - Constructor for class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">Constructor for the <code>ExecutorReactor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#ExecutorReactor(java.util.concurrent.Executor, int)">ExecutorReactor(Executor, int)</a></span> - Constructor for class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">Constructor for the <code>ExecutorReactor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#ExecutorReactor(java.util.concurrent.Executor, int, long)">ExecutorReactor(Executor, int, long)</a></span> - Constructor for class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">Constructor for the <code>ExecutorReactor</code> object.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer"><span class="strong">FileAllocator</span></a> - Class in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>FileAllocator</code> object is used to create buffers
 that can be written to the file system.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#FileAllocator()">FileAllocator()</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FileAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#FileAllocator(int)">FileAllocator(int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FileAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#FileAllocator(java.lang.String)">FileAllocator(String)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FileAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FileAllocator.html#FileAllocator(java.lang.String, int)">FileAllocator(String, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FileAllocator.html" title="class in org.simpleframework.util.buffer">FileAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FileAllocator</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource"><span class="strong">FileContext</span></a> - Class in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">The <code>FileContext</code> provides an implementation of the 
 <code>Context</code> object that provides a direct mapping from
 a request URI as defined in RFC 2616 to an OS specific target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#FileContext()">FileContext()</a></span> - Constructor for class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">Constructor for creating an instance that operates from
 the given current working path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#FileContext(java.io.File)">FileContext(File)</a></span> - Constructor for class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">Constructor for creating an instance that operates from
 the given OS specific base path.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer"><span class="strong">FilterAllocator</span></a> - Class in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>FilterAllocator</code> object is used to provide a means 
 to provide a general set of constraints around buffer allocation.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#FilterAllocator(org.simpleframework.util.buffer.Allocator)">FilterAllocator(Allocator)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FilterAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#FilterAllocator(org.simpleframework.util.buffer.Allocator, int)">FilterAllocator(Allocator, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FilterAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#FilterAllocator(org.simpleframework.util.buffer.Allocator, int, int)">FilterAllocator(Allocator, int, int)</a></span> - Constructor for class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">Constructor for the <code>FilterAllocator</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Transport.html#flush()">flush()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Transport.html" title="interface in org.simpleframework.transport">Transport</a></dt>
<dd>
<div class="block">This method is used to flush the contents of the buffer to 
 the client.</div>
</dd>
<dt><a href="./org/simpleframework/http/Form.html" title="interface in org.simpleframework.http"><span class="strong">Form</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Form</code> interface is used to represent the details
 submitted with a request.</div>
</dd>
<dt><a href="./org/simpleframework/util/FormatException.html" title="class in org.simpleframework.util"><span class="strong">FormatException</span></a> - Exception in <a href="./org/simpleframework/util/package-summary.html">org.simpleframework.util</a></dt>
<dd>
<div class="block">The <code>FormatException</code> is used to create exceptions that
 can use a template string for the message.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/FormatException.html#FormatException(java.lang.String, java.lang.Object...)">FormatException(String, Object...)</a></span> - Constructor for exception org.simpleframework.util.<a href="./org/simpleframework/util/FormatException.html" title="class in org.simpleframework.util">FormatException</a></dt>
<dd>
<div class="block">Constructor for the <code>FormatException</code> this requires
 a template message and an ordered list of values that are to
 be inserted in to the provided template to form the error.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/FormatException.html#FormatException(java.lang.Throwable, java.lang.String, java.lang.Object...)">FormatException(Throwable, String, Object...)</a></span> - Constructor for exception org.simpleframework.util.<a href="./org/simpleframework/util/FormatException.html" title="class in org.simpleframework.util">FormatException</a></dt>
<dd>
<div class="block">Constructor for the <code>FormatException</code> this requires
 a template message and an ordered list of values that are to
 be inserted in to the provided template to form the error.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseMap.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseMap.html" title="class in org.simpleframework.util.lease">LeaseMap</a></dt>
<dd>
<div class="block">This is used to acquire the <code>Lease</code> object that is
 mapped to the specified key.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">The <code>get</code> method is used to acquire the value for
 a named pair.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getAddress()">getAddress()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This is used to acquire the address from the request line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getAddress()">getAddress()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire the address from the request line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Query.html#getAll(java.lang.Object)">getAll(Object)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http">Query</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>List</code> for all of
 the parameter values associated with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#getAll(java.lang.Object)">getAll(Object)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>List</code> for all of
 the values that have been put in to the map.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getAttribute(java.lang.Object)">getAttribute(Object)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used as a shortcut for acquiring attributes for the
 response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getAttribute(java.lang.Object)">getAttribute(Object)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used as a shortcut for acquiring attributes for the
 response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getAttributes()">getAttributes()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This can be used to retrieve the response attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getAttributes()">getAttributes()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to retrieve the response attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Socket.html#getAttributes()">getAttributes()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Socket.html" title="interface in org.simpleframework.transport">Socket</a></dt>
<dd>
<div class="block">This method is used to get the <code>Map</code> of attributes 
 for this socket.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getBasePath()">getBasePath()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to retrieve the base path of the context.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getBasePath()">getBasePath()</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to retrieve the base path of the context.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#getBoolean(java.lang.Object)">getBoolean(Object)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This extracts a boolean parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Query.html#getBoolean(java.lang.Object)">getBoolean(Object)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http">Query</a></dt>
<dd>
<div class="block">This extracts a boolean parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getByteChannel()">getByteChannel()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to read the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getByteChannel()">getByteChannel()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to read the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getByteChannel()">getByteChannel()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getByteChannel(int)">getByteChannel(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getByteChannel()">getByteChannel()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getByteChannel(int)">getByteChannel(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/Operation.html#getChannel()">getChannel()</a></span> - Method in interface org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/Operation.html" title="interface in org.simpleframework.transport.reactor">Operation</a></dt>
<dd>
<div class="block">This is the <code>SelectableChannel</code> which is used to 
 determine if the operation should be executed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Socket.html#getChannel()">getChannel()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Socket.html" title="interface in org.simpleframework.transport">Socket</a></dt>
<dd>
<div class="block">This method is used to acquire the <code>SocketChannel</code>
 for the connection.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#getCharset()">getCharset()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This is used to retrieve the <code>charset</code> of this MIME 
 type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#getCharset()">getCharset()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This is used to retrieve the <code>charset</code> of this MIME 
 type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getClientAddress()">getClientAddress()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to acquire the remote client address.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getClientAddress()">getClientAddress()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire the remote client address.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getCode()">getCode()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This represents the status code of the HTTP response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Status.html#getCode()">getCode()</a></span> - Method in enum org.simpleframework.http.<a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http">Status</a></dt>
<dd>
<div class="block">This is used to acquire the code of the status object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#getCode()">getCode()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This represents the status code of the HTTP response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getContent()">getContent()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This is used to acquire the content of the part as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getContent()">getContent()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to get the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getContent()">getContent()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to get the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getContentLength()">getContentLength()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine
 the length of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getContentLength()">getContentLength()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine
 the length of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getContentLength()">getContentLength()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine
 the length of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getContentLength()">getContentLength()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine
 the length of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getContentType()">getContentType()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This is used to acquire the content type for this part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getContentType()">getContentType()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getContentType()">getContentType()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getContentType(java.lang.String)">getContentType(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This method will extract the type attribute of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getContentType(java.lang.String)">getContentType(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This method will extract the type attribute of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getContentType()">getContentType()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This allows the MIME type of this <code>Index</code> to
 be acquired.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getContentType()">getContentType()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getContentType()">getContentType()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getCookie(java.lang.String)">getCookie(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is used to acquire a cookie using the name of that cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getCookie(java.lang.String)">getCookie(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire a cookie usiing the name of that cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getCookie(java.lang.String)">getCookie(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This returns the <code>Cookie</code> object stored under the
 specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getCookie(java.lang.String)">getCookie(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This returns the <code>Cookie</code> object stored under the
 specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getCookies()">getCookies()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is used to acquire all cookies that were sent in the header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getCookies()">getCookies()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire all cookies that were sent in the header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getCookies()">getCookies()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This returns all <code>Cookie</code> objects stored under the
 specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getCookies()">getCookies()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This returns all <code>Cookie</code> objects stored under the
 specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#getDate()">getDate()</a></span> - Static method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">The parser contains this method so that the a date does not 
 have to be parsed from <code>System.currentTimeMillis</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getDate(java.lang.String)">getDate(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This can be used to get the date of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getDate(java.lang.String)">getDate(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the date of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getDate(java.lang.String)">getDate(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getDate(java.lang.String)">getDate(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Status.html#getDescription()">getDescription()</a></span> - Method in enum org.simpleframework.http.<a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http">Status</a></dt>
<dd>
<div class="block">This is used to provide the status description.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Status.html#getDescription(int)">getDescription(int)</a></span> - Static method in enum org.simpleframework.http.<a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http">Status</a></dt>
<dd>
<div class="block">This is used to provide the status description.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getDirectory()">getDirectory()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the highest directory that exists within 
 the path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getDirectory()">getDirectory()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the highest directory that exists within 
 the path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getDirectory(java.lang.String)">getDirectory(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the 
 <code>File</code> object that it represent the parent directory
 of the URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getDirectory(java.lang.String)">getDirectory(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the
 <code>File</code> object that it represent the parent directory
 of the URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getDirectory()">getDirectory()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This is used to acquire the <code>File</code> directory
 for the index target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getDomain()">getDomain()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This is used to retrieve the domain of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getDomain()">getDomain()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the domain for this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getDomain()">getDomain()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is used to retrive the domain of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Socket.html#getEngine()">getEngine()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Socket.html" title="interface in org.simpleframework.transport">Socket</a></dt>
<dd>
<div class="block">This is used to acquire the SSL engine used for security.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getExpiry()">getExpiry()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the number of seconds a cookie lives for.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/Lease.html#getExpiry(java.util.concurrent.TimeUnit)">getExpiry(TimeUnit)</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/Lease.html" title="interface in org.simpleframework.util.lease">Lease</a></dt>
<dd>
<div class="block">Determines the duration remaining before the lease expires.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getExtension()">getExtension()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the extension that the file name contains.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getExtension()">getExtension()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the extension that the file name contains.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getFile(java.lang.String)">getFile(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the 
 <code>File</code> object that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getFile(java.lang.String)">getFile(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the 
 <code>File</code> object that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getFile()">getFile()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This is used to acquire the <code>File</code> reference
 for the index target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getFileName()">getFileName()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This method is used to acquire the file name of the part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#getFloat(java.lang.Object)">getFloat(Object)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This extracts a float parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Query.html#getFloat(java.lang.Object)">getFloat(Object)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http">Query</a></dt>
<dd>
<div class="block">This extracts a float parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getForm()">getForm()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to acquire all the form parameters from the
 HTTP request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getForm()">getForm()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire all the form parameters from the
 HTTP request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getHeader(java.lang.String)">getHeader(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This is used to acquire the header value for the specified 
 header name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getIndex(java.lang.String)">getIndex(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is an all in one method that allows all the information 
 on the target URI to be gathered at once.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getIndex(java.lang.String)">getIndex(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is an all in one method that allows all the information 
 on the target URI to be gathered at once.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getInputStream()">getInputStream()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This is used to acquire an <code>InputStream</code> for the
 part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getInputStream()">getInputStream()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to read the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getInputStream()">getInputStream()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to read the content body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/ArrayBuffer.html#getInputStream()">getInputStream()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/ArrayBuffer.html" title="class in org.simpleframework.util.buffer">ArrayBuffer</a></dt>
<dd>
<div class="block">This method is used so that the buffer can be represented as a
 stream of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/BufferAllocator.html#getInputStream()">getInputStream()</a></span> - Method in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/BufferAllocator.html" title="class in org.simpleframework.util.buffer">BufferAllocator</a></dt>
<dd>
<div class="block">This method is used so that a buffer can be represented as a
 stream of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/Stream.html#getInputStream()">getInputStream()</a></span> - Method in interface org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/Stream.html" title="interface in org.simpleframework.util.buffer">Stream</a></dt>
<dd>
<div class="block">This method is used so that a buffer can be represented as a
 stream of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#getInteger(java.lang.Object)">getInteger(Object)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This extracts an integer parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Query.html#getInteger(java.lang.Object)">getInteger(Object)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http">Query</a></dt>
<dd>
<div class="block">This extracts an integer parameter for the named value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getInteger(java.lang.String)">getInteger(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This can be used to get the integer of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getInteger(java.lang.String)">getInteger(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the integer of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getInteger(java.lang.String)">getInteger(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getInteger(java.lang.String)">getInteger(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/Lease.html#getKey()">getKey()</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/Lease.html" title="interface in org.simpleframework.util.lease">Lease</a></dt>
<dd>
<div class="block">Provides the key for the resource that this lease represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/KeyMap.html#getKeys()">getKeys()</a></span> - Method in class org.simpleframework.util.<a href="./org/simpleframework/util/KeyMap.html" title="class in org.simpleframework.util">KeyMap</a></dt>
<dd>
<div class="block">This is used to produce a <code>List</code> of the keys in
 the map.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/Session.html#getLease()">getLease()</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/Session.html" title="interface in org.simpleframework.http.session">Session</a></dt>
<dd>
<div class="block">This is used to acquire the <code>Lease</code> object to control
 the session.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getLocales()">getLocales()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This is used to acquire the locales from the request header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getLocales()">getLocales()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire the locales from the request header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getMajor()">getMajor()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getMajor()">getMajor()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getMajor()">getMajor()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#getMajor()">getMajor()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP
 version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getMethod()">getMethod()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This can be used to get the HTTP method for this request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getMethod()">getMethod()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the HTTP method for this request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getMinor()">getMinor()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getMinor()">getMinor()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getMinor()">getMinor()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the minor number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#getMinor()">getMinor()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This can be used to get the minor number from a HTTP
 version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getName()">getName()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the name for this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getName()">getName()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the full name of the file without the path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#getName()">getName()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">Gets the users name from the Authorization header value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#getName()">getName()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This method is used to acquire the name of the part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getName()">getName()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the full name of the file without the path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Principal.html#getName()">getName()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Principal.html" title="interface in org.simpleframework.http">Principal</a></dt>
<dd>
<div class="block">The <code>getName</code> method is used to retreive 
 the name of the principal.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getName(java.lang.String)">getName(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This will parse and return the file name that this request URI
 references.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getName(java.lang.String)">getName(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This will parse and return the file name that this request URI
 references.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getName()">getName()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This allows the name for this object to be acquired.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#getName()">getName()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">This is used to acquire the name of the thread.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getNames()">getNames()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This method is used to get a <code>List</code> of the names
 for the headers.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getNames()">getNames()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This method is used to get a <code>List</code> of the names
 for the headers.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getNames()">getNames()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is used to acquire the names of the of the headers that
 have been set in the response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getNames()">getNames()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to acquire the names of the of the headers that
 have been set in the response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getOutputStream()">getOutputStream()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getOutputStream(int)">getOutputStream(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getOutputStream()">getOutputStream()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getOutputStream(int)">getOutputStream(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">Used to write a message body with the <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This is used to retrieve an arbitrary parameter from the MIME
 type header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This is used to retrieve an arbitrary parameter from the MIME
 type header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to provide quick access to the parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to provide quick access to the parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getParameters()">getParameters()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This extracts the parameter values from the uniform resource
 identifier represented by this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getParameters()">getParameters()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This extracts the parameter values from the uniform resource
 identifier represented by this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Form.html#getPart(java.lang.String)">getPart(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Form.html" title="interface in org.simpleframework.http">Form</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Part</code> from the
 form using a known name for the part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getPart(java.lang.String)">getPart(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Part</code> from the
 form using a known name for the part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getPart(java.lang.String)">getPart(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Part</code> from the
 form using a known name for the part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Form.html#getParts()">getParts()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Form.html" title="interface in org.simpleframework.http">Form</a></dt>
<dd>
<div class="block">This method provides all parts for this <code>Form</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#getPassword()">getPassword()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">Gets the users password parsed from the Authorization
 header value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Principal.html#getPassword()">getPassword()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Principal.html" title="interface in org.simpleframework.http">Principal</a></dt>
<dd>
<div class="block">The <code>getPassword</code> method is used to retrieve 
 the password of the principal.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getPath()">getPath()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This is used to retrieve the path of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getPath()">getPath()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the path for this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getPath()">getPath()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is used to retrive the path of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getPath()">getPath()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the normalized path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getPath(int)">getPath(int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the normalized path from the specified path
 segment.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getPath(int, int)">getPath(int, int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the normalized path from the specified path
 segment.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getPath()">getPath()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the normalized path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getPath(int)">getPath(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the normalized path from the specified path
 segment.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getPath(int, int)">getPath(int, int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the normalized path from the specified path
 segment.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getPath()">getPath()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This is used to acquire the path as extracted from the HTTP 
 request URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getPath()">getPath()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to acquire the path as extracted from the HTTP 
 request URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getPath(java.lang.String)">getPath(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the
 <code>Path</code> object that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getPath(java.lang.String)">getPath(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the
 <code>Path</code> object that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getPath()">getPath()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This is used to acquire the <code>Path</code> object that 
 exposes various parts of the URI path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getPort()">getPort()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This is used to retrieve the port of the uniform resource 
 identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getPort()">getPort()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is used to retrive the port of the uniform resource
 identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#getPrimary()">getPrimary()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This is used to retrieve the primary type of this MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#getPrimary()">getPrimary()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This is used to retrieve the primary type of this MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getPrintStream()">getPrintStream()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This method is provided for convenience so that the HTTP content
 can be written using the <code>print</code> methods provided by
 the <code>PrintStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#getPrintStream(int)">getPrintStream(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This method is provided for convenience so that the HTTP content
 can be written using the <code>print</code> methods provided by
 the <code>PrintStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getPrintStream()">getPrintStream()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This method is provided for convenience so that the HTTP content
 can be written using the <code>print</code> methods provided by
 the <code>PrintStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getPrintStream(int)">getPrintStream(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This method is provided for convenience so that the HTTP content
 can be written using the <code>print</code> methods provided by
 the <code>PrintStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getQuery()">getQuery()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This is used to retrieve the query of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getQuery()">getQuery()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is used to retrieve the query of this URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getQuery()">getQuery()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This method is used to acquire the query part from the
 HTTP request URI target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getQuery()">getQuery()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This method is used to acquire the query part from the
 HTTP request URI target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getRealPath(java.lang.String)">getRealPath(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the OS
 specific path that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getRealPath(java.lang.String)">getRealPath(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the OS
 specific path that it represents.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getRealPath()">getRealPath()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This is used to get the path that this object refers to.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getRelative(java.lang.String)">getRelative(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the path as it is relative to the issued
 path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getRelative(java.lang.String)">getRelative(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the path as it is relative to the issued
 path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Context.html#getRequestPath(java.lang.String)">getRequestPath(String)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Context.html" title="interface in org.simpleframework.http.resource">Context</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the URI
 path normalized and without query or parameter parts.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/FileContext.html#getRequestPath(java.lang.String)">getRequestPath(String)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/FileContext.html" title="class in org.simpleframework.http.resource">FileContext</a></dt>
<dd>
<div class="block">This is used to translate the HTTP request URI into the URI
 path normalized and without query or parameter parts.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Index.html#getRequestPath()">getRequestPath()</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource">Index</a></dt>
<dd>
<div class="block">This is used to acquire the normalized URI style path for
 the index target.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#getScheme()">getScheme()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This allows the scheme of the URL given to be returned.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#getScheme()">getScheme()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This allows the scheme of the URL given to be returned.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#getSecondary()">getSecondary()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This is used to retrieve the secondary type of this MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#getSecondary()">getSecondary()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This is used to retrieve the secondary type of this MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getSecure()">getSecure()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This determines whether the cookie is secure.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#getSegments()">getSegments()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This method is used to break the path into individual parts
 called segments, see RFC 2396.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#getSegments()">getSegments()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This method is used to break the path into individual parts
 called segments, see RFC 2396.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getSession()">getSession()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Session</code> for the
 request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#getSession(boolean)">getSession(boolean)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Session</code> for the
 request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getSession()">getSession()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Session</code> for the
 request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getSession(boolean)">getSession(boolean)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This method is used to acquire a <code>Session</code> for the
 request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestLine.html#getTarget()">getTarget()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http">RequestLine</a></dt>
<dd>
<div class="block">This can be used to get the URI specified for this HTTP
 request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getTarget()">getTarget()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the URI specified for this HTTP request.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getText()">getText()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to retrieve the text of a HTTP status
 line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#getText()">getText()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This can be used to retrieve the text of a HTTP status
 line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getTransferEncoding()">getTransferEncoding()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getTransferEncoding()">getTransferEncoding()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that can be used to determine the 
 content type of the message body.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getValue()">getValue()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the value for this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the value of the first message header
 that has the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestHeader.html#getValues(java.lang.String)">getValues(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http">RequestHeader</a></dt>
<dd>
<div class="block">This can be used to get the values of HTTP message headers
 that have the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#getValues(java.lang.String)">getValues(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This can be used to get the values of HTTP message headers
 that have the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#getValues(java.lang.String)">getValues(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to get the values of HTTP message headers
 that have the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#getValues(java.lang.String)">getValues(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the values of HTTP message headers
 that have the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/KeyMap.html#getValues()">getValues()</a></span> - Method in class org.simpleframework.util.<a href="./org/simpleframework/util/KeyMap.html" title="class in org.simpleframework.util">KeyMap</a></dt>
<dd>
<div class="block">This is used to produce a <code>List</code> of the values in
 the map.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#getVersion()">getVersion()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This returns the version for this cookie.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/http/core/Container.html#handle(org.simpleframework.http.Request, org.simpleframework.http.Response)">handle(Request, Response)</a></span> - Method in interface org.simpleframework.http.core.<a href="./org/simpleframework/http/core/Container.html" title="interface in org.simpleframework.http.core">Container</a></dt>
<dd>
<div class="block">Used to pass the <code>Request</code> and <code>Response</code>
 to the container for processing.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/Resource.html#handle(org.simpleframework.http.Request, org.simpleframework.http.Response)">handle(Request, Response)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/Resource.html" title="interface in org.simpleframework.http.resource">Resource</a></dt>
<dd>
<div class="block">This acts as the main processing method for the resources.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/ResourceContainer.html#handle(org.simpleframework.http.Request, org.simpleframework.http.Response)">handle(Request, Response)</a></span> - Method in class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/ResourceContainer.html" title="class in org.simpleframework.http.resource">ResourceContainer</a></dt>
<dd>
<div class="block">This method is where most of the work is done to retrieve 
 the <code>Resource</code> and process the HTTP request.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="./org/simpleframework/http/resource/Index.html" title="interface in org.simpleframework.http.resource"><span class="strong">Index</span></a> - Interface in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">The <code>Index</code> object is used to represent the properties 
 a URI can contain.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will empty each tokens cache.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This will initialize the parser when it is ready to parse 
 a new <code>String</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">Resets the cookie and the buffer variables for this
 <code>CookieParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This is used to reset the date and the buffer variables 
 for this <code>DateParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">Initializes the parser so that tokens can be extracted from 
 the list.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will initialize the parser so that it is in a ready state.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">This will initialize the <code>Parser</code> when it is ready 
 to parse a new <code>String</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#init()">init()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This initializes the parser so that it can be used several
 times.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#init()">init()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This will initialize the <code>Parser</code> when it is ready 
 to parse a new <code>String</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#interrupt()">interrupt()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">This is used to interrupt the internal thread.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#isCommitted()">isCommitted()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This can be used to determine whether the <code>Response</code>
 has been committed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#isCommitted()">isCommitted()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to determine whether the <code>Response</code>
 has been committed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#isEmpty()">isEmpty()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to determine whether the parser has any
 tokens available.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Part.html#isFile()">isFile()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http">Part</a></dt>
<dd>
<div class="block">This method is used to determine the type of a part.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#isKeepAlive()">isKeepAlive()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is a convenience method that is used to determine whether 
 or not this message has the <code>Connection: close</code> 
 header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#isKeepAlive()">isKeepAlive()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is a convenience method that is used to determine whether 
 or not this message has the <code>Connection: close</code> 
 header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#isNew()">isNew()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This is used to determine if the cookie is new.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#isOpen()">isOpen()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Determines whether the cursor is still open.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#isOpen()">isOpen()</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Determines whether the cursor is still open.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#isReady()">isReady()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Determines whether the cursor is ready for reading.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#isReady()">isReady()</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Determines whether the cursor is ready for reading.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Request.html#isSecure()">isSecure()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http">Request</a></dt>
<dd>
<div class="block">This is used to determine if the request has been transferred
 over a secure connection.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#isSecure()">isSecure()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is used to determine if the request has been transferred
 over a secure connection.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#isStarted()">isStarted()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">This is used to determine if the daemon has already started.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#iterator()">iterator()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">This is used to acquire the cookie values from the provided 
 the provided source text.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/KeyMap.html#iterator()">iterator()</a></span> - Method in class org.simpleframework.util.<a href="./org/simpleframework/util/KeyMap.html" title="class in org.simpleframework.util">KeyMap</a></dt>
<dd>
<div class="block">This is used to produce an <code>Iterator</code> of values 
 that can be used to acquire the contents of the key map within
 a for each loop.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#join()">join()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">This is used to join with the internal thread of this daemon.</div>
</dd>
</dl>
<a name="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="./org/simpleframework/util/KeyMap.html" title="class in org.simpleframework.util"><span class="strong">KeyMap</span></a>&lt;<a href="./org/simpleframework/util/KeyMap.html" title="type parameter in KeyMap">T</a>&gt; - Class in <a href="./org/simpleframework/util/package-summary.html">org.simpleframework.util</a></dt>
<dd>
<div class="block">The <code>KeyMap</code> object is used to represent a map of values
 keyed using a known string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/KeyMap.html#KeyMap()">KeyMap()</a></span> - Constructor for class org.simpleframework.util.<a href="./org/simpleframework/util/KeyMap.html" title="class in org.simpleframework.util">KeyMap</a></dt>
<dd>
<div class="block">Constructor for the <code>KeyMap</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#keySet()">keySet()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This is used to acquire the names for all the tokens that 
 have currently been collected by this parser.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="./org/simpleframework/http/parse/LanguageParser.html" title="class in org.simpleframework.http.parse"><span class="strong">LanguageParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">LanguageParser is used to parse the HTTP <code>Accept-Language</code> 
 header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/LanguageParser.html#LanguageParser()">LanguageParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/LanguageParser.html" title="class in org.simpleframework.http.parse">LanguageParser</a></dt>
<dd>
<div class="block">This is used to create a <code>LanguageParser</code> for the
 <code>Accept-Language</code> HTTP header value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/LanguageParser.html#LanguageParser(java.lang.String)">LanguageParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/LanguageParser.html" title="class in org.simpleframework.http.parse">LanguageParser</a></dt>
<dd>
<div class="block">This is used to create a <code>LanguageParser</code> for the
 <code>Accept-Language</code> HTTP header value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/LanguageParser.html#LanguageParser(java.util.List)">LanguageParser(List&lt;String&gt;)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/LanguageParser.html" title="class in org.simpleframework.http.parse">LanguageParser</a></dt>
<dd>
<div class="block">This is used to create a <code>LanguageParser</code> for the
 <code>Accept-Language</code> HTTP header value.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/Lease.html" title="interface in org.simpleframework.util.lease"><span class="strong">Lease</span></a>&lt;<a href="./org/simpleframework/util/lease/Lease.html" title="type parameter in Lease">T</a>&gt; - Interface in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>Lease</code> object is used to keep a keyed resource
 active.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseManager.html#lease(T, long, java.util.concurrent.TimeUnit)">lease(T, long, TimeUnit)</a></span> - Method in class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseManager.html" title="class in org.simpleframework.util.lease">LeaseManager</a></dt>
<dd>
<div class="block">This method will issue a <code>Lease</code> object that
 can be used to manage the release of a keyed resource.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseProvider.html#lease(T, long, java.util.concurrent.TimeUnit)">lease(T, long, TimeUnit)</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseProvider.html" title="interface in org.simpleframework.util.lease">LeaseProvider</a></dt>
<dd>
<div class="block">This method will issue a <code>Lease</code> object that
 can be used to manage the release of a keyed resource.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/LeaseException.html" title="class in org.simpleframework.util.lease"><span class="strong">LeaseException</span></a> - Exception in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>LeaseException</code> is used to indicate that some
 operation failed when using the lease after the lease duration 
 has expired.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseException.html#LeaseException(java.lang.String, java.lang.Object...)">LeaseException(String, Object...)</a></span> - Constructor for exception org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseException.html" title="class in org.simpleframework.util.lease">LeaseException</a></dt>
<dd>
<div class="block">This constructor is used if there is a description of the 
 event that caused the exception required.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/LeaseManager.html" title="class in org.simpleframework.util.lease"><span class="strong">LeaseManager</span></a>&lt;<a href="./org/simpleframework/util/lease/LeaseManager.html" title="type parameter in LeaseManager">T</a>&gt; - Class in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>LeaseManager</code> is used to issue a lease for a
 named resource.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseManager.html#LeaseManager(org.simpleframework.util.lease.Cleaner)">LeaseManager(Cleaner&lt;T&gt;)</a></span> - Constructor for class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseManager.html" title="class in org.simpleframework.util.lease">LeaseManager</a></dt>
<dd>
<div class="block">Constructor for the <code>LeaseManager</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/LeaseMap.html" title="class in org.simpleframework.util.lease"><span class="strong">LeaseMap</span></a>&lt;<a href="./org/simpleframework/util/lease/LeaseMap.html" title="type parameter in LeaseMap">T</a>&gt; - Class in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>LeaseMap</code> object is used to map lease keys to the
 lease objects managing those objects.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseMap.html#LeaseMap()">LeaseMap()</a></span> - Constructor for class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseMap.html" title="class in org.simpleframework.util.lease">LeaseMap</a></dt>
<dd>
<div class="block">Constructor for the <code>LeaseMap</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseMap.html#LeaseMap(int)">LeaseMap(int)</a></span> - Constructor for class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseMap.html" title="class in org.simpleframework.util.lease">LeaseMap</a></dt>
<dd>
<div class="block">Constructor for the <code>LeaseMap</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/util/lease/LeaseProvider.html" title="interface in org.simpleframework.util.lease"><span class="strong">LeaseProvider</span></a>&lt;<a href="./org/simpleframework/util/lease/LeaseProvider.html" title="type parameter in LeaseProvider">T</a>&gt; - Interface in <a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a></dt>
<dd>
<div class="block">The <code>LeaseProvider</code> is used to issue a lease for a
 named resource.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#length()">length()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will return the number of bytes that have been appended 
 to the <code>ParseBuffer</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#limit">limit</a></span> - Variable in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This is the maximum number of bytes that can be allocated.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#list()">list()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">This will build an ordered list of values extracted from the
 comma separated header value.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse"><span class="strong">ListParser</span></a>&lt;<a href="./org/simpleframework/http/parse/ListParser.html" title="type parameter in ListParser">T</a>&gt; - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">The <code>ListParser</code> is used to extract a comma separated 
 list of HTTP header values.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#ListParser()">ListParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ListParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#ListParser(java.lang.String)">ListParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ListParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#ListParser(java.util.List)">ListParser(List&lt;String&gt;)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ListParser</code>.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#map">map</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">Represents the last value inserted into this map instance.</div>
</dd>
<dt><a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse"><span class="strong">MapParser</span></a>&lt;<a href="./org/simpleframework/util/parse/MapParser.html" title="type parameter in MapParser">T</a>&gt; - Class in <a href="./org/simpleframework/util/parse/package-summary.html">org.simpleframework.util.parse</a></dt>
<dd>
<div class="block">The <code>MapParser</code> object represents a parser for name
 value pairs.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#MapParser()">MapParser()</a></span> - Constructor for class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">Constructor for the <code>MapParser</code> object.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/simpleframework/http/session/Observer.html" title="interface in org.simpleframework.http.session"><span class="strong">Observer</span></a>&lt;<a href="./org/simpleframework/http/session/Observer.html" title="type parameter in Observer">T</a>&gt; - Interface in <a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a></dt>
<dd>
<div class="block">The <code>Observer</code> interface is used to observe the session
 activity within the session manager.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#off">off</a></span> - Variable in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This represents the current read offset.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#open(T)">open(T)</a></span> - Method in class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">This <code>open</code> method is used to either open an existing
 session or create a new session if one does not exist.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#open(T, boolean)">open(T, boolean)</a></span> - Method in class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">This <code>open</code> method is used to either open an existing
 session or create a new session if requested.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionProvider.html#open(T)">open(T)</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionProvider.html" title="interface in org.simpleframework.http.session">SessionProvider</a></dt>
<dd>
<div class="block">This <code>open</code> method is used to either open an existing
 session or create a new session if one does not exist.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionProvider.html#open(T, boolean)">open(T, boolean)</a></span> - Method in interface org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionProvider.html" title="interface in org.simpleframework.http.session">SessionProvider</a></dt>
<dd>
<div class="block">This <code>open</code> method is used to either open an existing
 session or create a new session if requested.</div>
</dd>
<dt><a href="./org/simpleframework/transport/reactor/Operation.html" title="interface in org.simpleframework.transport.reactor"><span class="strong">Operation</span></a> - Interface in <a href="./org/simpleframework/transport/reactor/package-summary.html">org.simpleframework.transport.reactor</a></dt>
<dd>
<div class="block">The <code>Operation</code> interface is used to describe a task
 that can be executed when the associated channel is ready for some
 operation.</div>
</dd>
<dt><a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a> - package org.simpleframework.http</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/http/core/package-summary.html">org.simpleframework.http.core</a> - package org.simpleframework.http.core</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a> - package org.simpleframework.http.parse</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a> - package org.simpleframework.http.resource</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a> - package org.simpleframework.http.session</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a> - package org.simpleframework.transport</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/transport/connect/package-summary.html">org.simpleframework.transport.connect</a> - package org.simpleframework.transport.connect</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/transport/reactor/package-summary.html">org.simpleframework.transport.reactor</a> - package org.simpleframework.transport.reactor</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/util/package-summary.html">org.simpleframework.util</a> - package org.simpleframework.util</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a> - package org.simpleframework.util.buffer</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/util/lease/package-summary.html">org.simpleframework.util.lease</a> - package org.simpleframework.util.lease</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/util/parse/package-summary.html">org.simpleframework.util.parse</a> - package org.simpleframework.util.parse</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simpleframework/util/thread/package-summary.html">org.simpleframework.util.thread</a> - package org.simpleframework.util.thread</dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will check to see what type of URI this is if it is an
 <code>absoluteURI</code> or a <code>relativeURI</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">Reads and parses the MIME type from the given <code>String</code> 
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">This will extract the next <code>Cookie</code> from the
 buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#parse(long)">parse(long)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This is used to extract the date from a <code>long</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This is used to parse the contents of the <code>buf</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#parse(java.util.List)">parse(List&lt;String&gt;)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">This allows multiple header values to be represented as one
 single comma separated list.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ListParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ListParser.html" title="class in org.simpleframework.http.parse">ListParser</a></dt>
<dd>
<div class="block">This ensures that tokens are taken from the comma separated
 list as long as there bytes left to be examined within the
 source text.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will parse the path in such a way that it ensures that at no
 stage there are trailing back references, using path normalization.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">Used to parse the actual header data.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#parse()">parse()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This performs the actual parsing of the parameter text.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#parse(java.lang.String)">parse(String)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is used to parse the <code>String</code> given to it.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#parse()">parse()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is the method that should be implemented to read 
 the buf.</div>
</dd>
<dt><a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse"><span class="strong">ParseBuffer</span></a> - Class in <a href="./org/simpleframework/util/parse/package-summary.html">org.simpleframework.util.parse</a></dt>
<dd>
<div class="block">This is primarily used to replace the <code>StringBuffer</code> 
 class, as a way for the <code>Parser</code> to store the char's
 for a specific region within the parse data that constitutes a 
 desired value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#ParseBuffer()">ParseBuffer()</a></span> - Constructor for class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">Constructor for <code>ParseBuffer</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#ParseBuffer(int)">ParseBuffer(int)</a></span> - Constructor for class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This creates a <code>ParseBuffer</code> with a specific 
 default size.</div>
</dd>
<dt><a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse"><span class="strong">Parser</span></a> - Class in <a href="./org/simpleframework/util/parse/package-summary.html">org.simpleframework.util.parse</a></dt>
<dd>
<div class="block">This <code>Parser</code> object is to be used as a simple template 
 for parsing uncomplicated expressions.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#Parser()">Parser()</a></span> - Constructor for class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is a no argument constructor for the <code>Parser</code>.</div>
</dd>
<dt><a href="./org/simpleframework/http/Part.html" title="interface in org.simpleframework.http"><span class="strong">Part</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Part</code> object is used to represent a part within
 a request message.</div>
</dd>
<dt><a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http"><span class="strong">Path</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Path</code> represents the path part of a URI.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse"><span class="strong">PathParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">This is used to parse a path given as part of a URI.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#PathParser()">PathParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">The default constructor will create a <code>PathParser</code> that
 contains no specifics.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#PathParser(java.lang.String)">PathParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This is primarily a convineance constructor.</div>
</dd>
<dt><a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread"><span class="strong">PoolExecutor</span></a> - Class in <a href="./org/simpleframework/util/thread/package-summary.html">org.simpleframework.util.thread</a></dt>
<dd>
<div class="block">The <code>PoolExecutor</code> object is used to execute tasks in
 a thread pool.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/PoolExecutor.html#PoolExecutor(java.lang.Class)">PoolExecutor(Class&lt;? extends Runnable&gt;)</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread">PoolExecutor</a></dt>
<dd>
<div class="block">Constructor for the <code>PoolExecutor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/PoolExecutor.html#PoolExecutor(java.lang.Class, int)">PoolExecutor(Class&lt;? extends Runnable&gt;, int)</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread">PoolExecutor</a></dt>
<dd>
<div class="block">Constructor for the <code>PoolExecutor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/PoolExecutor.html#PoolExecutor(java.lang.Class, int, int)">PoolExecutor(Class&lt;? extends Runnable&gt;, int, int)</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread">PoolExecutor</a></dt>
<dd>
<div class="block">Constructor for the <code>PoolExecutor</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/Principal.html" title="interface in org.simpleframework.http"><span class="strong">Principal</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Principal</code> interface is used to describe a 
 user that has a name and password.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse"><span class="strong">PrincipalParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">PrincipalParser is a parser class for the HTTP basic authorization 
 header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#PrincipalParser()">PrincipalParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">Creates a <code>Parser</code> for the basic authorization 
 scheme.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PrincipalParser.html#PrincipalParser(java.lang.String)">PrincipalParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PrincipalParser.html" title="class in org.simpleframework.http.parse">PrincipalParser</a></dt>
<dd>
<div class="block">Creates a <code>Parser</code> for the basic authorization 
 scheme.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerProcessor.html#process(org.simpleframework.transport.Transport)">process(Transport)</a></span> - Method in class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerProcessor.html" title="class in org.simpleframework.http.core">ContainerProcessor</a></dt>
<dd>
<div class="block">This is used to process the requests from a provided transport
 and deliver a response to those requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#process(org.simpleframework.transport.Socket)">process(Socket)</a></span> - Method in class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">Used to process the <code>Socket</code> which is a full duplex 
 communication link that may contain several HTTP requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Processor.html#process(org.simpleframework.transport.Transport)">process(Transport)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Processor.html" title="interface in org.simpleframework.transport">Processor</a></dt>
<dd>
<div class="block">This is used to process the requests from a provided transport
 and deliver a response to those requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/ProcessorServer.html#process(org.simpleframework.transport.Socket)">process(Socket)</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport">ProcessorServer</a></dt>
<dd>
<div class="block">Used to process the <code>Pipeline</code> which is a full duplex 
 communication link that may contain several HTTP requests.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/DirectReactor.html#process(org.simpleframework.transport.reactor.Operation)">process(Operation)</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor">DirectReactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation without
 the need to specifically check for I/O events.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/DirectReactor.html#process(org.simpleframework.transport.reactor.Operation, int)">process(Operation, int)</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor">DirectReactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation when there
 is an I/O event that task is interested in.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#process(org.simpleframework.transport.reactor.Operation)">process(Operation)</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation without
 the need to specifically check for I/O events.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#process(org.simpleframework.transport.reactor.Operation, int)">process(Operation, int)</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation when there
 is an I/O event that task is interested in.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/Reactor.html#process(org.simpleframework.transport.reactor.Operation)">process(Operation)</a></span> - Method in interface org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/Reactor.html" title="interface in org.simpleframework.transport.reactor">Reactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation without
 the need to specifically check for I/O events.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/Reactor.html#process(org.simpleframework.transport.reactor.Operation, int)">process(Operation, int)</a></span> - Method in interface org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/Reactor.html" title="interface in org.simpleframework.transport.reactor">Reactor</a></dt>
<dd>
<div class="block">This method is used to execute the provided operation when there
 is an I/O event that task is interested in.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Server.html#process(org.simpleframework.transport.Socket)">process(Socket)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Server.html" title="interface in org.simpleframework.transport">Server</a></dt>
<dd>
<div class="block">Used to process the <code>Socket</code> which is a full duplex 
 communication link that may contain several HTTP requests.</div>
</dd>
<dt><a href="./org/simpleframework/transport/Processor.html" title="interface in org.simpleframework.transport"><span class="strong">Processor</span></a> - Interface in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">This is the <code>Processor</code> used to process HTTP requests
 from a connected transport.</div>
</dd>
<dt><a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport"><span class="strong">ProcessorServer</span></a> - Class in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>ProcessorServer</code> is used to convert pipelines
 to transports.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/ProcessorServer.html#ProcessorServer(org.simpleframework.transport.Processor)">ProcessorServer(Processor)</a></span> - Constructor for class org.simpleframework.transport.<a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport">ProcessorServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ProcessorServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/ProcessorServer.html#ProcessorServer(org.simpleframework.transport.Processor, int)">ProcessorServer(Processor, int)</a></span> - Constructor for class org.simpleframework.transport.<a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport">ProcessorServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ProcessorServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/ProcessorServer.html#ProcessorServer(org.simpleframework.transport.Processor, int, int)">ProcessorServer(Processor, int, int)</a></span> - Constructor for class org.simpleframework.transport.<a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport">ProcessorServer</a></dt>
<dd>
<div class="block">Constructor for the <code>ProcessorServer</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#push(byte[])">push(byte[])</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Pushes the provided data on to the cursor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#push(byte[], int, int)">push(byte[], int, int)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Pushes the provided data on to the cursor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#push(byte[])">push(byte[])</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Pushes the provided data on to the cursor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#push(byte[], int, int)">push(byte[], int, int)</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Pushes the provided data on to the cursor.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#put(T, T)">put(T, T)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">The <code>put</code> method is used to insert the name and
 value provided into the collection of tokens.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#putAll(java.util.Map)">putAll(Map&lt;? extends T, ? extends T&gt;)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to insert a collection of tokens into 
 the parsers map.</div>
</dd>
</dl>
<a name="_Q_">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http"><span class="strong">Query</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Query</code> object is used to represent HTTP query
 parameters.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse"><span class="strong">QueryParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">The <code>ParameterParser</code> is used to parse data encoded in 
 the <code>application/x-www-form-urlencoded</code> MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#QueryParser()">QueryParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ParameterParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#QueryParser(java.lang.String)">QueryParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ParameterParser</code>.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="./org/simpleframework/transport/reactor/Reactor.html" title="interface in org.simpleframework.transport.reactor"><span class="strong">Reactor</span></a> - Interface in <a href="./org/simpleframework/transport/reactor/package-summary.html">org.simpleframework.transport.reactor</a></dt>
<dd>
<div class="block">The <code>Reactor</code> interface is used to describe an object 
 that is used to schedule asynchronous I/O operations.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#read(byte[])">read(byte[])</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Reads a block of bytes from the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#read(byte[], int, int)">read(byte[], int, int)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Reads a block of bytes from the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Transport.html#read(java.nio.ByteBuffer)">read(ByteBuffer)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Transport.html" title="interface in org.simpleframework.transport">Transport</a></dt>
<dd>
<div class="block">This is used to perform a non-blocking read on the transport.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#read(byte[])">read(byte[])</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Reads a block of bytes from the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#read(byte[], int, int)">read(byte[], int, int)</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Reads a block of bytes from the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#ready()">ready()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Provides the number of bytes that can be read from the stream
 without blocking.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#ready()">ready()</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Provides the number of bytes that can be read from the stream
 without blocking.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is used to remove the named header from the response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to remove the named header from the response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/LeaseMap.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/LeaseMap.html" title="class in org.simpleframework.util.lease">LeaseMap</a></dt>
<dd>
<div class="block">This is used to remove the <code>Lease</code> object that is
 mapped to the specified key.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">The <code>remove</code> method is used to remove the named
 token pair from the collection of tokens.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/lease/Lease.html#renew(long, java.util.concurrent.TimeUnit)">renew(long, TimeUnit)</a></span> - Method in interface org.simpleframework.util.lease.<a href="./org/simpleframework/util/lease/Lease.html" title="interface in org.simpleframework.util.lease">Lease</a></dt>
<dd>
<div class="block">This ensures that the leased resource is maintained for the
 specified number of <code>TimeUnit</code> seconds.</div>
</dd>
<dt><a href="./org/simpleframework/http/Request.html" title="interface in org.simpleframework.http"><span class="strong">Request</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Request</code> is used to provide an interface to the 
 HTTP entity body and message header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#request">request</a></span> - Variable in class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">This is the request instance that is being wrapped.</div>
</dd>
<dt><a href="./org/simpleframework/http/RequestHeader.html" title="interface in org.simpleframework.http"><span class="strong">RequestHeader</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">This is a <code>Header</code> object that is used to represent a
 basic form for the HTTP request message.</div>
</dd>
<dt><a href="./org/simpleframework/http/RequestLine.html" title="interface in org.simpleframework.http"><span class="strong">RequestLine</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>RequestLine</code> is used to represent a HTTP request
 line.</div>
</dd>
<dt><a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http"><span class="strong">RequestWrapper</span></a> - Class in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>RequestWrapper</code> object is used so that the original
 <code>Request</code> object can be wrapped in a filtering proxy
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/RequestWrapper.html#RequestWrapper(org.simpleframework.http.Request)">RequestWrapper(Request)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/RequestWrapper.html" title="class in org.simpleframework.http">RequestWrapper</a></dt>
<dd>
<div class="block">Constructor for <code>RequestWrapper</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#reset()">reset()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">This is used so that the collection of <code>Cookies</code>
 can be reiterated.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#reset()">reset()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This can be used to determine whether the <code>Response</code>
 has been committed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#reset()">reset()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to determine whether the <code>Response</code>
 has been committed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Cursor.html#reset(int)">reset(int)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Cursor.html" title="interface in org.simpleframework.transport">Cursor</a></dt>
<dd>
<div class="block">Moves the cursor backward within the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#reset(int)">reset(int)</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Moves the cursor backward within the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#reset(java.lang.String)">reset(String)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will reset the buffer in such a way that the buffer is
 cleared of all contents and then has the given string appended.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#reset(org.simpleframework.util.parse.ParseBuffer)">reset(ParseBuffer)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will reset the buffer in such a way that the buffer is
 cleared of all contents and then has the given string appended.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/ResourceEngine.html#resolve(org.simpleframework.http.Address)">resolve(Address)</a></span> - Method in interface org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/ResourceEngine.html" title="interface in org.simpleframework.http.resource">ResourceEngine</a></dt>
<dd>
<div class="block">This will look for and retrieve the requested resource.</div>
</dd>
<dt><a href="./org/simpleframework/http/resource/Resource.html" title="interface in org.simpleframework.http.resource"><span class="strong">Resource</span></a> - Interface in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">A <code>Resource</code> provides an abstraction of any given 
 object that can be retrieved using a HTTP request.</div>
</dd>
<dt><a href="./org/simpleframework/http/resource/ResourceContainer.html" title="class in org.simpleframework.http.resource"><span class="strong">ResourceContainer</span></a> - Class in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">The <code>ResourceContainer</code> is an implementation of the
 <code>Container</code> interface for handling an arbitrary set
 of resources.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/resource/ResourceContainer.html#ResourceContainer(org.simpleframework.http.resource.ResourceEngine)">ResourceContainer(ResourceEngine)</a></span> - Constructor for class org.simpleframework.http.resource.<a href="./org/simpleframework/http/resource/ResourceContainer.html" title="class in org.simpleframework.http.resource">ResourceContainer</a></dt>
<dd>
<div class="block">Constructor for the <code>ResourceContainer</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/resource/ResourceEngine.html" title="interface in org.simpleframework.http.resource"><span class="strong">ResourceEngine</span></a> - Interface in <a href="./org/simpleframework/http/resource/package-summary.html">org.simpleframework.http.resource</a></dt>
<dd>
<div class="block">The <code>ResourceEngine</code> is used to create implementations
 of the <code>Resource</code> interface that suit the targeted
 resource.</div>
</dd>
<dt><a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http"><span class="strong">Response</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">This is used to represent the HTTP response.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#response">response</a></span> - Variable in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is the response instance that is being wrapped.</div>
</dd>
<dt><a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http"><span class="strong">ResponseHeader</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>ResponseHeader</code> object is used to manipulate the
 header information for a given response.</div>
</dd>
<dt><a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http"><span class="strong">ResponseWrapper</span></a> - Class in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>ResponseWrapper</code> object is used so that the original
 <code>Response</code> object can be wrapped in a filtering proxy
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#ResponseWrapper(org.simpleframework.http.Response)">ResponseWrapper(Response)</a></span> - Constructor for class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">Constructor for <code>ResponseWrapper</code> object.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread"><span class="strong">Scheduler</span></a> - Class in <a href="./org/simpleframework/util/thread/package-summary.html">org.simpleframework.util.thread</a></dt>
<dd>
<div class="block">The <code>Scheduler</code> object is used to schedule tasks for
 execution.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Scheduler.html#Scheduler(int)">Scheduler(int)</a></span> - Constructor for class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread">Scheduler</a></dt>
<dd>
<div class="block">Constructor for the <code>Scheduler</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/transport/Server.html" title="interface in org.simpleframework.transport"><span class="strong">Server</span></a> - Interface in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>Server</code> interface represents a handler that is
 used to process <code>Socket</code> objects.</div>
</dd>
<dt><a href="./org/simpleframework/http/session/Session.html" title="interface in org.simpleframework.http.session"><span class="strong">Session</span></a>&lt;<a href="./org/simpleframework/http/session/Session.html" title="type parameter in Session">T</a>&gt; - Interface in <a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a></dt>
<dd>
<div class="block">The <code>Session</code> object is a simple leased container for
 state within a web application.</div>
</dd>
<dt><a href="./org/simpleframework/http/session/SessionException.html" title="class in org.simpleframework.http.session"><span class="strong">SessionException</span></a> - Exception in <a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a></dt>
<dd>
<div class="block">The <code>SessionException</code> is used to indicate that some
 operation failed when trying to access a session or when trying
 to perform some operation on an existing session.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionException.html#SessionException(java.lang.String, java.lang.Object...)">SessionException(String, Object...)</a></span> - Constructor for exception org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionException.html" title="class in org.simpleframework.http.session">SessionException</a></dt>
<dd>
<div class="block">This constructor is used if there is a description of the 
 event that caused the exception required.</div>
</dd>
<dt><a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session"><span class="strong">SessionManager</span></a>&lt;<a href="./org/simpleframework/http/session/SessionManager.html" title="type parameter in SessionManager">T</a>&gt; - Class in <a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a></dt>
<dd>
<div class="block">The <code>SessionManager</code> object is used to create sessions
 that are active for a given time period.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#SessionManager()">SessionManager()</a></span> - Constructor for class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">Constructor for the <code>SessionManager</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#SessionManager(org.simpleframework.http.session.Observer)">SessionManager(Observer&lt;T&gt;)</a></span> - Constructor for class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">Constructor for the <code>SessionManager</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#SessionManager(long, java.util.concurrent.TimeUnit)">SessionManager(long, TimeUnit)</a></span> - Constructor for class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">Constructor for the <code>SessionManager</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/session/SessionManager.html#SessionManager(org.simpleframework.http.session.Observer, long, java.util.concurrent.TimeUnit)">SessionManager(Observer&lt;T&gt;, long, TimeUnit)</a></span> - Constructor for class org.simpleframework.http.session.<a href="./org/simpleframework/http/session/SessionManager.html" title="class in org.simpleframework.http.session">SessionManager</a></dt>
<dd>
<div class="block">Constructor for the <code>SessionManager</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/http/session/SessionProvider.html" title="interface in org.simpleframework.http.session"><span class="strong">SessionProvider</span></a>&lt;<a href="./org/simpleframework/http/session/SessionProvider.html" title="type parameter in SessionProvider">T</a>&gt; - Interface in <a href="./org/simpleframework/http/session/package-summary.html">org.simpleframework.http.session</a></dt>
<dd>
<div class="block">The <code>SessionProvider</code> object is used to create sessions
 that are active for a given time period.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#set(java.lang.String, java.lang.String)">set(String, String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to set a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#set(java.lang.String, int)">set(String, int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This can be used to set a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#set(java.lang.String, java.lang.String)">set(String, String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to set a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#set(java.lang.String, int)">set(String, int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to set a HTTP message header to this object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#setCharset(java.lang.String)">setCharset(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This will set the <code>charset</code> to whatever value the
 string contains.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#setCharset(java.lang.String)">setCharset(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This will set the <code>charset</code> to whatever value the
 string contains.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setCode(int)">setCode(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This method allows the status for the response to be 
 changed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#setCode(int)">setCode(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This method allows the status for the response to be 
 changed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Response.html#setContentLength(int)">setContentLength(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Response.html" title="interface in org.simpleframework.http">Response</a></dt>
<dd>
<div class="block">This should be used when the size of the message body is known.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setContentLength(int)">setContentLength(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This should be used when the size of the message body is known.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#setCookie(org.simpleframework.http.Cookie)">setCookie(Cookie)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">The <code>setCookie</code> method is used to set a cookie value 
 with the cookie name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#setCookie(java.lang.String, java.lang.String)">setCookie(String, String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">The <code>setCookie</code> method is used to set a cookie value 
 with the cookie name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setCookie(org.simpleframework.http.Cookie)">setCookie(Cookie)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">The <code>setCookie</code> method is used to set a cookie value 
 with the cookie name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setCookie(java.lang.String, java.lang.String)">setCookie(String, String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">The <code>setCookie</code> method is used to set a cookie value 
 with the cookie name.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseHeader.html#setDate(java.lang.String, long)">setDate(String, long)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ResponseHeader.html" title="interface in org.simpleframework.http">ResponseHeader</a></dt>
<dd>
<div class="block">This is used as a convenience method for adding a header that
 needs to be parsed into a HTTP date string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setDate(java.lang.String, long)">setDate(String, long)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used as a convenience method for adding a header that
 needs to be parsed into a HTTP date string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setDomain(java.lang.String)">setDomain(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This enables the domain for this <code>Cookie</code> to be
 set.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setDomain(java.lang.String)">setDomain(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the domain to whatever value is in the
 string parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setExpiry(int)">setExpiry(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This allows a lifetime to be specified for the cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setMajor(int)">setMajor(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to set the major number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#setMajor(int)">setMajor(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This can be used to specify the major version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setMinor(int)">setMinor(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This can be used to get the minor number from a HTTP version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#setMinor(int)">setMinor(int)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This can be used to specify the minor version.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#setParameter(java.lang.String, java.lang.String)">setParameter(String, String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This will add a named parameter to the content type header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#setParameter(java.lang.String, java.lang.String)">setParameter(String, String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This will add a named parameter to the content type header.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setPath(java.lang.String)">setPath(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This is used to set the cookie path for this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setPath(java.lang.String)">setPath(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the path to whatever value it is given.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setPath(org.simpleframework.http.Path)">setPath(Path)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the path to whatever value it is given.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setPort(int)">setPort(int)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the port to whatever value it is given.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#setPrimary(java.lang.String)">setPrimary(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This sets the primary type to whatever value is in the string 
 provided is.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#setPrimary(java.lang.String)">setPrimary(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This sets the primary type to whatever value is in the string 
 provided is.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setQuery(java.lang.String)">setQuery(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the query to whatever value it is given.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setQuery(org.simpleframework.http.Query)">setQuery(Query)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This will set the query to whatever value it is given.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#setScheme(java.lang.String)">setScheme(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This allows the scheme for the URI to be specified.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#setSecondary(java.lang.String)">setSecondary(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This sets the secondary type to whatever value is in the string 
 provided is.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#setSecondary(java.lang.String)">setSecondary(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This sets the secondary type to whatever value is in the string 
 provided is.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setSecure(boolean)">setSecure(boolean)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This is used to determine if the client browser should send
 this cookie over a secure protocol.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ResponseWrapper.html#setText(java.lang.String)">setText(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/ResponseWrapper.html" title="class in org.simpleframework.http">ResponseWrapper</a></dt>
<dd>
<div class="block">This is used to set the text of the HTTP status line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/StatusLine.html#setText(java.lang.String)">setText(String)</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http">StatusLine</a></dt>
<dd>
<div class="block">This is used to set the text of the HTTP status line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setValue(java.lang.String)">setValue(String)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This enables the value of the cookie to be changed.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#setVersion(int)">setVersion(int)</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This enables the version of the <code>Cookie</code> to be
 set.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#size()">size()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This obviously enough provides the number of tokens that
 have been inserted into the internal map.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/CookieParser.html#skip(java.lang.String)">skip(String)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/CookieParser.html" title="class in org.simpleframework.http.parse">CookieParser</a></dt>
<dd>
<div class="block">This is used to skip an arbitrary <code>String</code> within the
 <code>char</code> buf.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#skip(java.lang.String)">skip(String)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is used to skip an arbitrary <code>String</code> within the
 <code>char</code> buf.</div>
</dd>
<dt><a href="./org/simpleframework/transport/Socket.html" title="interface in org.simpleframework.transport"><span class="strong">Socket</span></a> - Interface in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">This is a <code>Socket</code> interface that is used to represent 
 a socket.</div>
</dd>
<dt><a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect"><span class="strong">SocketConnection</span></a> - Class in <a href="./org/simpleframework/transport/connect/package-summary.html">org.simpleframework.transport.connect</a></dt>
<dd>
<div class="block">The <code>SocketConnection</code>is used to manage connections
 from a server socket.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/SocketConnection.html#SocketConnection(org.simpleframework.transport.Server)">SocketConnection(Server)</a></span> - Constructor for class org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect">SocketConnection</a></dt>
<dd>
<div class="block">Constructor for the <code>SocketConnection</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/connect/SocketConnection.html#SocketConnection(org.simpleframework.http.core.Container)">SocketConnection(Container)</a></span> - Constructor for class org.simpleframework.transport.connect.<a href="./org/simpleframework/transport/connect/SocketConnection.html" title="class in org.simpleframework.transport.connect">SocketConnection</a></dt>
<dd>
<div class="block">Constructor for the <code>SocketConnection</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/buffer/FilterAllocator.html#source">source</a></span> - Variable in class org.simpleframework.util.buffer.<a href="./org/simpleframework/util/buffer/FilterAllocator.html" title="class in org.simpleframework.util.buffer">FilterAllocator</a></dt>
<dd>
<div class="block">This is the allocator the underlying buffer is allocated with.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#space(char)">space(char)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This is used to determine if a given ISO-8859-1 character is 
 a space character.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Daemon.html#start()">start()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Daemon.html" title="class in org.simpleframework.util.thread">Daemon</a></dt>
<dd>
<div class="block">This is used to start the internal thread.</div>
</dd>
<dt><a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http"><span class="strong">Status</span></a> - Enum in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>Status</code> enumeration is used to specify status codes
 and the descriptions of those status codes.</div>
</dd>
<dt><a href="./org/simpleframework/http/StatusLine.html" title="interface in org.simpleframework.http"><span class="strong">StatusLine</span></a> - Interface in <a href="./org/simpleframework/http/package-summary.html">org.simpleframework.http</a></dt>
<dd>
<div class="block">The <code>StatusLine</code> is used to represent a HTTP status 
 line.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerProcessor.html#stop()">stop()</a></span> - Method in class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerProcessor.html" title="class in org.simpleframework.http.core">ContainerProcessor</a></dt>
<dd>
<div class="block">This method is used to stop the <code>Processor</code> such 
 that it will accept no more pipelines.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/core/ContainerServer.html#stop()">stop()</a></span> - Method in class org.simpleframework.http.core.<a href="./org/simpleframework/http/core/ContainerServer.html" title="class in org.simpleframework.http.core">ContainerServer</a></dt>
<dd>
<div class="block">This method is used to stop the <code>Processor</code> such that
 it will accept no more pipelines.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Processor.html#stop()">stop()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Processor.html" title="interface in org.simpleframework.transport">Processor</a></dt>
<dd>
<div class="block">This method is used to stop the <code>Processor</code> such 
 that it will accept no more pipelines.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/ProcessorServer.html#stop()">stop()</a></span> - Method in class org.simpleframework.transport.<a href="./org/simpleframework/transport/ProcessorServer.html" title="class in org.simpleframework.transport">ProcessorServer</a></dt>
<dd>
<div class="block">This method is used to stop the <code>Processor</code> such that
 it will accept no more pipelines.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/DirectReactor.html#stop()">stop()</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/DirectReactor.html" title="class in org.simpleframework.transport.reactor">DirectReactor</a></dt>
<dd>
<div class="block">This is used to stop the reactor so that further requests to
 execute operations does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/ExecutorReactor.html#stop()">stop()</a></span> - Method in class org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/ExecutorReactor.html" title="class in org.simpleframework.transport.reactor">ExecutorReactor</a></dt>
<dd>
<div class="block">This is used to stop the reactor so that further requests to
 execute operations does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/reactor/Reactor.html#stop()">stop()</a></span> - Method in interface org.simpleframework.transport.reactor.<a href="./org/simpleframework/transport/reactor/Reactor.html" title="interface in org.simpleframework.transport.reactor">Reactor</a></dt>
<dd>
<div class="block">This is used to stop the reactor so that further requests to
 execute operations does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/Server.html#stop()">stop()</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Server.html" title="interface in org.simpleframework.transport">Server</a></dt>
<dd>
<div class="block">This method is used to stop the <code>Server</code> such that
 it will accept no more sockets.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/PoolExecutor.html#stop()">stop()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/PoolExecutor.html" title="class in org.simpleframework.util.thread">PoolExecutor</a></dt>
<dd>
<div class="block">This is used to stop the executor by interrupting all running
 tasks and shutting down the threads within the pool.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/thread/Scheduler.html#stop()">stop()</a></span> - Method in class org.simpleframework.util.thread.<a href="./org/simpleframework/util/thread/Scheduler.html" title="class in org.simpleframework.util.thread">Scheduler</a></dt>
<dd>
<div class="block">This is used to stop the executor by interrupting all running
 tasks and shutting down the threads within the pool.</div>
</dd>
<dt><a href="./org/simpleframework/util/buffer/Stream.html" title="interface in org.simpleframework.util.buffer"><span class="strong">Stream</span></a> - Interface in <a href="./org/simpleframework/util/buffer/package-summary.html">org.simpleframework.util.buffer</a></dt>
<dd>
<div class="block">The <code>Stream</code> interface is used to represent anything that
 can be streamed.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#toClientString()">toClientString()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">This will give the correct string value of this cookie.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#toLong()">toLong()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This returns the date in as a <code>long</code>, given the exact 
 time this will use the <code>java.util.Date</code> to parse this date 
 into a <code>long</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/Parser.html#toLower(char)">toLower(char)</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/Parser.html" title="class in org.simpleframework.util.parse">Parser</a></dt>
<dd>
<div class="block">This takes a unicode character and assumes an encoding of 
 ISO-8859-1.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Address.html#toString()">toString()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Address.html" title="interface in org.simpleframework.http">Address</a></dt>
<dd>
<div class="block">This is used to convert this URI object into a <code>String</code> 
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/ContentType.html#toString()">toString()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/ContentType.html" title="interface in org.simpleframework.http">ContentType</a></dt>
<dd>
<div class="block">This will return the value of the MIME type as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Cookie.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.<a href="./org/simpleframework/http/Cookie.html" title="class in org.simpleframework.http">Cookie</a></dt>
<dd>
<div class="block">The <code>toString</code> method converts the cookie to the
 Set-Cookie value.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/AddressParser.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/AddressParser.html" title="class in org.simpleframework.http.parse">AddressParser</a></dt>
<dd>
<div class="block">This is used to convert this URI object into a <code>String</code>
 object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ContentParser.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ContentParser.html" title="class in org.simpleframework.http.parse">ContentParser</a></dt>
<dd>
<div class="block">This will return the value of the MIME type as a string.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/DateParser.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/DateParser.html" title="class in org.simpleframework.http.parse">DateParser</a></dt>
<dd>
<div class="block">This prints the date in the format of a RFC 1123 date.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/PathParser.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/PathParser.html" title="class in org.simpleframework.http.parse">PathParser</a></dt>
<dd>
<div class="block">This will return the normalized path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#toString(java.util.Set)">toString(Set)</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This <code>toString</code> method is used to compose an string
 in the <code>application/x-www-form-urlencoded</code> MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/QueryParser.html#toString()">toString()</a></span> - Method in class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/QueryParser.html" title="class in org.simpleframework.http.parse">QueryParser</a></dt>
<dd>
<div class="block">This <code>toString</code> method is used to compose an string
 in the <code>application/x-www-form-urlencoded</code> MIME type.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Path.html#toString()">toString()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Path.html" title="interface in org.simpleframework.http">Path</a></dt>
<dd>
<div class="block">This will return the normalized path.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Query.html#toString()">toString()</a></span> - Method in interface org.simpleframework.http.<a href="./org/simpleframework/http/Query.html" title="interface in org.simpleframework.http">Query</a></dt>
<dd>
<div class="block">This will return all parameters represented using the HTTP
 URL query format.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/ParseBuffer.html#toString()">toString()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/ParseBuffer.html" title="class in org.simpleframework.util.parse">ParseBuffer</a></dt>
<dd>
<div class="block">This will return the characters that have been appended to the 
 <code>ParseBuffer</code> as a <code>String</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/transport/Transport.html" title="interface in org.simpleframework.transport"><span class="strong">Transport</span></a> - Interface in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>Transport</code> interface represents a low level means
 to deliver content to the connected client.</div>
</dd>
<dt><a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport"><span class="strong">TransportCursor</span></a> - Class in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>TransportCursor</code> object represents a cursor that
 can read and buffer data from an underlying transport.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#TransportCursor(org.simpleframework.transport.Transport)">TransportCursor(Transport)</a></span> - Constructor for class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Constructor for the <code>TransportCursor</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportCursor.html#TransportCursor(org.simpleframework.transport.Transport, int)">TransportCursor(Transport, int)</a></span> - Constructor for class org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportCursor.html" title="class in org.simpleframework.transport">TransportCursor</a></dt>
<dd>
<div class="block">Constructor for the <code>TransportCursor</code> object.</div>
</dd>
<dt><a href="./org/simpleframework/transport/TransportException.html" title="class in org.simpleframework.transport"><span class="strong">TransportException</span></a> - Exception in <a href="./org/simpleframework/transport/package-summary.html">org.simpleframework.transport</a></dt>
<dd>
<div class="block">The <code>TransportException</code> object is thrown when there 
 is a problem with the transport.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportException.html#TransportException(java.lang.String)">TransportException(String)</a></span> - Constructor for exception org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportException.html" title="class in org.simpleframework.transport">TransportException</a></dt>
<dd>
<div class="block">Constructor for the <code>TransportException</code> object.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/transport/TransportException.html#TransportException(java.lang.String, java.lang.Throwable)">TransportException(String, Throwable)</a></span> - Constructor for exception org.simpleframework.transport.<a href="./org/simpleframework/transport/TransportException.html" title="class in org.simpleframework.transport">TransportException</a></dt>
<dd>
<div class="block">Constructor for the <code>TransportException</code> object.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/http/Status.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.simpleframework.http.<a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http">Status</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><a href="./org/simpleframework/http/parse/ValueParser.html" title="class in org.simpleframework.http.parse"><span class="strong">ValueParser</span></a> - Class in <a href="./org/simpleframework/http/parse/package-summary.html">org.simpleframework.http.parse</a></dt>
<dd>
<div class="block">The <code>ValueParser</code> is used to extract a comma separated 
 list of HTTP header values.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ValueParser.html#ValueParser()">ValueParser()</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ValueParser.html" title="class in org.simpleframework.http.parse">ValueParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ValueParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ValueParser.html#ValueParser(java.lang.String)">ValueParser(String)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ValueParser.html" title="class in org.simpleframework.http.parse">ValueParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ValueParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/parse/ValueParser.html#ValueParser(java.util.List)">ValueParser(List&lt;String&gt;)</a></span> - Constructor for class org.simpleframework.http.parse.<a href="./org/simpleframework/http/parse/ValueParser.html" title="class in org.simpleframework.http.parse">ValueParser</a></dt>
<dd>
<div class="block">Constructor for the <code>ValueParser</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/http/Status.html#values()">values()</a></span> - Static method in enum org.simpleframework.http.<a href="./org/simpleframework/http/Status.html" title="enum in org.simpleframework.http">Status</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/simpleframework/util/parse/MapParser.html#values()">values()</a></span> - Method in class org.simpleframework.util.parse.<a href="./org/simpleframework/util/parse/MapParser.html" title="class in org.simpleframework.util.parse">MapParser</a></dt>
<dd>
<div class="block">This method is used to acquire the value for all tokens that
 have currently been collected by this parser.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/simpleframework/transport/Transport.html#write(java.nio.ByteBuffer)">write(ByteBuffer)</a></span> - Method in interface org.simpleframework.transport.<a href="./org/simpleframework/transport/Transport.html" title="interface in org.simpleframework.transport">Transport</a></dt>
<dd>
<div class="block">This method is used to deliver the provided buffer of bytes to
 the underlying transport.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>