This file is indexed.

/usr/share/doc/libjenkins-remoting-java/api/index-all.html is in libjenkins-remoting-java-doc 2.23-2.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Oct 26 11:16:02 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Jenkins remoting layer 2.23 API)</title>
<meta name="date" content="2013-10-26">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Jenkins remoting layer 2.23 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#___">_</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting"><span class="strong">AbstractByteArrayCommandTransport</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting"><code>CommandTransport</code></a> that works with <code>byte[]</code> instead of command object.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#AbstractByteArrayCommandTransport()">AbstractByteArrayCommandTransport()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/AbstractByteArrayCommandTransport.ByteArrayReceiver.html" title="interface in hudson.remoting"><span class="strong">AbstractByteArrayCommandTransport.ByteArrayReceiver</span></a> - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting"><span class="strong">AbstractSynchronousByteArrayCommandTransport</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/SynchronousCommandTransport.html" title="class in hudson.remoting"><code>SynchronousCommandTransport</code></a> that works with <code>byte[]</code> instead of command object.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html#AbstractSynchronousByteArrayCommandTransport()">AbstractSynchronousByteArrayCommandTransport()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractSynchronousByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#addClasspath(java.lang.String)">addClasspath(String)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#addListener(hudson.remoting.Channel.Listener)">addListener(Channel.Listener)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Registers a new <a href="./hudson/remoting/Channel.Listener.html" title="class in hudson.remoting"><code>Channel.Listener</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#addLocalExecutionInterceptor(hudson.remoting.CallableFilter)">addLocalExecutionInterceptor(CallableFilter)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Adds a <a href="./hudson/remoting/CallableFilter.html" title="interface in hudson.remoting"><code>CallableFilter</code></a> that gets a chance to decorate every <a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a>s that run locally
 sent by the other peer.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#append(java.lang.CharSequence)">append(CharSequence)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#append(java.lang.CharSequence, int, int)">append(CharSequence, int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#append(char)">append(char)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#args">args</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>
<div class="block">4 mandatory parameters.</div>
</dd>
<dt><a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting"><span class="strong">AsyncFutureImpl</span></a>&lt;<a href="./hudson/remoting/AsyncFutureImpl.html" title="type parameter in AsyncFutureImpl">V</a>&gt; - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/Future.html" title="interface in hudson.remoting"><code>Future</code></a> implementation whose computation is carried out elsewhere.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#AsyncFutureImpl()">AsyncFutureImpl()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#AsyncFutureImpl(V)">AsyncFutureImpl(V)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#AsyncFutureImpl(java.lang.Throwable)">AsyncFutureImpl(Throwable)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#auth">auth</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#available()">available()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#available()">available()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./hudson/remoting/Base64.html" title="class in hudson.remoting"><span class="strong">Base64</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">This class provides encode/decode for RFC 2045 Base64 as
 defined by RFC 2045, N.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#Base64()">Base64()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/BinarySafeStream.html" title="class in hudson.remoting"><span class="strong">BinarySafeStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Tunnels byte stream into another byte stream so that binary data
 can be sent across binary-unsafe stream.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Callable.html#call()">call()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting">Callable</a></dt>
<dd>
<div class="block">Performs computation and returns the result,
 or throws some exception.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/CallableFilter.html#call(java.util.concurrent.Callable)">call(Callable&lt;V&gt;)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/CallableFilter.html" title="interface in hudson.remoting">CallableFilter</a></dt>
