This file is indexed.

/usr/share/doc/libjsr311-api-java/api/index-all.html is in libjsr311-api-java-doc 1.1.1-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Tue Jun 15 21:44:24 UTC 2010 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2010-06-15">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#ACCEPT"><B>ACCEPT</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#ACCEPT_CHARSET"><B>ACCEPT_CHARSET</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#ACCEPT_ENCODING"><B>ACCEPT_ENCODING</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#ACCEPT_LANGUAGE"><B>ACCEPT_LANGUAGE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/MultivaluedMap.html#add(K, V)"><B>add(K, V)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="interface in javax.ws.rs.core">MultivaluedMap</A>
<DD>Add a value to the current list of values for the supplied key.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#add()"><B>add()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Add the current combination of metadata to the list of supported variants,
 after this method is called the current combination of metadata is emptied.
<DT><A HREF="./javax/ws/rs/core/Application.html" title="class in javax.ws.rs.core"><B>Application</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Defines the components of a JAX-RS application and supplies additional
 metadata.<DT><A HREF="./javax/ws/rs/core/Application.html#Application()"><B>Application()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Application.html" title="class in javax.ws.rs.core">Application</A>
<DD>&nbsp;
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_ATOM_XML"><B>APPLICATION_ATOM_XML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/atom+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_ATOM_XML_TYPE"><B>APPLICATION_ATOM_XML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/atom+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_FORM_URLENCODED"><B>APPLICATION_FORM_URLENCODED</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/x-www-form-urlencoded"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_FORM_URLENCODED_TYPE"><B>APPLICATION_FORM_URLENCODED_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/x-www-form-urlencoded"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_JSON"><B>APPLICATION_JSON</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/json"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_JSON_TYPE"><B>APPLICATION_JSON_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/json"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_OCTET_STREAM"><B>APPLICATION_OCTET_STREAM</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/octet-stream"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_OCTET_STREAM_TYPE"><B>APPLICATION_OCTET_STREAM_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/octet-stream"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_SVG_XML"><B>APPLICATION_SVG_XML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/svg+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_SVG_XML_TYPE"><B>APPLICATION_SVG_XML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/svg+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_XHTML_XML"><B>APPLICATION_XHTML_XML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/xhtml+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_XHTML_XML_TYPE"><B>APPLICATION_XHTML_XML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/xhtml+xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_XML"><B>APPLICATION_XML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#APPLICATION_XML_TYPE"><B>APPLICATION_XML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"application/xml"
<DT><A HREF="./javax/ws/rs/ApplicationPath.html" title="annotation in javax.ws.rs"><B>ApplicationPath</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Identifies the application path that serves as the base URI
 for all resource URIs provided by <A HREF="./javax/ws/rs/Path.html" title="annotation in javax.ws.rs"><CODE>Path</CODE></A>.<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#AUTHORIZATION"><B>AUTHORIZATION</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation</a>.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#BASIC_AUTH"><B>BASIC_AUTH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>String identifier for Basic authentication.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#build()"><B>build()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Create a Response instance from the current ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#build(java.lang.Object...)"><B>build(Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Build a URI, using the supplied values in order to replace any URI
 template parameters.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#build()"><B>build()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Build a list of representation variants from the current state of
 the builder.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#buildFromEncoded(java.lang.Object...)"><B>buildFromEncoded(Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Build a URI.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#buildFromEncodedMap(java.util.Map)"><B>buildFromEncodedMap(Map&lt;String, ? extends Object&gt;)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Build a URI, any URI template parameters will be replaced by the value in
 the supplied map.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#buildFromMap(java.util.Map)"><B>buildFromMap(Map&lt;String, ? extends Object&gt;)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Build a URI, any URI template parameters will be replaced by the value in
 the supplied map.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CACHE_CONTROL"><B>CACHE_CONTROL</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core"><B>CacheControl</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An abstraction for the value of a HTTP Cache-Control response header.<DT><A HREF="./javax/ws/rs/core/CacheControl.html#CacheControl()"><B>CacheControl()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Create a new instance of CacheControl.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#cacheControl(javax.ws.rs.core.CacheControl)"><B>cacheControl(CacheControl)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the cache control data on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#CLIENT_CERT_AUTH"><B>CLIENT_CERT_AUTH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>String identifier for Client Certificate authentication.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#clone()"><B>clone()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Create a copy of the ResponseBuilder preserving its state.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#clone()"><B>clone()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Create a copy of the UriBuilder preserving its state.
<DT><A HREF="./javax/ws/rs/Consumes.html" title="annotation in javax.ws.rs"><B>Consumes</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Defines the media types that the methods of a resource class or 
 <A HREF="./javax/ws/rs/ext/MessageBodyReader.html" title="interface in javax.ws.rs.ext"><CODE>MessageBodyReader</CODE></A> can accept.<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CONTENT_ENCODING"><B>CONTENT_ENCODING</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CONTENT_LANGUAGE"><B>CONTENT_LANGUAGE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CONTENT_LENGTH"><B>CONTENT_LENGTH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CONTENT_LOCATION"><B>CONTENT_LOCATION</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#CONTENT_TYPE"><B>CONTENT_TYPE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#contentLocation(java.net.URI)"><B>contentLocation(URI)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the content location on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Context.html" title="annotation in javax.ws.rs.core"><B>Context</B></A> - Annotation Type in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>This annotation is used to inject information into a class
 field, bean property or method parameter.<DT><A HREF="./javax/ws/rs/ext/ContextResolver.html" title="interface in javax.ws.rs.ext"><B>ContextResolver</B></A>&lt;<A HREF="./javax/ws/rs/ext/ContextResolver.html" title="type parameter in ContextResolver">T</A>&gt; - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Contract for a provider that supplies context information to resource
 classes and other providers.<DT><A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core"><B>Cookie</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Represents the value of a HTTP cookie, transferred in a request.<DT><A HREF="./javax/ws/rs/core/Cookie.html#Cookie(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int)"><B>Cookie(String, String, String, String, int)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#Cookie(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>Cookie(String, String, String, String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#Cookie(java.lang.String, java.lang.String)"><B>Cookie(String, String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#COOKIE"><B>COOKIE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#cookie(javax.ws.rs.core.NewCookie...)"><B>cookie(NewCookie...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Add cookies to the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/CookieParam.html" title="annotation in javax.ws.rs"><B>CookieParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value of a HTTP cookie to a resource method parameter, 
 resource class field, or resource class bean property.<DT><A HREF="./javax/ws/rs/core/Response.html#created(java.net.URI)"><B>created(URI)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder for a created resource, set the location
 header using the supplied value.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#createEndpoint(javax.ws.rs.core.Application, java.lang.Class)"><B>createEndpoint(Application, Class&lt;T&gt;)</B></A> - 