<dd>
<div class="block">This implementation should normally look something like this:</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#call(hudson.remoting.Callable)">call(Callable&lt;V, T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Makes a remote procedure call.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#call(hudson.remoting.Callable)">call(Callable&lt;V, T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#call(hudson.remoting.Callable)">call(Callable&lt;V, T&gt;)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Makes a remote procedure call.</div>
</dd>
<dt><a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><span class="strong">Callable</span></a>&lt;<a href="./hudson/remoting/Callable.html" title="type parameter in Callable">V</a>,<a href="./hudson/remoting/Callable.html" title="type parameter in Callable">T</a> extends java.lang.Throwable&gt; - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Represents computation to be done on a remote system.</div>
</dd>
<dt><a href="./hudson/remoting/CallableFilter.html" title="interface in hudson.remoting"><span class="strong">CallableFilter</span></a> - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Decorator on <code>Callable.call()</code> to filter the execution.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#callAsync(hudson.remoting.Callable)">callAsync(Callable&lt;V, T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Makes an asynchronous remote procedure call.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#callAsync(hudson.remoting.Callable)">callAsync(Callable&lt;V, T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#callAsync(hudson.remoting.Callable)">callAsync(Callable&lt;V, T&gt;)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Makes an asynchronous remote procedure call.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#cancel(boolean)">cancel(boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Capability.html" title="class in hudson.remoting"><span class="strong">Capability</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Represents additional features implemented on <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#Capability()">Capability()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#channel">channel</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><span class="strong">Channel</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Represents a communication channel to the remote peer.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, java.io.InputStream, java.io.OutputStream)">Channel(String, ExecutorService, InputStream, OutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, hudson.remoting.Channel.Mode, java.io.InputStream, java.io.OutputStream)">Channel(String, ExecutorService, Channel.Mode, InputStream, OutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, java.io.InputStream, java.io.OutputStream, java.io.OutputStream)">Channel(String, ExecutorService, InputStream, OutputStream, OutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, hudson.remoting.Channel.Mode, java.io.InputStream, java.io.OutputStream, java.io.OutputStream)">Channel(String, ExecutorService, Channel.Mode, InputStream, OutputStream, OutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, hudson.remoting.Channel.Mode, java.io.InputStream, java.io.OutputStream, java.io.OutputStream, boolean)">Channel(String, ExecutorService, Channel.Mode, InputStream, OutputStream, OutputStream, boolean)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, hudson.remoting.Channel.Mode, java.io.InputStream, java.io.OutputStream, java.io.OutputStream, boolean, java.lang.ClassLoader)">Channel(String, ExecutorService, Channel.Mode, InputStream, OutputStream, OutputStream, boolean, ClassLoader)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Creates a new channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#Channel(java.lang.String, java.util.concurrent.ExecutorService, hudson.remoting.CommandTransport, boolean, java.lang.ClassLoader)">Channel(String, ExecutorService, CommandTransport, boolean, ClassLoader)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Creates a new channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/SynchronousCommandTransport.html#channel">channel</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/SynchronousCommandTransport.html" title="class in hudson.remoting">SynchronousCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Channel.Listener.html" title="class in hudson.remoting"><span class="strong">Channel.Listener</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Callback "interface" for changes in the state of <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Listener.html#Channel.Listener()">Channel.Listener()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Channel.Listener.html" title="class in hudson.remoting">Channel.Listener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Channel.Mode.html" title="enum in hudson.remoting"><span class="strong">Channel.Mode</span></a> - Enum in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Communication mode used in conjunction with <code>ClassicCommandTransport</code>.</div>
</dd>
<dt><a href="./hudson/remoting/ChannelClosedException.html" title="class in hudson.remoting"><span class="strong">ChannelClosedException</span></a> - Exception in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Indicates that the channel is already closed.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ChannelClosedException.html#ChannelClosedException()">ChannelClosedException()</a></span> - Constructor for exception hudson.remoting.<a href="./hudson/remoting/ChannelClosedException.html" title="class in hudson.remoting">ChannelClosedException</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./hudson/remoting/ChannelClosedException.html#ChannelClosedException(java.lang.Throwable)"><code>ChannelClosedException.ChannelClosedException(Throwable)</code></a>.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ChannelClosedException.html#ChannelClosedException(java.lang.Throwable)">ChannelClosedException(Throwable)</a></span> - Constructor for exception hudson.remoting.<a href="./hudson/remoting/ChannelClosedException.html" title="class in hudson.remoting">ChannelClosedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/ChannelProperty.html" title="class in hudson.remoting"><span class="strong">ChannelProperty</span></a>&lt;<a href="./hudson/remoting/ChannelProperty.html" title="type parameter in ChannelProperty">T</a>&gt; - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">A convenient key type for <a href="./hudson/remoting/Channel.html#getProperty(java.lang.Object)"><code>Channel.getProperty(Object)</code></a> and <a href="./hudson/remoting/Channel.html#setProperty(java.lang.Object, java.lang.Object)"><code>Channel.setProperty(Object, Object)</code></a></div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ChannelProperty.html#ChannelProperty(java.lang.Class, java.lang.String)">ChannelProperty(Class&lt;T&gt;, String)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/ChannelProperty.html" title="class in hudson.remoting">ChannelProperty</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/ClassLoaderHolder.html" title="class in hudson.remoting"><span class="strong">ClassLoaderHolder</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Remoting-aware holder of <code>ClassLoader</code> that replaces ClassLoader by its <code>RemoteClassLoader</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ClassLoaderHolder.html#ClassLoaderHolder(java.lang.ClassLoader)">ClassLoaderHolder(ClassLoader)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/ClassLoaderHolder.html" title="class in hudson.remoting">ClassLoaderHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/ClassLoaderHolder.html#ClassLoaderHolder()">ClassLoaderHolder()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/ClassLoaderHolder.html" title="class in hudson.remoting">ClassLoaderHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#classLoadingCount">classLoadingCount</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Total counts of remote classloading activities.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#classLoadingTime">classLoadingTime</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Total number of nanoseconds spent for remote class loading.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Performs an orderly shut down of this channel (and the remote peer.)</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#close(java.lang.Throwable)">close(Throwable)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Closes the channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/ListeningPort.html#close()">close()</a></span> - Method in interface hudson.remoting.forward.<a href="./hudson/remoting/forward/ListeningPort.html" title="interface in hudson.remoting.forward">ListeningPort</a></dt>
<dd>
<div class="block">Shuts down the port forwarding by removing the server socket.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/PortForwarder.html#close()">close()</a></span> - Method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward">PortForwarder</a></dt>
<dd>
<div class="block">Shuts down this port forwarder.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketInputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SocketInputStream.html" title="class in hudson.remoting">SocketInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketOutputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting">SocketOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#close()">close()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#close()">close()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Performs an orderly shut down of this channel (and the remote peer.)</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/CommandTransport.html#closeRead()">closeRead()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting">CommandTransport</a></dt>
<dd>
<div class="block">Called to indicate that the no further input is expected and any resources
 associated with reading commands should be freed.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/CommandTransport.html#closeWrite()">closeWrite()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting">CommandTransport</a></dt>
<dd>
<div class="block">Called to close the write side of the transport, allowing the underlying transport
 to be shut down.</div>
</dd>
<dt><a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting"><span class="strong">CommandTransport</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Lower level abstraction under <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> for sending and receiving commands</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainMenu.html#commit()">commit()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainMenu.html" title="class in hudson.remoting.jnlp">MainMenu</a></dt>
<dd>
<div class="block">Reflects the changes made in the menu objects to GUI.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#connect(hudson.remoting.FastPipedOutputStream)">connect(FastPipedOutputStream)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#connect(hudson.remoting.FastPipedInputStream)">connect(FastPipedInputStream)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/Forwarder.html#connect(java.io.OutputStream)">connect(OutputStream)</a></span> - Method in interface hudson.remoting.forward.<a href="./hudson/remoting/forward/Forwarder.html" title="interface in hudson.remoting.forward">Forwarder</a></dt>
<dd>
<div class="block">Establishes a port forwarding connection and returns
 the writer end.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#connectionTarget">connectionTarget</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/ForwarderFactory.html#create(hudson.remoting.VirtualChannel, java.lang.String, int)">create(VirtualChannel, String, int)</a></span> - Static method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/ForwarderFactory.html" title="class in hudson.remoting.forward">ForwarderFactory</a></dt>