Method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Create a configured instance of the supplied endpoint type.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#createHeaderDelegate(java.lang.Class)"><B>createHeaderDelegate(Class&lt;T&gt;)</B></A> - 
Method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Obtain an instance of a HeaderDelegate for the supplied class.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#createResponseBuilder()"><B>createResponseBuilder()</B></A> - 
Method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Create a new instance of a <A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core"><CODE>Response.ResponseBuilder</CODE></A>.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#createUriBuilder()"><B>createUriBuilder()</B></A> - 
Method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Create a new instance of a <A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core"><CODE>UriBuilder</CODE></A>.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#createVariantListBuilder()"><B>createVariantListBuilder()</B></A> - 
Method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Create a new instance of a <A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core"><CODE>Variant.VariantListBuilder</CODE></A>.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#DATE"><B>DATE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#DEFAULT_MAX_AGE"><B>DEFAULT_MAX_AGE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Specifies that the cookie expires with the current application/browser session.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#DEFAULT_VERSION"><B>DEFAULT_VERSION</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Cookies using the default version correspond to RFC 2109.
<DT><A HREF="./javax/ws/rs/DefaultValue.html" title="annotation in javax.ws.rs"><B>DefaultValue</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Defines the default value of request metadata that is bound using one of the 
 following annotations:
 <A HREF="./javax/ws/rs/PathParam.html" title="annotation in javax.ws.rs"><CODE>PathParam</CODE></A>, 
 <A HREF="./javax/ws/rs/QueryParam.html" title="annotation in javax.ws.rs"><CODE>QueryParam</CODE></A>, 
 <A HREF="./javax/ws/rs/MatrixParam.html" title="annotation in javax.ws.rs"><CODE>MatrixParam</CODE></A>,
 <A HREF="./javax/ws/rs/CookieParam.html" title="annotation in javax.ws.rs"><CODE>CookieParam</CODE></A>,
 <A HREF="./javax/ws/rs/FormParam.html" title="annotation in javax.ws.rs"><CODE>FormParam</CODE></A>,
 or <A HREF="./javax/ws/rs/HeaderParam.html" title="annotation in javax.ws.rs"><CODE>HeaderParam</CODE></A>.<DT><A HREF="./javax/ws/rs/DELETE.html" title="annotation in javax.ws.rs"><B>DELETE</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP DELETE requests<DT><A HREF="./javax/ws/rs/HttpMethod.html#DELETE"><B>DELETE</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP DELETE method
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#DIGEST_AUTH"><B>DIGEST_AUTH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>String identifier for Digest authentication.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/Encoded.html" title="annotation in javax.ws.rs"><B>Encoded</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Disables automatic decoding of parameter values bound using <A HREF="./javax/ws/rs/QueryParam.html" title="annotation in javax.ws.rs"><CODE>QueryParam</CODE></A>,
 <A HREF="./javax/ws/rs/PathParam.html" title="annotation in javax.ws.rs"><CODE>PathParam</CODE></A>, <A HREF="./javax/ws/rs/FormParam.html" title="annotation in javax.ws.rs"><CODE>FormParam</CODE></A> or <A HREF="./javax/ws/rs/MatrixParam.html" title="annotation in javax.ws.rs"><CODE>MatrixParam</CODE></A>.<DT><A HREF="./javax/ws/rs/core/Variant.html#encodings(java.lang.String...)"><B>encodings(String...)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Create a <A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core"><CODE>Variant.VariantListBuilder</CODE></A> initialized with a set of supported
 encodings.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#encodings(java.lang.String...)"><B>encodings(String...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Set the encoding[s] for this variant.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#entity(java.lang.Object)"><B>entity(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the entity on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core"><B>EntityTag</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An abstraction for the value of a HTTP Entity Tag, used as the value 
 of an ETag response header.<DT><A HREF="./javax/ws/rs/core/EntityTag.html#EntityTag(java.lang.String)"><B>EntityTag(String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Creates a new instance of a strong EntityTag.
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#EntityTag(java.lang.String, boolean)"><B>EntityTag(String, boolean)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Creates a new instance of an EntityTag
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Compares obj to this cache control to see if they are the same 
 considering all property values.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Compare for equality
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Compares obj to this tag to see if they are the same considering weakness and
 value.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Compares obj to this media type to see if they are the same by comparing
 type, subtype and parameters.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Compare for equality.
<DT><A HREF="./javax/ws/rs/core/Variant.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Compares obj to this variant to see if they are the same 
 considering all property values.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#ETAG"><B>ETAG</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/Request.html#evaluatePreconditions(javax.ws.rs.core.EntityTag)"><B>evaluatePreconditions(EntityTag)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Evaluate request preconditions based on the passed in value.
<DT><A HREF="./javax/ws/rs/core/Request.html#evaluatePreconditions(java.util.Date)"><B>evaluatePreconditions(Date)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Evaluate request preconditions based on the passed in value.
<DT><A HREF="./javax/ws/rs/core/Request.html#evaluatePreconditions(java.util.Date, javax.ws.rs.core.EntityTag)"><B>evaluatePreconditions(Date, EntityTag)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Evaluate request preconditions based on the passed in value.
<DT><A HREF="./javax/ws/rs/core/Request.html#evaluatePreconditions()"><B>evaluatePreconditions()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Evaluate request preconditions for a resource that does not currently
 exist.
<DT><A HREF="./javax/ws/rs/ext/ExceptionMapper.html" title="interface in javax.ws.rs.ext"><B>ExceptionMapper</B></A>&lt;<A HREF="./javax/ws/rs/ext/ExceptionMapper.html" title="type parameter in ExceptionMapper">E</A> extends java.lang.Throwable&gt; - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Contract for a provider that maps Java exceptions to 
 <A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core"><CODE>Response</CODE></A>.<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#EXPIRES"><B>EXPIRES</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#expires(java.util.Date)"><B>expires(Date)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the expires date on the ResponseBuilder.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#FORM_AUTH"><B>FORM_AUTH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>String identifier for Form authentication.
<DT><A HREF="./javax/ws/rs/FormParam.html" title="annotation in javax.ws.rs"><B>FormParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value(s) of a form parameter contained within a request entity body
 to a resource method parameter.<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#fragment(java.lang.String)"><B>fragment(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI fragment.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#fromPath(java.lang.String)"><B>fromPath(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Create a new instance representing a relative URI initialized from a
 URI path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#fromResource(java.lang.Class)"><B>fromResource(Class&lt;?&gt;)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Create a new instance representing a relative URI initialized from a 
 root resource class.
<DT><A HREF="./javax/ws/rs/core/Response.html#fromResponse(javax.ws.rs.core.Response)"><B>fromResponse(Response)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder by performing a shallow copy of an
 existing Response.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#fromStatusCode(int)"><B>fromStatusCode(int)</B></A> - 
Static method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Convert a numerical status code into the corresponding Status
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html#fromString(java.lang.String)"><B>fromString(String)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html" title="interface in javax.ws.rs.ext">RuntimeDelegate.HeaderDelegate</A>
<DD>Parse the supplied value and create an instance of <code>T</code>.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#fromUri(java.net.URI)"><B>fromUri(URI)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Create a new instance initialized from an existing URI.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#fromUri(java.lang.String)"><B>fromUri(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Create a new instance initialized from an existing URI.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core"><B>GenericEntity</B></A>&lt;<A HREF="./javax/ws/rs/core/GenericEntity.html" title="type parameter in GenericEntity">T</A>&gt; - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Represents a response entity of a generic type <code>T</code>.<DT><A HREF="./javax/ws/rs/core/GenericEntity.html#GenericEntity(T)"><B>GenericEntity(T)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core">GenericEntity</A>
<DD>Constructs a new generic entity.
<DT><A HREF="./javax/ws/rs/core/GenericEntity.html#GenericEntity(T, java.lang.reflect.Type)"><B>GenericEntity(T, Type)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core">GenericEntity</A>
<DD>Create a new instance of GenericEntity, supplying the generic type
 information.
<DT><A HREF="./javax/ws/rs/GET.html" title="annotation in javax.ws.rs"><B>GET</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP GET requests<DT><A HREF="./javax/ws/rs/HttpMethod.html#GET"><B>GET</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP GET method
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getAbsolutePath()"><B>getAbsolutePath()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the absolute path of the request.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getAbsolutePathBuilder()"><B>getAbsolutePathBuilder()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the absolute path of the request in the form of a UriBuilder.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getAcceptableLanguages()"><B>getAcceptableLanguages()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get a list of languages that are acceptable for the response.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getAcceptableMediaTypes()"><B>getAcceptableMediaTypes()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get a list of media types that are acceptable for the response.
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#getAuthenticationScheme()"><B>getAuthenticationScheme()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>Returns the string value of the authentication scheme used to protect 
 the resource.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getBaseUri()"><B>getBaseUri()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the base URI of the application.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getBaseUriBuilder()"><B>getBaseUriBuilder()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the base URI of the application in the form of a UriBuilder.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#getCacheExtension()"><B>getCacheExtension()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to a set of extension cache control directives.
<DT><A HREF="./javax/ws/rs/core/Application.html#getClasses()"><B>getClasses()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Application.html" title="class in javax.ws.rs.core">Application</A>
<DD>Get a set of root resource and provider classes.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#getComment()"><B>getComment()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Get the comment associated with the cookie.
<DT><A HREF="./javax/ws/rs/ext/ContextResolver.html#getContext(java.lang.Class)"><B>getContext(Class&lt;?&gt;)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/ContextResolver.html" title="interface in javax.ws.rs.ext">ContextResolver</A>
<DD>Get a context of type <code>T</code> that is applicable to the supplied
 type.
<DT><A HREF="./javax/ws/rs/ext/Providers.html#getContextResolver(java.lang.Class, javax.ws.rs.core.MediaType)"><B>getContextResolver(Class&lt;T&gt;, MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/Providers.html" title="interface in javax.ws.rs.ext">Providers</A>
<DD>Get a context resolver for a particular type of context and media type.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getCookies()"><B>getCookies()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get any cookies that accompanied the request.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#getDomain()"><B>getDomain()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Get the domain of the cookie
<DT><A HREF="./javax/ws/rs/core/Variant.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Get the encoding of the variant
<DT><A HREF="./javax/ws/rs/core/GenericEntity.html#getEntity()"><B>getEntity()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core">GenericEntity</A>
<DD>Get the enclosed entity
<DT><A HREF="./javax/ws/rs/core/Response.html#getEntity()"><B>getEntity()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Return the response entity.
<DT><A HREF="./javax/ws/rs/ext/Providers.html#getExceptionMapper(java.lang.Class)"><B>getExceptionMapper(Class&lt;T&gt;)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/Providers.html" title="interface in javax.ws.rs.ext">Providers</A>
<DD>Get an exception mapping provider for a particular class of exception.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#getFamily()"><B>getFamily()</B></A> - 
Method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Get the class of status code
<DT><A HREF="./javax/ws/rs/core/Response.StatusType.html#getFamily()"><B>getFamily()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.StatusType.html" title="interface in javax.ws.rs.core">Response.StatusType</A>
<DD>Get the class of status code
<DT><A HREF="./javax/ws/rs/core/MultivaluedMap.html#getFirst(K)"><B>getFirst(K)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="interface in javax.ws.rs.core">MultivaluedMap</A>
<DD>A shortcut to get the first value of the supplied key.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Obtain a RuntimeDelegate instance.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getLanguage()"><B>getLanguage()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get the language of the request entity
<DT><A HREF="./javax/ws/rs/core/Variant.html#getLanguage()"><B>getLanguage()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Get the language of the variant
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getMatchedResources()"><B>getMatchedResources()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get a read-only list of the currently matched resource class instances.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getMatchedURIs()"><B>getMatchedURIs()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get a read-only list of URIs for matched resources.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getMatchedURIs(boolean)"><B>getMatchedURIs(boolean)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get a read-only list of URIs for matched resources.
<DT><A HREF="./javax/ws/rs/core/PathSegment.html#getMatrixParameters()"><B>getMatrixParameters()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/PathSegment.html" title="interface in javax.ws.rs.core">PathSegment</A>
<DD>Get a map of the matrix parameters associated with the path segment.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#getMaxAge()"><B>getMaxAge()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the max-age cache control directive.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#getMaxAge()"><B>getMaxAge()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Get the maximum age of the the cookie in seconds.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getMediaType()"><B>getMediaType()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get the media type of the request entity
<DT><A HREF="./javax/ws/rs/core/Variant.html#getMediaType()"><B>getMediaType()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Get the media type of the variant
<DT><A HREF="./javax/ws/rs/ext/Providers.html#getMessageBodyReader(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)"><B>getMessageBodyReader(Class&lt;T&gt;, Type, Annotation[], MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/Providers.html" title="interface in javax.ws.rs.ext">Providers</A>
<DD>Get a message body reader that matches a set of criteria.
<DT><A HREF="./javax/ws/rs/ext/Providers.html#getMessageBodyWriter(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)"><B>getMessageBodyWriter(Class&lt;T&gt;, Type, Annotation[], MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/Providers.html" title="interface in javax.ws.rs.ext">Providers</A>
<DD>Get a message body writer that matches a set of criteria.
<DT><A HREF="./javax/ws/rs/core/Response.html#getMetadata()"><B>getMetadata()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Get metadata associated with the response as a map.
<DT><A HREF="./javax/ws/rs/core/Request.html#getMethod()"><B>getMethod()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Get the request method, e.g.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#getName()"><B>getName()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Get the name of the cookie
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#getNoCacheFields()"><B>getNoCacheFields()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the value of the no-cache cache control directive.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#getParameters()"><B>getParameters()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Getter for a read-only parameter map.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Get the path of the cookie
<DT><A HREF="./javax/ws/rs/core/PathSegment.html#getPath()"><B>getPath()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/PathSegment.html" title="interface in javax.ws.rs.core">PathSegment</A>
<DD>Get the path segment.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPath()"><B>getPath()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the path of the current request relative to the base URI as
 a string.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPath(boolean)"><B>getPath(boolean)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the path of the current request relative to the base URI as
 a string.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPathParameters()"><B>getPathParameters()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the values of any embedded URI template parameters.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPathParameters(boolean)"><B>getPathParameters(boolean)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the values of any embedded URI template parameters.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPathSegments()"><B>getPathSegments()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the path of the current request relative to the base URI as a 
 list of <A HREF="./javax/ws/rs/core/PathSegment.html" title="interface in javax.ws.rs.core"><CODE>PathSegment</CODE></A>.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getPathSegments(boolean)"><B>getPathSegments(boolean)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the path of the current request relative to the base URI as a 
 list of <A HREF="./javax/ws/rs/core/PathSegment.html" title="interface in javax.ws.rs.core"><CODE>PathSegment</CODE></A>.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#getPrivateFields()"><B>getPrivateFields()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the value of the private cache control directive.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getQueryParameters()"><B>getQueryParameters()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the URI query parameters of the current request.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getQueryParameters(boolean)"><B>getQueryParameters(boolean)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the URI query parameters of the current request.
<DT><A HREF="./javax/ws/rs/core/GenericEntity.html#getRawType()"><B>getRawType()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core">GenericEntity</A>
<DD>Gets the raw type of the enclosed entity.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#getReasonPhrase()"><B>getReasonPhrase()</B></A> - 
Method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Get the reason phrase
<DT><A HREF="./javax/ws/rs/core/Response.StatusType.html#getReasonPhrase()"><B>getReasonPhrase()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.StatusType.html" title="interface in javax.ws.rs.core">Response.StatusType</A>
<DD>Get the reason phrase
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getRequestHeader(java.lang.String)"><B>getRequestHeader(String)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get the values of a HTTP request header.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#getRequestHeaders()"><B>getRequestHeaders()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>Get the values of HTTP request headers.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getRequestUri()"><B>getRequestUri()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the absolute request URI including any query parameters.
<DT><A HREF="./javax/ws/rs/core/UriInfo.html#getRequestUriBuilder()"><B>getRequestUriBuilder()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core">UriInfo</A>
<DD>Get the absolute request URI in the form of a UriBuilder.
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#getResponse()"><B>getResponse()</B></A> - 
Method in exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Get the HTTP response.
<DT><A HREF="./javax/ws/rs/core/Application.html#getSingletons()"><B>getSingletons()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Application.html" title="class in javax.ws.rs.core">Application</A>
<DD>Get a set of root resource and provider instances.
<DT><A HREF="./javax/ws/rs/ext/MessageBodyWriter.html#getSize(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)"><B>getSize(T, Class&lt;?&gt;, Type, Annotation[], MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="interface in javax.ws.rs.ext">MessageBodyWriter</A>
<DD>Called before <code>writeTo</code> to ascertain the length in bytes of 
 the serialized form of <code>t</code>.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#getSMaxAge()"><B>getSMaxAge()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the s-maxage cache control directive.
<DT><A HREF="./javax/ws/rs/core/Response.html#getStatus()"><B>getStatus()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Get the status code associated with the response.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#getStatusCode()"><B>getStatusCode()</B></A> - 
Method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Get the associated status code
<DT><A HREF="./javax/ws/rs/core/Response.StatusType.html#getStatusCode()"><B>getStatusCode()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.StatusType.html" title="interface in javax.ws.rs.core">Response.StatusType</A>
<DD>Get the associated status code
<DT><A HREF="./javax/ws/rs/core/MediaType.html#getSubtype()"><B>getSubtype()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Getter for subtype.
<DT><A HREF="./javax/ws/rs/core/GenericEntity.html#getType()"><B>getType()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/GenericEntity.html" title="class in javax.ws.rs.core">GenericEntity</A>
<DD>Gets underlying <code>Type</code> instance.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#getType()"><B>getType()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Getter for primary type.
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#getUserPrincipal()"><B>getUserPrincipal()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>Returns a <code>java.security.Principal</code> object containing the 
 name of the current authenticated user.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Get the value of the cookie
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Get the value of an EntityTag
<DT><A HREF="./javax/ws/rs/core/Cookie.html#getVersion()"><B>getVersion()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Get the version of the cookie
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Generate hash code from cache control properties.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Generate a hashcode by hashing all of the cookies properties
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Generate hashCode based on value and weakness.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Generate a hashcode from the type, subtype and parameters.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Generate a hashcode by hashing all of the properties
<DT><A HREF="./javax/ws/rs/core/Variant.html#hashCode()"><B>hashCode()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Generate hash code from variant properties.
<DT><A HREF="./javax/ws/rs/HEAD.html" title="annotation in javax.ws.rs"><B>HEAD</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP HEAD requests<DT><A HREF="./javax/ws/rs/HttpMethod.html#HEAD"><B>HEAD</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP HEAD method
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#header(java.lang.String, java.lang.Object)"><B>header(String, Object)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Add a header to the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/HeaderParam.html" title="annotation in javax.ws.rs"><B>HeaderParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value(s) of a HTTP header to a resource method parameter, 
 resource class field, or resource class bean property.<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#HOST"><B>HOST</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#host(java.lang.String)"><B>host(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI host.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core"><B>HttpHeaders</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An injectable interface that provides access to HTTP header information.<DT><A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs"><B>HttpMethod</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Associates the name of a HTTP method with an annotation.</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#IF_MATCH"><B>IF_MATCH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#IF_MODIFIED_SINCE"><B>IF_MODIFIED_SINCE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#IF_NONE_MATCH"><B>IF_NONE_MATCH</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#IF_UNMODIFIED_SINCE"><B>IF_UNMODIFIED_SINCE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#isCompatible(javax.ws.rs.core.MediaType)"><B>isCompatible(MediaType)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Check if this media type is compatible with another media type.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isMustRevalidate()"><B>isMustRevalidate()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the must-revalidate cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isNoCache()"><B>isNoCache()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-cache cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isNoStore()"><B>isNoStore()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-store cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isNoTransform()"><B>isNoTransform()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-transform cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isPrivate()"><B>isPrivate()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the private cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#isProxyRevalidate()"><B>isProxyRevalidate()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the proxy-revalidate cache control directive.
<DT><A HREF="./javax/ws/rs/ext/MessageBodyReader.html#isReadable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)"><B>isReadable(Class&lt;?&gt;, Type, Annotation[], MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/MessageBodyReader.html" title="interface in javax.ws.rs.ext">MessageBodyReader</A>
<DD>Ascertain if the MessageBodyReader can produce an instance of a
 particular type.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#isSecure()"><B>isSecure()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Whether the cookie will only be sent over a secure connection.
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#isSecure()"><B>isSecure()</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>Returns a boolean indicating whether this request was made 
 using a secure channel, such as HTTPS.
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html#isUserInRole(java.lang.String)"><B>isUserInRole(String)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core">SecurityContext</A>
<DD>Returns a boolean indicating whether the authenticated user is included 
 in the specified logical "role".
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#isWeak()"><B>isWeak()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Check the strength of an EntityTag
<DT><A HREF="./javax/ws/rs/core/MediaType.html#isWildcardSubtype()"><B>isWildcardSubtype()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Checks if the subtype is a wildcard
<DT><A HREF="./javax/ws/rs/core/MediaType.html#isWildcardType()"><B>isWildcardType()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Checks if the primary type is a wildcard.
<DT><A HREF="./javax/ws/rs/ext/MessageBodyWriter.html#isWriteable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)"><B>isWriteable(Class&lt;?&gt;, Type, Annotation[], MediaType)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="interface in javax.ws.rs.ext">MessageBodyWriter</A>
<DD>Ascertain if the MessageBodyWriter supports a particular type.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/package-summary.html"><B>javax.ws.rs</B></A> - package javax.ws.rs<DD>High-level interfaces and annotations used to create RESTful service 
 resources.<DT><A HREF="./javax/ws/rs/core/package-summary.html"><B>javax.ws.rs.core</B></A> - package javax.ws.rs.core<DD>Low-level interfaces and annotations used to create RESTful service
 resources.<DT><A HREF="./javax/ws/rs/ext/package-summary.html"><B>javax.ws.rs.ext</B></A> - package javax.ws.rs.ext<DD>APIs that provide extensions to the types supported by the JAX-RS API.<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#JAXRS_RUNTIME_DELEGATE_PROPERTY"><B>JAXRS_RUNTIME_DELEGATE_PROPERTY</B></A> - 
Static variable in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#language(java.lang.String)"><B>language(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the language on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#language(java.util.Locale)"><B>language(Locale)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the language on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Variant.html#languages(java.util.Locale...)"><B>languages(Locale...)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Create a <A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core"><CODE>Variant.VariantListBuilder</CODE></A> initialized with a set of supported
 languages.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#languages(java.util.Locale...)"><B>languages(Locale...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Set the language[s] for this variant.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#LAST_MODIFIED"><B>LAST_MODIFIED</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#lastModified(java.util.Date)"><B>lastModified(Date)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the last modified date on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#LOCATION"><B>LOCATION</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#location(java.net.URI)"><B>location(URI)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the location on the ResponseBuilder.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#matrixParam(java.lang.String, java.lang.Object...)"><B>matrixParam(String, Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append a matrix parameter to the existing set of matrix parameters of 
 the current final segment of the URI path.
<DT><A HREF="./javax/ws/rs/MatrixParam.html" title="annotation in javax.ws.rs"><B>MatrixParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value(s) of a URI matrix parameter to a resource method parameter, 
 resource class field, or resource class bean property.<DT><A HREF="./javax/ws/rs/core/MediaType.html#MEDIA_TYPE_WILDCARD"><B>MEDIA_TYPE_WILDCARD</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>The value of a type or subtype wildcard: "*"
<DT><A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core"><B>MediaType</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An abstraction for a media type.<DT><A HREF="./javax/ws/rs/core/MediaType.html#MediaType(java.lang.String, java.lang.String, java.util.Map)"><B>MediaType(String, String, Map&lt;String, String&gt;)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Creates a new instance of MediaType with the supplied type, subtype and
 parameters.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#MediaType(java.lang.String, java.lang.String)"><B>MediaType(String, String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Creates a new instance of MediaType with the supplied type and subtype.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#MediaType()"><B>MediaType()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Creates a new instance of MediaType, both type and subtype are wildcards.
<DT><A HREF="./javax/ws/rs/core/Variant.html#mediaTypes(javax.ws.rs.core.MediaType...)"><B>mediaTypes(MediaType...)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Create a <A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core"><CODE>Variant.VariantListBuilder</CODE></A> initialized with a set of supported
 media types.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#mediaTypes(javax.ws.rs.core.MediaType...)"><B>mediaTypes(MediaType...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Set the media type[s] for this variant.
<DT><A HREF="./javax/ws/rs/ext/MessageBodyReader.html" title="interface in javax.ws.rs.ext"><B>MessageBodyReader</B></A>&lt;<A HREF="./javax/ws/rs/ext/MessageBodyReader.html" title="type parameter in MessageBodyReader">T</A>&gt; - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Contract for a provider that supports the conversion of a stream to a 
 Java type.<DT><A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="interface in javax.ws.rs.ext"><B>MessageBodyWriter</B></A>&lt;<A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="type parameter in MessageBodyWriter">T</A>&gt; - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Contract for a provider that supports the conversion of a Java type to a 
 stream.<DT><A HREF="./javax/ws/rs/core/MediaType.html#MULTIPART_FORM_DATA"><B>MULTIPART_FORM_DATA</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"multipart/form-data"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#MULTIPART_FORM_DATA_TYPE"><B>MULTIPART_FORM_DATA_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"multipart/form-data"
<DT><A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="interface in javax.ws.rs.core"><B>MultivaluedMap</B></A>&lt;<A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="type parameter in MultivaluedMap">K</A>,<A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="type parameter in MultivaluedMap">V</A>&gt; - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>A map of key-values pairs.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core"><B>NewCookie</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Used to create a new HTTP cookie, transferred in a response.<DT><A HREF="./javax/ws/rs/core/NewCookie.html#NewCookie(java.lang.String, java.lang.String)"><B>NewCookie(String, String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#NewCookie(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, boolean)"><B>NewCookie(String, String, String, String, String, int, boolean)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#NewCookie(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, java.lang.String, int, boolean)"><B>NewCookie(String, String, String, String, int, String, int, boolean)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Create a new instance.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#NewCookie(javax.ws.rs.core.Cookie)"><B>NewCookie(Cookie)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Create a new instance copying the information in the supplied cookie.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#NewCookie(javax.ws.rs.core.Cookie, java.lang.String, int, boolean)"><B>NewCookie(Cookie, String, int, boolean)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Create a new instance supplementing the information in the supplied cookie.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#newInstance()"><B>newInstance()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Create a new builder instance.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#newInstance()"><B>newInstance()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Creates a new instance of UriBuilder.
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#newInstance()"><B>newInstance()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Create a new builder instance.
<DT><A HREF="./javax/ws/rs/core/Response.html#noContent()"><B>noContent()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder for an empty response.
<DT><A HREF="./javax/ws/rs/core/Response.html#notAcceptable(java.util.List)"><B>notAcceptable(List&lt;Variant&gt;)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder for a not acceptable response.
<DT><A HREF="./javax/ws/rs/core/Response.html#notModified()"><B>notModified()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with a not-modified status.
<DT><A HREF="./javax/ws/rs/core/Response.html#notModified(javax.ws.rs.core.EntityTag)"><B>notModified(EntityTag)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with a not-modified status.
<DT><A HREF="./javax/ws/rs/core/Response.html#notModified(java.lang.String)"><B>notModified(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with a not-modified status
 and a strong entity tag.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/Response.html#ok()"><B>ok()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with an OK status.
<DT><A HREF="./javax/ws/rs/core/Response.html#ok(java.lang.Object)"><B>ok(Object)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder that contains a representation.
<DT><A HREF="./javax/ws/rs/core/Response.html#ok(java.lang.Object, javax.ws.rs.core.MediaType)"><B>ok(Object, MediaType)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder that contains a representation.
<DT><A HREF="./javax/ws/rs/core/Response.html#ok(java.lang.Object, java.lang.String)"><B>ok(Object, String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder that contains a representation.
<DT><A HREF="./javax/ws/rs/core/Response.html#ok(java.lang.Object, javax.ws.rs.core.Variant)"><B>ok(Object, Variant)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder that contains a representation.
<DT><A HREF="./javax/ws/rs/HttpMethod.html#OPTIONS"><B>OPTIONS</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP OPTIONS method
<DT><A HREF="./javax/ws/rs/OPTIONS.html" title="annotation in javax.ws.rs"><B>OPTIONS</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP OPTIONS requests</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#path(java.lang.String)"><B>path(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append path to the existing path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#path(java.lang.Class)"><B>path(Class)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append the path from a Path-annotated class to the
 existing path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#path(java.lang.Class, java.lang.String)"><B>path(Class, String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append the path from a Path-annotated method to the
 existing path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#path(java.lang.reflect.Method)"><B>path(Method)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append the path from a <A HREF="./javax/ws/rs/Path.html" title="annotation in javax.ws.rs"><CODE>Path</CODE></A>-annotated method to the
 existing path.
<DT><A HREF="./javax/ws/rs/Path.html" title="annotation in javax.ws.rs"><B>Path</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Identifies the URI path that a resource class or class method will serve 
 requests for.<DT><A HREF="./javax/ws/rs/PathParam.html" title="annotation in javax.ws.rs"><B>PathParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value of a URI template parameter or a path segment
 containing the template parameter to a resource method parameter, resource 
 class field, or resource class
 bean property.<DT><A HREF="./javax/ws/rs/core/PathSegment.html" title="interface in javax.ws.rs.core"><B>PathSegment</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Represents a URI path segment and any associated matrix parameters.<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#port(int)"><B>port(int)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI port.
<DT><A HREF="./javax/ws/rs/HttpMethod.html#POST"><B>POST</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP POST method
<DT><A HREF="./javax/ws/rs/POST.html" title="annotation in javax.ws.rs"><B>POST</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP POST requests<DT><A HREF="./javax/ws/rs/Produces.html" title="annotation in javax.ws.rs"><B>Produces</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Defines the media type(s) that the methods of a resource class or
 <A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="interface in javax.ws.rs.ext"><CODE>MessageBodyWriter</CODE></A> can produce.<DT><A HREF="./javax/ws/rs/ext/Provider.html" title="annotation in javax.ws.rs.ext"><B>Provider</B></A> - Annotation Type in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Marks an implementation of an extension interface.<DT><A HREF="./javax/ws/rs/ext/Providers.html" title="interface in javax.ws.rs.ext"><B>Providers</B></A> - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>An injectable interface providing runtime lookup of provider instances.<DT><A HREF="./javax/ws/rs/HttpMethod.html#PUT"><B>PUT</B></A> - 
Static variable in annotation type javax.ws.rs.<A HREF="./javax/ws/rs/HttpMethod.html" title="annotation in javax.ws.rs">HttpMethod</A>
<DD>HTTP PUT method
<DT><A HREF="./javax/ws/rs/PUT.html" title="annotation in javax.ws.rs"><B>PUT</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Indicates that the annotated method responds to HTTP PUT requests<DT><A HREF="./javax/ws/rs/core/MultivaluedMap.html#putSingle(K, V)"><B>putSingle(K, V)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MultivaluedMap.html" title="interface in javax.ws.rs.core">MultivaluedMap</A>
<DD>Set the key's value to be a one item list consisting of the supplied value.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#queryParam(java.lang.String, java.lang.Object...)"><B>queryParam(String, Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append a query parameter to the existing set of query parameters.
<DT><A HREF="./javax/ws/rs/QueryParam.html" title="annotation in javax.ws.rs"><B>QueryParam</B></A> - Annotation Type in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Binds the value(s) of a HTTP query parameter to a resource method parameter, 
 resource class field, or resource class bean property.</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/ext/MessageBodyReader.html#readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream)"><B>readFrom(Class&lt;T&gt;, Type, Annotation[], MediaType, MultivaluedMap&lt;String, String&gt;, InputStream)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/MessageBodyReader.html" title="interface in javax.ws.rs.ext">MessageBodyReader</A>
<DD>Read a type from the <CODE>InputStream</CODE>.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#replaceMatrix(java.lang.String)"><B>replaceMatrix(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the matrix parameters of the current final segment of the current URI path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#replaceMatrixParam(java.lang.String, java.lang.Object...)"><B>replaceMatrixParam(String, Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Replace the existing value(s) of a matrix parameter on 
 the current final segment of the URI path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#replacePath(java.lang.String)"><B>replacePath(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI path.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#replaceQuery(java.lang.String)"><B>replaceQuery(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI query string.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#replaceQueryParam(java.lang.String, java.lang.Object...)"><B>replaceQueryParam(String, Object...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Replace the existing value(s) of a query parameter.
<DT><A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core"><B>Request</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An injectable helper for request processing, all methods throw
 java.lang.IllegalStateException if called outside the scope of a request
 (e.g.<DT><A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core"><B>Response</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Defines the contract between a returned instance and the runtime when
 an application needs to provide metadata to the runtime.<DT><A HREF="./javax/ws/rs/core/Response.html#Response()"><B>Response()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Protected constructor, use one of the static methods to obtain a 
 <A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core"><CODE>Response.ResponseBuilder</CODE></A> instance and obtain a Response from that.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core"><B>Response.ResponseBuilder</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>A class used to build Response instances that contain metadata instead 
 of or in addition to an entity.<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#Response.ResponseBuilder()"><B>Response.ResponseBuilder()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Protected constructor, use one of the static methods of
 <code>Response</code> to obtain an instance.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core"><B>Response.Status</B></A> - Enum in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Commonly used status codes defined by HTTP, see 
 <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">HTTP/1.1 documentation</a>
 for the complete list.<DT><A HREF="./javax/ws/rs/core/Response.Status.Family.html" title="enum in javax.ws.rs.core"><B>Response.Status.Family</B></A> - Enum in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An enumeration representing the class of status code.<DT><A HREF="./javax/ws/rs/core/Response.StatusType.html" title="interface in javax.ws.rs.core"><B>Response.StatusType</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Base interface for statuses used in responses.<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext"><B>RuntimeDelegate</B></A> - Class in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and
 various JAX-RS API methods defer to methods of RuntimeDelegate for their
 functionality.<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#RuntimeDelegate()"><B>RuntimeDelegate()</B></A> - 
Constructor for class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>&nbsp;
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html" title="interface in javax.ws.rs.ext"><B>RuntimeDelegate.HeaderDelegate</B></A>&lt;<A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html" title="type parameter in RuntimeDelegate.HeaderDelegate">T</A>&gt; - Interface in <A HREF="./javax/ws/rs/ext/package-summary.html">javax.ws.rs.ext</A><DD>Defines the contract for a delegate that is responsible for
 converting between the String form of a HTTP header and 
 the corresponding JAX-RS type <code>T</code>.</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#scheme(java.lang.String)"><B>scheme(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI scheme.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#schemeSpecificPart(java.lang.String)"><B>schemeSpecificPart(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI scheme-specific-part (see <CODE>URI</CODE>).
<DT><A HREF="./javax/ws/rs/core/SecurityContext.html" title="interface in javax.ws.rs.core"><B>SecurityContext</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An injectable interface that provides access to security related
 information.<DT><A HREF="./javax/ws/rs/core/Response.html#seeOther(java.net.URI)"><B>seeOther(URI)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder for a redirection.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#segment(java.lang.String...)"><B>segment(String...)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Append path segments to the existing path.
<DT><A HREF="./javax/ws/rs/core/Request.html#selectVariant(java.util.List)"><B>selectVariant(List&lt;Variant&gt;)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Request.html" title="interface in javax.ws.rs.core">Request</A>
<DD>Select the representation variant that best matches the request.
<DT><A HREF="./javax/ws/rs/core/Response.html#serverError()"><B>serverError()</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with an server error status.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#SET_COOKIE"><B>SET_COOKIE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>.
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.html#setInstance(javax.ws.rs.ext.RuntimeDelegate)"><B>setInstance(RuntimeDelegate)</B></A> - 
Static method in class javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.html" title="class in javax.ws.rs.ext">RuntimeDelegate</A>
<DD>Set the runtime delegate that will be used by JAX-RS classes.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setMaxAge(int)"><B>setMaxAge(int)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the max-age cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setMustRevalidate(boolean)"><B>setMustRevalidate(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the must-revalidate cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setNoCache(boolean)"><B>setNoCache(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-cache cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setNoStore(boolean)"><B>setNoStore(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-store cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setNoTransform(boolean)"><B>setNoTransform(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the no-transform cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setPrivate(boolean)"><B>setPrivate(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the private cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setProxyRevalidate(boolean)"><B>setProxyRevalidate(boolean)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the must-revalidate cache control directive.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#setSMaxAge(int)"><B>setSMaxAge(int)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Corresponds to the s-maxage cache control directive.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#status(int)"><B>status(int)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the status on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#status(javax.ws.rs.core.Response.StatusType)"><B>status(Response.StatusType)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the status on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#status(javax.ws.rs.core.Response.Status)"><B>status(Response.Status)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the status on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.html#status(javax.ws.rs.core.Response.StatusType)"><B>status(Response.StatusType)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with the supplied status.
<DT><A HREF="./javax/ws/rs/core/Response.html#status(javax.ws.rs.core.Response.Status)"><B>status(Response.Status)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with the supplied status.
<DT><A HREF="./javax/ws/rs/core/Response.html#status(int)"><B>status(int)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder with the supplied status.
<DT><A HREF="./javax/ws/rs/core/StreamingOutput.html" title="interface in javax.ws.rs.core"><B>StreamingOutput</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>A type that may be used as a resource method return value or as the entity 
 in a <A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core"><CODE>Response</CODE></A> when the application wishes to stream the output.</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#tag(javax.ws.rs.core.EntityTag)"><B>tag(EntityTag)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set an entity tag on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#tag(java.lang.String)"><B>tag(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set a strong entity tag on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.html#temporaryRedirect(java.net.URI)"><B>temporaryRedirect(URI)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core">Response</A>
<DD>Create a new ResponseBuilder for a temporary redirection.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_HTML"><B>TEXT_HTML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/html"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_HTML_TYPE"><B>TEXT_HTML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/html"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_PLAIN"><B>TEXT_PLAIN</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/plain"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_PLAIN_TYPE"><B>TEXT_PLAIN_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/plain"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_XML"><B>TEXT_XML</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/xml"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#TEXT_XML_TYPE"><B>TEXT_XML_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"text/xml"
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#toCookie()"><B>toCookie()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Obtain a new instance of a <A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core"><CODE>Cookie</CODE></A> with the same name, value, path,
 domain and version as this <code>NewCookie</code>.
<DT><A HREF="./javax/ws/rs/ext/ExceptionMapper.html#toResponse(E)"><B>toResponse(E)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/ExceptionMapper.html" title="interface in javax.ws.rs.ext">ExceptionMapper</A>
<DD>Map an exception to a <A HREF="./javax/ws/rs/core/Response.html" title="class in javax.ws.rs.core"><CODE>Response</CODE></A>.
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Convert the cache control to a string suitable for use as the value of the
 corresponding HTTP header.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Convert the cookie to a string suitable for use as the value of the
 corresponding HTTP header.
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Convert the entity tag to a string suitable for use as the value of the
 corresponding HTTP header.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Convert the media type to a string suitable for use as the value of a
 corresponding HTTP header.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Convert the cookie to a string suitable for use as the value of the
 corresponding HTTP header.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#toString()"><B>toString()</B></A> - 
Method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Get the reason phrase
<DT><A HREF="./javax/ws/rs/core/Variant.html#toString()"><B>toString()</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>&nbsp;
<DT><A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html#toString(T)"><B>toString(T)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html" title="interface in javax.ws.rs.ext">RuntimeDelegate.HeaderDelegate</A>
<DD>Convert the supplied value to a String.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#type(javax.ws.rs.core.MediaType)"><B>type(MediaType)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the response media type on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#type(java.lang.String)"><B>type(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set the response media type on the ResponseBuilder.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#uri(java.net.URI)"><B>uri(URI)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Copies the non-null components of the supplied URI to the UriBuilder replacing
 any existing values for those components.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core"><B>UriBuilder</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>URI template aware utility class for building URIs from their components.<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#UriBuilder()"><B>UriBuilder()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Protected constructor, use one of the static <code>from<i>XXX</i></code>
 methods to obtain an instance.
<DT><A HREF="./javax/ws/rs/core/UriBuilderException.html" title="class in javax.ws.rs.core"><B>UriBuilderException</B></A> - Exception in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>A runtime exception thrown by <A HREF="./javax/ws/rs/core/UriBuilder.html#build(java.lang.Object...)"><CODE>UriBuilder.build(java.lang.Object...)</CODE></A> methods when a <CODE>URI</CODE> cannot be constructed based on the current state of the
 builder.<DT><A HREF="./javax/ws/rs/core/UriBuilderException.html#UriBuilderException()"><B>UriBuilderException()</B></A> - 
Constructor for exception javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilderException.html" title="class in javax.ws.rs.core">UriBuilderException</A>
<DD>Creates a new instance of <code>UriBuilderException</code> without detail message.
<DT><A HREF="./javax/ws/rs/core/UriBuilderException.html#UriBuilderException(java.lang.String)"><B>UriBuilderException(String)</B></A> - 
Constructor for exception javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilderException.html" title="class in javax.ws.rs.core">UriBuilderException</A>
<DD>Constructs an instance of <code>UriBuilderException</code> with the specified detail message.
<DT><A HREF="./javax/ws/rs/core/UriBuilderException.html#UriBuilderException(java.lang.String, java.lang.Throwable)"><B>UriBuilderException(String, Throwable)</B></A> - 
Constructor for exception javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilderException.html" title="class in javax.ws.rs.core">UriBuilderException</A>
<DD>Constructs an instance of <code>UriBuilderException</code> with the specified detail message and cause.
<DT><A HREF="./javax/ws/rs/core/UriBuilderException.html#UriBuilderException(java.lang.Throwable)"><B>UriBuilderException(Throwable)</B></A> - 
Constructor for exception javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilderException.html" title="class in javax.ws.rs.core">UriBuilderException</A>
<DD>Constructs a new exception with the specified cause and a detail message
 of (<code>cause==null ? null : cause.toString()</code>) (which typically contains
 the class and detail message of cause).
<DT><A HREF="./javax/ws/rs/core/UriInfo.html" title="interface in javax.ws.rs.core"><B>UriInfo</B></A> - Interface in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>An injectable interface that provides access to application and request 
 URI information.<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#USER_AGENT"><B>USER_AGENT</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation</a>.
<DT><A HREF="./javax/ws/rs/core/UriBuilder.html#userInfo(java.lang.String)"><B>userInfo(String)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/UriBuilder.html" title="class in javax.ws.rs.core">UriBuilder</A>
<DD>Set the URI user-info.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/core/CacheControl.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/CacheControl.html" title="class in javax.ws.rs.core">CacheControl</A>
<DD>Creates a new instance of CacheControl by parsing the supplied string.
<DT><A HREF="./javax/ws/rs/core/Cookie.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Cookie.html" title="class in javax.ws.rs.core">Cookie</A>
<DD>Creates a new instance of Cookie by parsing the supplied string.
<DT><A HREF="./javax/ws/rs/core/EntityTag.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/EntityTag.html" title="class in javax.ws.rs.core">EntityTag</A>
<DD>Creates a new instance of EntityTag by parsing the supplied string.
<DT><A HREF="./javax/ws/rs/core/MediaType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>Creates a new instance of MediaType by parsing the supplied string.
<DT><A HREF="./javax/ws/rs/core/NewCookie.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/NewCookie.html" title="class in javax.ws.rs.core">NewCookie</A>
<DD>Creates a new instance of NewCookie by parsing the supplied string.
<DT><A HREF="./javax/ws/rs/core/Response.Status.Family.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.Family.html" title="enum in javax.ws.rs.core">Response.Status.Family</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./javax/ws/rs/core/Response.Status.Family.html#values()"><B>values()</B></A> - 
Static method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.Family.html" title="enum in javax.ws.rs.core">Response.Status.Family</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./javax/ws/rs/core/Response.Status.html#values()"><B>values()</B></A> - 
Static method in enum javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.Status.html" title="enum in javax.ws.rs.core">Response.Status</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#variant(javax.ws.rs.core.Variant)"><B>variant(Variant)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Set representation metadata on the ResponseBuilder.
<DT><A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core"><B>Variant</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>Abstraction for a resource representation variant.<DT><A HREF="./javax/ws/rs/core/Variant.html#Variant(javax.ws.rs.core.MediaType, java.util.Locale, java.lang.String)"><B>Variant(MediaType, Locale, String)</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>
<DD>Create a new instance of Variant
<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core"><B>Variant.VariantListBuilder</B></A> - Class in <A HREF="./javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A><DD>A builder for a list of representation variants.<DT><A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html#Variant.VariantListBuilder()"><B>Variant.VariantListBuilder()</B></A> - 
Constructor for class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Variant.VariantListBuilder.html" title="class in javax.ws.rs.core">Variant.VariantListBuilder</A>
<DD>Protected constructor, use the static <code>newInstance</code>
 method to obtain an instance.
<DT><A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html#variants(java.util.List)"><B>variants(List&lt;Variant&gt;)</B></A> - 
Method in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A>
<DD>Add a Vary header that lists the available variants.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#VARY"><B>VARY</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation</a>.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs"><B>WebApplicationException</B></A> - Exception in <A HREF="./javax/ws/rs/package-summary.html">javax.ws.rs</A><DD>Runtime exception for applications.<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException()"><B>WebApplicationException()</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and default HTTP status code of 500
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(javax.ws.rs.core.Response)"><B>WebApplicationException(Response)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance using the supplied response
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(int)"><B>WebApplicationException(int)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and specified HTTP status code
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(javax.ws.rs.core.Response.Status)"><B>WebApplicationException(Response.Status)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and specified HTTP status code
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(java.lang.Throwable)"><B>WebApplicationException(Throwable)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and default HTTP status code of 500
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(java.lang.Throwable, javax.ws.rs.core.Response)"><B>WebApplicationException(Throwable, Response)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance using the supplied response
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(java.lang.Throwable, int)"><B>WebApplicationException(Throwable, int)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and specified HTTP status code
<DT><A HREF="./javax/ws/rs/WebApplicationException.html#WebApplicationException(java.lang.Throwable, javax.ws.rs.core.Response.Status)"><B>WebApplicationException(Throwable, Response.Status)</B></A> - 
Constructor for exception javax.ws.rs.<A HREF="./javax/ws/rs/WebApplicationException.html" title="class in javax.ws.rs">WebApplicationException</A>
<DD>Construct a new instance with a blank message and specified HTTP status code
<DT><A HREF="./javax/ws/rs/core/MediaType.html#WILDCARD"><B>WILDCARD</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"*&#47;*"
<DT><A HREF="./javax/ws/rs/core/MediaType.html#WILDCARD_TYPE"><B>WILDCARD_TYPE</B></A> - 
Static variable in class javax.ws.rs.core.<A HREF="./javax/ws/rs/core/MediaType.html" title="class in javax.ws.rs.core">MediaType</A>
<DD>"*&#47;*"
<DT><A HREF="./javax/ws/rs/core/StreamingOutput.html#write(java.io.OutputStream)"><B>write(OutputStream)</B></A> - 
Method in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/StreamingOutput.html" title="interface in javax.ws.rs.core">StreamingOutput</A>
<DD>Called to write the message body.
<DT><A HREF="./javax/ws/rs/ext/MessageBodyWriter.html#writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream)"><B>writeTo(T, Class&lt;?&gt;, Type, Annotation[], MediaType, MultivaluedMap&lt;String, Object&gt;, OutputStream)</B></A> - 
Method in interface javax.ws.rs.ext.<A HREF="./javax/ws/rs/ext/MessageBodyWriter.html" title="interface in javax.ws.rs.ext">MessageBodyWriter</A>
<DD>Write a type to an HTTP response.
<DT><A HREF="./javax/ws/rs/core/HttpHeaders.html#WWW_AUTHENTICATE"><B>WWW_AUTHENTICATE</B></A> - 
Static variable in interface javax.ws.rs.core.<A HREF="./javax/ws/rs/core/HttpHeaders.html" title="interface in javax.ws.rs.core">HttpHeaders</A>
<DD>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation</a>.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>