<dd>
<div class="block">Creates a connector on the remote side that connects to the speicied host and port.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/ForwarderFactory.html#create(java.lang.String, int)">create(String, int)</a></span> - Static method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/ForwarderFactory.html" title="class in hudson.remoting.forward">ForwarderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/PortForwarder.html#create(hudson.remoting.VirtualChannel, int, hudson.remoting.forward.Forwarder)">create(VirtualChannel, int, Forwarder)</a></span> - Static method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward">PortForwarder</a></dt>
<dd>
<div class="block">Starts a <a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward"><code>PortForwarder</code></a> accepting remotely at the given channel,
 which connects by using the given connector.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#createEngine()">createEngine()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Pipe.html#createLocalToRemote()">createLocalToRemote()</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting">Pipe</a></dt>
<dd>
<div class="block">Creates a <a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting"><code>Pipe</code></a> that allows local system to write and remote system to read.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#createLocalToRemotePortForwarding(int, java.lang.String, int)">createLocalToRemotePortForwarding(int, String, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Starts a local to remote port forwarding (the equivalent of "ssh -L").</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Pipe.html#createRemoteToLocal()">createRemoteToLocal()</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting">Pipe</a></dt>
<dd>
<div class="block">Creates a <a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting"><code>Pipe</code></a> that allows remote system to write and local system to read.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#createRemoteToLocalPortForwarding(int, java.lang.String, int)">createRemoteToLocalPortForwarding(int, String, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Starts a remote to local port forwarding (the equivalent of "ssh -R").</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#credentials">credentials</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#current()">current()</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">This method can be invoked during the serialization/deserialization of
 objects when they are transferred to the remote <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>,
 as well as during <a href="./hudson/remoting/Callable.html#call()"><code>Callable.call()</code></a> is invoked.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#current()">current()</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>
<div class="block">When invoked from within remoted <a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a> (that is,
 from the thread that carries out the remote requests),
 this method returns the <a href="./hudson/remoting/Engine.html" title="class in hudson.remoting"><code>Engine</code></a> in which the remote operations
 run.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#decode(java.lang.String)">decode(String)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>
<div class="block">Decodes Base64 data into octects</div>
</dd>
<dt><a href="./hudson/remoting/DelegatingCallable.html" title="interface in hudson.remoting"><span class="strong">DelegatingCallable</span></a>&lt;<a href="./hudson/remoting/DelegatingCallable.html" title="type parameter in DelegatingCallable">V</a>,<a href="./hudson/remoting/DelegatingCallable.html" title="type parameter in DelegatingCallable">T</a> extends java.lang.Throwable&gt; - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a> that nominates another claassloader for serialization.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ChannelProperty.html#displayName">displayName</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/ChannelProperty.html" title="class in hudson.remoting">ChannelProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#dumpExportTable(java.io.PrintWriter)">dumpExportTable(PrintWriter)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Dumps the list of exported objects and their allocation traces to the given output.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#encode(byte[])">encode(byte[])</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>
<div class="block">Encodes hex octects into Base64</div>
</dd>
<dt><a href="./hudson/remoting/Engine.html" title="class in hudson.remoting"><span class="strong">Engine</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Slave agent engine that proactively connects to Hudson master.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#Engine(hudson.remoting.EngineListener, java.util.List, java.lang.String, java.lang.String)">Engine(EngineListener, List&lt;URL&gt;, String, String)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting"><span class="strong">EngineListener</span></a> - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Receives status notification from <a href="./hudson/remoting/Engine.html" title="class in hudson.remoting"><code>Engine</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/EngineListener.html#error(java.lang.Throwable)">error(Throwable)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting">EngineListener</a></dt>
<dd>
<div class="block">Fatal error that's non recoverable.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#error(java.lang.Throwable)">error(Throwable)</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/UnexportCommand.html#execute(hudson.remoting.Channel)">execute(Channel)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/UnexportCommand.html" title="class in hudson.remoting">UnexportCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#export(java.lang.Class, T)">export(Class&lt;T&gt;, T)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Exports an object for remoting to the other <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>
 by creating a remotable proxy.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#export(java.lang.Class, T)">export(Class&lt;T&gt;, T)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#export(java.lang.Class, T)">export(Class&lt;T&gt;, T)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Exports an object for remoting to the other <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>
 by creating a remotable proxy.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting"><span class="strong">FastPipedInputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">This class is equivalent to <code>java.io.PipedInputStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#FastPipedInputStream()">FastPipedInputStream()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>
<div class="block">Creates an unconnected PipedInputStream with a default buffer size.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#FastPipedInputStream(hudson.remoting.FastPipedOutputStream)">FastPipedInputStream(FastPipedOutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>
<div class="block">Creates a PipedInputStream with a default buffer size and connects it to
 <code>source</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#FastPipedInputStream(hudson.remoting.FastPipedOutputStream, int)">FastPipedInputStream(FastPipedOutputStream, int)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>
<div class="block">Creates a PipedInputStream with buffer size <code>bufferSize</code> and
 connects it to <code>source</code>.</div>
</dd>
<dt><a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting"><span class="strong">FastPipedOutputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">This class is equivalent to <code>java.io.PipedOutputStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#FastPipedOutputStream()">FastPipedOutputStream()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>
<div class="block">Creates an unconnected PipedOutputStream.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#FastPipedOutputStream(hudson.remoting.FastPipedInputStream)">FastPipedOutputStream(FastPipedInputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>
<div class="block">Creates a PipedOutputStream with a default buffer size and connects it to
 <code>sink</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#FastPipedOutputStream(hudson.remoting.FastPipedInputStream, int)">FastPipedOutputStream(FastPipedInputStream, int)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>as of 1.350
      bufferSize parameter is ignored.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#finalize()">finalize()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#finalize()">finalize()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#flush()">flush()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#flush()">flush()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#flush()">flush()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#flush()">flush()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/forward/Forwarder.html" title="interface in hudson.remoting.forward"><span class="strong">Forwarder</span></a> - Interface in <a href="./hudson/remoting/forward/package-summary.html">hudson.remoting.forward</a></dt>
<dd>
<div class="block">Abstracts away how the forwarding is set up.</div>
</dd>
<dt><a href="./hudson/remoting/forward/ForwarderFactory.html" title="class in hudson.remoting.forward"><span class="strong">ForwarderFactory</span></a> - Class in <a href="./hudson/remoting/forward/package-summary.html">hudson.remoting.forward</a></dt>
<dd>
<div class="block">Creates <a href="./hudson/remoting/forward/Forwarder.html" title="interface in hudson.remoting.forward"><code>Forwarder</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/ForwarderFactory.html#ForwarderFactory()">ForwarderFactory()</a></span> - Constructor for class hudson.remoting.forward.<a href="./hudson/remoting/forward/ForwarderFactory.html" title="class in hudson.remoting.forward">ForwarderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#frame">frame</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Future.html" title="interface in hudson.remoting"><span class="strong">Future</span></a>&lt;<a href="./hudson/remoting/Future.html" title="type parameter in Future">V</a>&gt; - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Alias to <a href="./hudson/remoting/Future.html" title="interface in hudson.remoting"><code>Future</code></a>.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#get()">get()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#get(long, java.util.concurrent.TimeUnit)">get(long, TimeUnit)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/ClassLoaderHolder.html#get()">get()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/ClassLoaderHolder.html" title="class in hudson.remoting">ClassLoaderHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainDialog.html#get()">get()</a></span> - Static method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp">MainDialog</a></dt>
<dd>
<div class="block">If the current JVM runs a <a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp"><code>MainDialog</code></a> as a JNLP slave agent,
 return its reference, otherwise null.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ProxyException.html#getCause()">getCause()</a></span> - Method in exception hudson.remoting.<a href="./hudson/remoting/ProxyException.html" title="class in hudson.remoting">ProxyException</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/ProxyException.html" title="class in hudson.remoting"><code>ProxyException</code></a> all the way down.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/DelegatingCallable.html#getClassLoader()">getClassLoader()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/DelegatingCallable.html" title="interface in hudson.remoting">DelegatingCallable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainMenu.html#getFileMenu()">getFileMenu()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainMenu.html" title="class in hudson.remoting.jnlp">MainMenu</a></dt>
<dd>
<div class="block">Obtains the file menu (and creates it if necessary),
 so that the caller can add items in this menu.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#getHudsonUrl()">getHudsonUrl()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Pipe.html#getIn()">getIn()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting">Pipe</a></dt>
<dd>
<div class="block">Gets the reading end of the pipe.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getLastHeard()">getLastHeard()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainDialog.html#getMainMenu()">getMainMenu()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp">MainDialog</a></dt>
<dd>
<div class="block">Gets the main menu of this window, so that the caller can add
 additional menu items.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getName()">getName()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Pipe.html#getOut()">getOut()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting">Pipe</a></dt>
<dd>
<div class="block">Gets the writing end of the pipe.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/ListeningPort.html#getPort()">getPort()</a></span> - Method in interface hudson.remoting.forward.<a href="./hudson/remoting/forward/ListeningPort.html" title="interface in hudson.remoting.forward">ListeningPort</a></dt>
<dd>
<div class="block">TCP/IP port that is listening.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/PortForwarder.html#getPort()">getPort()</a></span> - Method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward">PortForwarder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getProperty(java.lang.Object)">getProperty(Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Gets the application specific property set by <a href="./hudson/remoting/Channel.html#setProperty(java.lang.Object, java.lang.Object)"><code>Channel.setProperty(Object, Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getProperty(hudson.remoting.ChannelProperty)">getProperty(ChannelProperty&lt;T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/CommandTransport.html#getRemoteCapability()">getRemoteCapability()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting">CommandTransport</a></dt>
<dd>
<div class="block">Abstraction of the connection hand-shaking.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getRemoteProperty(java.lang.Object)">getRemoteProperty(Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Gets the property set on the remote peer.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getRemoteProperty(hudson.remoting.ChannelProperty)">getRemoteProperty(ChannelProperty&lt;T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#getUnderlyingOutput()">getUnderlyingOutput()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Future version of the remoting module may add other modes of creating channel
      that doesn't involve stream pair. Therefore, we aren't committing to this method.
      This method isn't a part of the committed API of the channel class.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#GREETING_SUCCESS">GREETING_SUCCESS</a></span> - Static variable in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/jnlp/GUI.html" title="class in hudson.remoting.jnlp"><span class="strong">GUI</span></a> - Class in <a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a></dt>
<dd>
<div class="block">GUI related helper code</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GUI.html#GUI()">GUI()</a></span> - Constructor for class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GUI.html" title="class in hudson.remoting.jnlp">GUI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp"><span class="strong">GuiListener</span></a> - Class in <a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting"><code>EngineListener</code></a> implementation that shows GUI.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#GuiListener()">GuiListener()</a></span> - Constructor for class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.ByteArrayReceiver.html#handle(byte[])">handle(byte[])</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.ByteArrayReceiver.html" title="interface in hudson.remoting">AbstractByteArrayCommandTransport.ByteArrayReceiver</a></dt>
<dd>
<div class="block">Notifies the <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> that the transport has received a new block.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#hasMimicException()">hasMimicException()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#headlessMode">headlessMode</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/HexDump.html" title="class in hudson.remoting"><span class="strong">HexDump</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/HexDump.html#HexDump()">HexDump()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/HexDump.html" title="class in hudson.remoting">HexDump</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/package-summary.html">hudson.remoting</a> - package hudson.remoting</dt>
<dd>
<div class="block">Remoting infrastructure for Hudson.</div>
</dd>
<dt><a href="./hudson/remoting/forward/package-summary.html">hudson.remoting.forward</a> - package hudson.remoting.forward</dt>
<dd>
<div class="block">TCP port forwarding over <code>hudson.remoting</code>.</div>
</dd>
<dt><a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a> - package hudson.remoting.jnlp</dt>
<dd>
<div class="block">Code for launching the remote agent through JNLP.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="./hudson/remoting/IReadResolve.html" title="interface in hudson.remoting"><span class="strong">IReadResolve</span></a> - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Used internally in the remoting code to have the proxy object
 implement readResolve.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#isBase64(char)">isBase64(char)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#isCancelled()">isCancelled()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#isData(char)">isData(char)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#isDone()">isDone()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#isPad(char)">isPad(char)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#isRestricted()">isRestricted()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Returns true if this channel is currently does not load classes from the remote peer.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#isSwapped()">isSwapped()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#isWhiteSpace(char)">isWhiteSpace(char)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#isWindows()">isWindows()</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Which.html#jarFile(java.lang.Class)">jarFile(Class)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Which.html" title="class in hudson.remoting">Which</a></dt>
<dd>
<div class="block">Locates the jar file that contains the given class.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Which.html#jarFile(java.net.URL)">jarFile(URL)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Which.html" title="class in hudson.remoting">Which</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Which.html#jarURL(java.lang.Class)">jarURL(Class)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Which.html" title="class in hudson.remoting">Which</a></dt>
<dd>
<div class="block">Locates the jar file that contains the given class.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#join()">join()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Waits for this <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> to be closed down.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#join(long)">join(long)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Waits for this <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> to be closed down, but only up the given milliseconds.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#join()">join()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#join(long)">join(long)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#join()">join()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Waits for this <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> to be closed down.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#join(long)">join(long)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Waits for this <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> to be closed down, but only up the given milliseconds.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting"><span class="strong">Launcher</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Entry point for running a <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#Launcher()">Launcher()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#listener">listener</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/forward/ListeningPort.html" title="interface in hudson.remoting.forward"><span class="strong">ListeningPort</span></a> - Interface in <a href="./hudson/remoting/forward/package-summary.html">hudson.remoting.forward</a></dt>
<dd>
<div class="block">Represents a listening port that forwards a connection
 via port forwarding.</div>
</dd>
<dt><a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting"><span class="strong">LocalChannel</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting"><code>VirtualChannel</code></a> that performs computation on the local JVM.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#LocalChannel(java.util.concurrent.ExecutorService)">LocalChannel(ExecutorService)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp"><span class="strong">Main</span></a> - Class in <a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a></dt>
<dd>
<div class="block">Entry point to JNLP slave agent.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#Main()">Main()</a></span> - Constructor for class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#main()">main()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#main(java.lang.String...)">main(String...)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#main(java.io.InputStream, java.io.OutputStream)">main(InputStream, OutputStream)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#main(java.io.InputStream, java.io.OutputStream, hudson.remoting.Channel.Mode)">main(InputStream, OutputStream, Channel.Mode)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#main(java.io.InputStream, java.io.OutputStream, hudson.remoting.Channel.Mode, boolean)">main(InputStream, OutputStream, Channel.Mode, boolean)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp"><span class="strong">MainDialog</span></a> - Class in <a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a></dt>
<dd>
<div class="block">Main window for JNLP slave agent.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainDialog.html#MainDialog()">MainDialog()</a></span> - Constructor for class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp">MainDialog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/jnlp/MainMenu.html" title="class in hudson.remoting.jnlp"><span class="strong">MainMenu</span></a> - Class in <a href="./hudson/remoting/jnlp/package-summary.html">hudson.remoting.jnlp</a></dt>
<dd>
<div class="block">Main menu of <a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp"><code>MainDialog</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#mark(int)">mark(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#mark(int)">mark(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#markSupported()">markSupported()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#markSupported()">markSupported()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#mode">mode</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#NONE">NONE</a></span> - Static variable in class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#noReconnect">noReconnect</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./hudson/remoting/ObjectInputStreamEx.html" title="class in hudson.remoting"><span class="strong">ObjectInputStreamEx</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>ObjectInputStream</code> that uses a specific class loader.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ObjectInputStreamEx.html#ObjectInputStreamEx(java.io.InputStream, java.lang.ClassLoader)">ObjectInputStreamEx(InputStream, ClassLoader)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/ObjectInputStreamEx.html" title="class in hudson.remoting">ObjectInputStreamEx</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Listener.html#onClosed(hudson.remoting.Channel, java.io.IOException)">onClosed(Channel, IOException)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.Listener.html" title="class in hudson.remoting">Channel.Listener</a></dt>
<dd>
<div class="block">When the channel was closed normally or abnormally due to an error.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#onDead()">onDead()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>as of 2.9
      Override <a href="./hudson/remoting/PingThread.html#onDead(java.lang.Throwable)"><code>PingThread.onDead(Throwable)</code></a> to receive the cause, but also override this method
      and provide a fallback behaviour to be backward compatible with earlier version of remoting library.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#onDead(java.lang.Throwable)">onDead(Throwable)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>
<div class="block">Called when ping failed.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/EngineListener.html#onDisconnect()">onDisconnect()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting">EngineListener</a></dt>
<dd>
<div class="block">Called when a connection is terminated.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#onDisconnect()">onDisconnect()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#parseJnlpArguments()">parseJnlpArguments()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>
<div class="block">Parses the connection arguments from JNLP file given in the URL.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#pin(java.lang.Object)">pin(Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Increase reference count so much to effectively prevent de-allocation.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#pinClassLoader(java.lang.ClassLoader)">pinClassLoader(ClassLoader)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/Channel.html#pin(java.lang.Object)">Pin down</a> the exported classloader.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#ping">ping</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting"><span class="strong">PingThread</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Periodically perform a ping.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#PingThread(hudson.remoting.Channel, long, long)">PingThread(Channel, long, long)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#PingThread(hudson.remoting.Channel, long)">PingThread(Channel, long)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#PingThread(hudson.remoting.Channel)">PingThread(Channel)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Pipe.html" title="class in hudson.remoting"><span class="strong">Pipe</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Pipe for the remote <a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a> and the local program to talk to each other.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#PIPE_WINDOW_SIZE">PIPE_WINDOW_SIZE</a></span> - Static variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Default pipe window size.</div>
</dd>
<dt><a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward"><span class="strong">PortForwarder</span></a> - Class in <a href="./hudson/remoting/forward/package-summary.html">hudson.remoting.forward</a></dt>
<dd>
<div class="block">Port forwarder over a remote channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/PortForwarder.html#PortForwarder(int, hudson.remoting.forward.Forwarder)">PortForwarder(int, Forwarder)</a></span> - Constructor for class hudson.remoting.forward.<a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward">PortForwarder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#preloadJar(hudson.remoting.Callable, java.lang.Class...)">preloadJar(Callable&lt;?, ?&gt;, Class...)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Preloads jar files on the remote side.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#preloadJar(java.lang.ClassLoader, java.lang.Class...)">preloadJar(ClassLoader, Class...)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#preloadJar(java.lang.ClassLoader, java.net.URL...)">preloadJar(ClassLoader, URL...)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/ProxyException.html" title="class in hudson.remoting"><span class="strong">ProxyException</span></a> - Exception in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Used when the exception thrown by the remoted code cannot be serialized.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ProxyException.html#ProxyException(java.lang.Throwable)">ProxyException(Throwable)</a></span> - Constructor for exception hudson.remoting.<a href="./hudson/remoting/ProxyException.html" title="class in hudson.remoting">ProxyException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html#read()">read()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractSynchronousByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#read(java.io.InputStream)">read(InputStream)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>
<div class="block">The opposite operation of <a href="./hudson/remoting/Capability.html#writePreamble(java.io.OutputStream)"><code>Capability.writePreamble(OutputStream)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#read()">read()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedInputStream.html#read(byte[], int, int)">read(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedInputStream.html" title="class in hudson.remoting">FastPipedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#read()">read()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#read(byte[], int, int)">read(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html#readBlock(hudson.remoting.Channel)">readBlock(Channel)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractSynchronousByteArrayCommandTransport</a></dt>
<dd>
<div class="block">Read a byte[] from the underlying transport for the given channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/IReadResolve.html#readResolve()">readResolve()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/IReadResolve.html" title="interface in hudson.remoting">IReadResolve</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#remoteCapability">remoteCapability</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Capability of the remote <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>.</div>
</dd>
<dt><a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting"><span class="strong">RemoteInputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Wraps <code>InputStream</code> so that it can be sent over the remoting channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#RemoteInputStream(java.io.InputStream)">RemoteInputStream(InputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>
<div class="block">Short for <code>RemoteInputStream(core,true)</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#RemoteInputStream(java.io.InputStream, boolean)">RemoteInputStream(InputStream, boolean)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting"><span class="strong">RemoteOutputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>OutputStream</code> that can be sent over to the remote <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>,
 so that the remote <a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a> can write to a local <code>OutputStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#RemoteOutputStream(java.io.OutputStream)">RemoteOutputStream(OutputStream)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting"><span class="strong">RemoteWriter</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>Writer</code> that can be sent over to the remote <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a>,
 so that the remote <a href="./hudson/remoting/Callable.html" title="interface in hudson.remoting"><code>Callable</code></a> can write to a local <code>Writer</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#RemoteWriter(java.io.Writer)">RemoteWriter(Writer)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#removeListener(hudson.remoting.Channel.Listener)">removeListener(Channel.Listener)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Removes a listener.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#removeLocalExecutionInterceptor(hudson.remoting.CallableFilter)">removeLocalExecutionInterceptor(CallableFilter)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Rmoves the filter introduced by <a href="./hudson/remoting/Channel.html#addLocalExecutionInterceptor(hudson.remoting.CallableFilter)"><code>Channel.addLocalExecutionInterceptor(CallableFilter)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Base64.html#removeWhiteSpace(char[])">removeWhiteSpace(char[])</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/Base64.html" title="class in hudson.remoting">Base64</a></dt>
<dd>
<div class="block">remove WhiteSpace from MIME containing encoded Base64 data.</div>
</dd>
<dt><a href="./hudson/remoting/RequestAbortedException.html" title="class in hudson.remoting"><span class="strong">RequestAbortedException</span></a> - Exception in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Signals that the communication is aborted and thus
 the pending <code>Request</code> will never recover its <code>Response</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/RequestAbortedException.html#RequestAbortedException(java.lang.Throwable)">RequestAbortedException(Throwable)</a></span> - Constructor for exception hudson.remoting.<a href="./hudson/remoting/RequestAbortedException.html" title="class in hudson.remoting">RequestAbortedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#reset()">reset()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainDialog.html#resetMenuBar()">resetMenuBar()</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp">MainDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#resetPerformanceCounters()">resetPerformanceCounters()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Resets all the performance counters.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/ObjectInputStreamEx.html#resolveClass(java.io.ObjectStreamClass)">resolveClass(ObjectStreamClass)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/ObjectInputStreamEx.html" title="class in hudson.remoting">ObjectInputStreamEx</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/ObjectInputStreamEx.html#resolveProxyClass(java.lang.String[])">resolveProxyClass(String[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/ObjectInputStreamEx.html" title="class in hudson.remoting">ObjectInputStreamEx</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#resourceLoadingCount">resourceLoadingCount</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Total count of remote resource loading.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#resourceLoadingTime">resourceLoadingTime</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Total number of nanoseconds spent for remote resource loading.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#run()">run()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/forward/PortForwarder.html#run()">run()</a></span> - Method in class hudson.remoting.forward.<a href="./hudson/remoting/forward/PortForwarder.html" title="class in hudson.remoting.forward">PortForwarder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#run()">run()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/PingThread.html#run()">run()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/PingThread.html" title="class in hudson.remoting">PingThread</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#secret">secret</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#set(V)">set(V)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#set(java.lang.Throwable)">set(Throwable)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/ClassLoaderHolder.html#set(java.lang.ClassLoader)">set(ClassLoader)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/ClassLoaderHolder.html" title="class in hudson.remoting">ClassLoaderHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AsyncFutureImpl.html#setAsCancelled()">setAsCancelled()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AsyncFutureImpl.html" title="class in hudson.remoting">AsyncFutureImpl</a></dt>
<dd>
<div class="block">Marks this task as cancelled.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#setConnectTo(java.lang.String)">setConnectTo(String)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#setCredentials(java.lang.String)">setCredentials(String)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#setNoCertificateCheck(boolean)">setNoCertificateCheck(boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>
<div class="block">Bypass HTTPS security check by using free-for-all trust manager.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#setNoReconnect(boolean)">setNoReconnect(boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#setProperty(java.lang.Object, java.lang.Object)">setProperty(Object, Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Sets the property value on this side of the channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#setProperty(hudson.remoting.ChannelProperty, T)">setProperty(ChannelProperty&lt;T&gt;, T)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#setRestricted(boolean)">setRestricted(boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#setTextMode(boolean)">setTextMode(boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#setTunnel(java.lang.String)">setTunnel(String)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GUI.html#setUILookAndFeel()">setUILookAndFeel()</a></span> - Static method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GUI.html" title="class in hudson.remoting.jnlp">GUI</a></dt>
<dd>
<div class="block">Sets to the platform native look and feel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#setup(hudson.remoting.AbstractByteArrayCommandTransport.ByteArrayReceiver)">setup(AbstractByteArrayCommandTransport.ByteArrayReceiver)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>
<div class="block">Starts the transport.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#setup(hudson.remoting.Channel, hudson.remoting.CommandTransport.CommandReceiver)">setup(Channel, CommandTransport.CommandReceiver)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/CommandTransport.html#setup(hudson.remoting.Channel, hudson.remoting.CommandTransport.CommandReceiver)">setup(Channel, CommandTransport.CommandReceiver)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting">CommandTransport</a></dt>
<dd>
<div class="block">Starts the transport.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/SynchronousCommandTransport.html#setup(hudson.remoting.Channel, hudson.remoting.CommandTransport.CommandReceiver)">setup(Channel, CommandTransport.CommandReceiver)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SynchronousCommandTransport.html" title="class in hudson.remoting">SynchronousCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteInputStream.html#skip(long)">skip(long)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteInputStream.html" title="class in hudson.remoting">RemoteInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#slaveJnlpCredentials">slaveJnlpCredentials</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#slaveJnlpURL">slaveJnlpURL</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#slaveLog">slaveLog</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Engine.html#slaveName">slaveName</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Engine.html" title="class in hudson.remoting">Engine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/SocketInputStream.html" title="class in hudson.remoting"><span class="strong">SocketInputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>InputStream</code> connected to socket.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketInputStream.html#SocketInputStream(java.net.Socket)">SocketInputStream(Socket)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/SocketInputStream.html" title="class in hudson.remoting">SocketInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting"><span class="strong">SocketOutputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>InputStream</code> connected to socket.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketOutputStream.html#SocketOutputStream(java.net.Socket)">SocketOutputStream(Socket)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting">SocketOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting"><span class="strong">StandardOutputStream</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Hint that indicates that we are using <code>stdout</code> with fd=1 as the stream to write to for the channel.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#StandardOutputStream()">StandardOutputStream()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#startExportRecording()">startExportRecording()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/EngineListener.html#status(java.lang.String)">status(String)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting">EngineListener</a></dt>
<dd>
<div class="block">Status message that indicates the progress of the operation.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/EngineListener.html#status(java.lang.String, java.lang.Throwable)">status(String, Throwable)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/EngineListener.html" title="interface in hudson.remoting">EngineListener</a></dt>
<dd>
<div class="block">Status message, with additoinal stack trace that indicates an error that was recovered.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#status(java.lang.String)">status(String)</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GuiListener.html#status(java.lang.String, java.lang.Throwable)">status(String, Throwable)</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GuiListener.html" title="class in hudson.remoting.jnlp">GuiListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/MainDialog.html#status(java.lang.String)">status(String)</a></span> - Method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/MainDialog.html" title="class in hudson.remoting.jnlp">MainDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#supportsMultiClassLoaderRPC()">supportsMultiClassLoaderRPC()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>
<div class="block">Does this implementation supports multi-classloader serialization in
 <code>UserRequest</code>?</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Capability.html#supportsPipeThrottling()">supportsPipeThrottling()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Capability.html" title="class in hudson.remoting">Capability</a></dt>
<dd>
<div class="block">Does the implementation supports window size control over pipes?</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#swap(java.io.OutputStream)">swap(OutputStream)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>
<div class="block">Atomically swaps the underlying stream to another stream and returns it.</div>
</dd>
<dt><a href="./hudson/remoting/SynchronousCommandTransport.html" title="class in hudson.remoting"><span class="strong">SynchronousCommandTransport</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><a href="./hudson/remoting/CommandTransport.html" title="class in hudson.remoting"><code>CommandTransport</code></a> that implements the read operation in a synchronous fashion.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/SynchronousCommandTransport.html#SynchronousCommandTransport()">SynchronousCommandTransport()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/SynchronousCommandTransport.html" title="class in hudson.remoting">SynchronousCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#syncIO()">syncIO()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Blocks until all the I/O packets sent before this gets fully executed by the remote side, then return.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#syncLocalIO()">syncLocalIO()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/LocalChannel.html#syncLocalIO()">syncLocalIO()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/LocalChannel.html" title="class in hudson.remoting">LocalChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/VirtualChannel.html#syncLocalIO()">syncLocalIO()</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting">VirtualChannel</a></dt>
<dd>
<div class="block">Blocks until all the I/O packets sent from remote is fully locally executed, then return.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#tcpPortFile">tcpPortFile</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.ByteArrayReceiver.html#terminate(java.io.IOException)">terminate(IOException)</a></span> - Method in interface hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.ByteArrayReceiver.html" title="interface in hudson.remoting">AbstractByteArrayCommandTransport.ByteArrayReceiver</a></dt>
<dd>
<div class="block">See <code>CommandReceiver#handle(Command)</code> for details.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#terminate(java.io.IOException)">terminate(IOException)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Aborts the connection in response to an error.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/HexDump.html#toHex(byte[])">toHex(byte[])</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/HexDump.html" title="class in hudson.remoting">HexDump</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/HexDump.html#toHex(byte[], int, int)">toHex(byte[], int, int)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/HexDump.html" title="class in hudson.remoting">HexDump</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#toString()">toString()</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#tunnel">tunnel</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/ChannelProperty.html#type">type</a></span> - Variable in class hudson.remoting.<a href="./hudson/remoting/ChannelProperty.html" title="class in hudson.remoting">ChannelProperty</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./hudson/remoting/UnexportCommand.html" title="class in hudson.remoting"><span class="strong">UnexportCommand</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block"><code>Command</code> that unexports an object.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/UnexportCommand.html#UnexportCommand(int)">UnexportCommand(int)</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/UnexportCommand.html" title="class in hudson.remoting">UnexportCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#urls">urls</a></span> - Variable in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Mode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum hudson.remoting.<a href="./hudson/remoting/Channel.Mode.html" title="enum in hudson.remoting">Channel.Mode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Mode.html#values()">values()</a></span> - Static method in enum hudson.remoting.<a href="./hudson/remoting/Channel.Mode.html" title="enum in hudson.remoting">Channel.Mode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Launcher.html#VERSION">VERSION</a></span> - Static variable in class hudson.remoting.<a href="./hudson/remoting/Launcher.html" title="class in hudson.remoting">Launcher</a></dt>
<dd>
<div class="block">Version number of Hudson this slave.jar is from.</div>
</dd>
<dt><a href="./hudson/remoting/VirtualChannel.html" title="interface in hudson.remoting"><span class="strong">VirtualChannel</span></a> - Interface in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Virtualized <a href="./hudson/remoting/Channel.html" title="class in hudson.remoting"><code>Channel</code></a> that allows different implementations.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#waitForProperty(java.lang.Object)">waitForProperty(Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Works like <a href="./hudson/remoting/Channel.html#getProperty(java.lang.Object)"><code>Channel.getProperty(Object)</code></a> but wait until some value is set by someone.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#waitForProperty(hudson.remoting.ChannelProperty)">waitForProperty(ChannelProperty&lt;T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#waitForRemoteProperty(java.lang.Object)">waitForRemoteProperty(Object)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>
<div class="block">Gets the property set on the remote peer.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.html#waitForRemoteProperty(hudson.remoting.ChannelProperty)">waitForRemoteProperty(ChannelProperty&lt;T&gt;)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/Channel.html" title="class in hudson.remoting">Channel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./hudson/remoting/Which.html" title="class in hudson.remoting"><span class="strong">Which</span></a> - Class in <a href="./hudson/remoting/package-summary.html">hudson.remoting</a></dt>
<dd>
<div class="block">Locates where a given class is loaded from.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Which.html#Which()">Which()</a></span> - Constructor for class hudson.remoting.<a href="./hudson/remoting/Which.html" title="class in hudson.remoting">Which</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/BinarySafeStream.html#wrap(java.io.InputStream)">wrap(InputStream)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/BinarySafeStream.html" title="class in hudson.remoting">BinarySafeStream</a></dt>
<dd>
<div class="block">Decode binary safe stream.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/BinarySafeStream.html#wrap(java.io.OutputStream)">wrap(OutputStream)</a></span> - Static method in class hudson.remoting.<a href="./hudson/remoting/BinarySafeStream.html" title="class in hudson.remoting">BinarySafeStream</a></dt>
<dd>
<div class="block">Wraps an <code>OutputStream</code> to encoding <code>OutputStream</code>.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Mode.html#wrap(java.io.OutputStream)">wrap(OutputStream)</a></span> - Method in enum hudson.remoting.<a href="./hudson/remoting/Channel.Mode.html" title="enum in hudson.remoting">Channel.Mode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/Channel.Mode.html#wrap(java.io.InputStream)">wrap(InputStream)</a></span> - Method in enum hudson.remoting.<a href="./hudson/remoting/Channel.Mode.html" title="enum in hudson.remoting">Channel.Mode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/GUI.html#wrapInBackgroundImage(javax.swing.JComponent, javax.swing.Icon, int, int)">wrapInBackgroundImage(JComponent, Icon, int, int)</a></span> - Static method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/GUI.html" title="class in hudson.remoting.jnlp">GUI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#write(hudson.remoting.Command, boolean)">write(Command, boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html#write(hudson.remoting.Command, boolean)">write(Command, boolean)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractSynchronousByteArrayCommandTransport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#write(int)">write(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/FastPipedOutputStream.html#write(byte[], int, int)">write(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/FastPipedOutputStream.html" title="class in hudson.remoting">FastPipedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#write(int)">write(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteOutputStream.html#write(byte[], int, int)">write(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteOutputStream.html" title="class in hudson.remoting">RemoteOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#write(int)">write(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#write(char[])">write(char[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#write(char[], int, int)">write(char[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#write(java.lang.String)">write(String)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/RemoteWriter.html#write(java.lang.String, int, int)">write(String, int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/RemoteWriter.html" title="class in hudson.remoting">RemoteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketOutputStream.html#write(int)">write(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting">SocketOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting">SocketOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/SocketOutputStream.html#write(byte[], int, int)">write(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/SocketOutputStream.html" title="class in hudson.remoting">SocketOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#write(int)">write(int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/StandardOutputStream.html#write(byte[], int, int)">write(byte[], int, int)</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/StandardOutputStream.html" title="class in hudson.remoting">StandardOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractByteArrayCommandTransport.html#writeBlock(hudson.remoting.Channel, byte[])">writeBlock(Channel, byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractByteArrayCommandTransport</a></dt>
<dd>
<div class="block">Writes a byte[] to the transport.</div>
</dd>
<dt><span class="strong"><a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html#writeBlock(hudson.remoting.Channel, byte[])">writeBlock(Channel, byte[])</a></span> - Method in class hudson.remoting.<a href="./hudson/remoting/AbstractSynchronousByteArrayCommandTransport.html" title="class in hudson.remoting">AbstractSynchronousByteArrayCommandTransport</a></dt>
<dd>
<div class="block">Writes a byte[] to the transport.</div>
</dd>
</dl>
<a name="___">
<!--   -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="strong"><a href="./hudson/remoting/jnlp/Main.html#_main(java.lang.String[])">_main(String[])</a></span> - Static method in class hudson.remoting.jnlp.<a href="./hudson/remoting/jnlp/Main.html" title="class in hudson.remoting.jnlp">Main</a></dt>
<dd>
<div class="block">Main without the argument handling.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#___">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013. All Rights Reserved.</small></p>
</body>
</html>