This file is indexed.

/usr/share/doc/libirclib-java-doc/api/index-all.html is in libirclib-java-doc 1.10-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Wed May 04 20:43:29 UTC 2011 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2011-05-04">

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

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

</HEAD>

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


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

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


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

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html#accepted"><B>accepted</B></A> - 
Variable in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib.ssl">SSLDefaultTrustManager</A>
<DD>The <code>X509Certificate</code>s which are accepted.
<DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html#accepted"><B>accepted</B></A> - 
Variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib">SSLDefaultTrustManager</A>
<DD><B>Deprecated.</B>&nbsp;The <code>X509Certificate</code>s which are accepted.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ACTION_INDICATOR"><B>ACTION_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and shows that a PRIVMSG is an ACTION 
 (<code>/me</code>).
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#actionIndicator"><B>actionIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#addIRCEventListener(org.schwering.irc.lib.IRCEventListener)"><B>addIRCEventListener(IRCEventListener)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Adds a new <A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib"><CODE>IRCEventListener</CODE></A> which listens 
 for actions coming from the IRC server.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#addTrustManager(org.schwering.irc.lib.ssl.SSLTrustManager)"><B>addTrustManager(SSLTrustManager)</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Adds a new <code>SSLTrustManager</code>.
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#addTrustManager(com.sun.net.ssl.TrustManager)"><B>addTrustManager(TrustManager)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Adds a new <code>TrustManager</code>.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#BOLD_INDICATOR"><B>BOLD_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and shows that bold starts / ends.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#boldIndicator"><B>boldIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#close()"><B>close()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Close down the connection brutally.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#COLOR_END_INDICATOR"><B>COLOR_END_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and shows that bold, underline and colors 
 end.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#COLOR_INDICATOR"><B>COLOR_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and shows that a color-code starts / ends.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#COLOR_REVERSE_INDICATOR"><B>COLOR_REVERSE_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and indicates that the client's colors are 
 reversed (background -&gt; foreground and foreground -&gt; background).
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#colorEndIndicator"><B>colorEndIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#colorIndicator"><B>colorIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#colorReverseIndicator"><B>colorReverseIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#connect()"><B>connect()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Establish a connection to the server.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#connect()"><B>connect()</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Establish a connection to the server.
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#connect()"><B>connect()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Establish a connection to the server.<br />
 This method must be invoked to start a connection; the constructor doesn't 
 do that!<br />
 It tries all set ports until one is open.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doAway()"><B>doAway()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Removes away message.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doAway(java.lang.String)"><B>doAway(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Sets away message.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doInvite(java.lang.String, java.lang.String)"><B>doInvite(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Invites a user to a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doIson(java.lang.String)"><B>doIson(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Checks if one or more nicks are used on the server.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doJoin(java.lang.String)"><B>doJoin(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Joins a channel without a key.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doJoin(java.lang.String, java.lang.String)"><B>doJoin(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Joins a channel with a key.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doKick(java.lang.String, java.lang.String)"><B>doKick(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Kicks a user from a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doKick(java.lang.String, java.lang.String, java.lang.String)"><B>doKick(String, String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Kicks a user from a channel with a comment.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doList()"><B>doList()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Lists all channels with their topic and status.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doList(java.lang.String)"><B>doList(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Lists channel(s) with their topic and status.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doMode(java.lang.String)"><B>doMode(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requests a Reply 324 for the modes of a given channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doMode(java.lang.String, java.lang.String)"><B>doMode(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Sends a mode to the server.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doNames()"><B>doNames()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Lists all visible users.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doNames(java.lang.String)"><B>doNames(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Lists all visible users of (a) channel(s).
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doNick(java.lang.String)"><B>doNick(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Changes the nickname.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doNotice(java.lang.String, java.lang.String)"><B>doNotice(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Notices a message to a person or a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doPart(java.lang.String)"><B>doPart(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Parts from a given channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doPart(java.lang.String, java.lang.String)"><B>doPart(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Parts from a given channel with a given parg-msg.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doPong(java.lang.String)"><B>doPong(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Quits from the IRC server with a quit-msg.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doPrivmsg(java.lang.String, java.lang.String)"><B>doPrivmsg(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Sends a message to a person or a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doQuit()"><B>doQuit()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Quits from the IRC server.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doQuit(java.lang.String)"><B>doQuit(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Quits from the IRC server with a quit-msg.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doTopic(java.lang.String)"><B>doTopic(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requests the topic of a chan.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doTopic(java.lang.String, java.lang.String)"><B>doTopic(String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Changes the topic of a chan.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doUserhost(java.lang.String)"><B>doUserhost(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requires host-information about up to 5 users which must be listed and 
 divided by spaces.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doWho(java.lang.String)"><B>doWho(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requests information about users matching the given criteric, 
 for example a channel they are on.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doWhois(java.lang.String)"><B>doWhois(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requires information about an existing user.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#doWhowas(java.lang.String)"><B>doWhowas(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Requires host-information about a user, who is not connected anymore.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#encoding"><B>encoding</B></A> - 
Variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>The <code>String</code> contains the name of the character encoding used
 to talk to the server.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_ALREADYREGISTRED"><B>ERR_ALREADYREGISTRED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You may not reregister".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_BADCHANMASK"><B>ERR_BADCHANMASK</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_BADCHANNELKEY"><B>ERR_BADCHANNELKEY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:  "&lt;channel&gt; Cannot join channel (+k)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_BANNEDFROMCHAN"><B>ERR_BANNEDFROMCHAN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:  "&lt;channel&gt; Cannot join channel (+b)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_CANNOTSENDTOCHAN"><B>ERR_CANNOTSENDTOCHAN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel name&gt; Cannot send to channel".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_CANTKILLSERVER"><B>ERR_CANTKILLSERVER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You cant kill a server!".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_CHANNELISFULL"><B>ERR_CHANNELISFULL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:  "&lt;channel&gt; Cannot join channel (+l)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_CHANOPRIVSNEEDED"><B>ERR_CHANOPRIVSNEEDED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; You're not channel operator".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_ERRONEUSNICKNAME"><B>ERR_ERRONEUSNICKNAME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; Erroneus nickname".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_FILEERROR"><B>ERR_FILEERROR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "File error doing &lt;file op&gt; on &lt;file&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_INVITEONLYCHAN"><B>ERR_INVITEONLYCHAN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; Cannot join channel (+i)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_KEYSET"><B>ERR_KEYSET</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; Channel key already set".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NEEDMOREPARAMS"><B>ERR_NEEDMOREPARAMS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;command&gt; Not enough parameters".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NICKCOLLISION"><B>ERR_NICKCOLLISION</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; Nickname collision KILL".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NICKNAMEINUSE"><B>ERR_NICKNAMEINUSE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; Nickname is already in use".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOADMININFO"><B>ERR_NOADMININFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;server&gt; No administrative info available".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOLOGIN"><B>ERR_NOLOGIN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;user&gt; User not logged in".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOMOTD"><B>ERR_NOMOTD</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "MOTD File is missing".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NONICKNAMEGIVEN"><B>ERR_NONICKNAMEGIVEN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "No nickname given".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOOPERHOST"><B>ERR_NOOPERHOST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "No O-lines for your host".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOORIGIN"><B>ERR_NOORIGIN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "No origin specified".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOPERMFORHOST"><B>ERR_NOPERMFORHOST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Your host isn't among the privileged".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOPRIVILEGES"><B>ERR_NOPRIVILEGES</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:  "Permission Denied- You're not an IRC operator".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NORECIPIENT"><B>ERR_NORECIPIENT</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "No recipient given (&lt;command&gt;)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOSERVICEHOST"><B>ERR_NOSERVICEHOST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOSUCHCHANNEL"><B>ERR_NOSUCHCHANNEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel name&gt; No such channel".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOSUCHNICK"><B>ERR_NOSUCHNICK</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Used to indicate the nickname parameter supplied to 
 a command is currently unused.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOSUCHSERVER"><B>ERR_NOSUCHSERVER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;server name&gt; No such server".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOTEXTTOSEND"><B>ERR_NOTEXTTOSEND</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "No text to send".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOTONCHANNEL"><B>ERR_NOTONCHANNEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; You're not on that channel".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOTOPLEVEL"><B>ERR_NOTOPLEVEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;mask&gt; No toplevel domain specified".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_NOTREGISTERED"><B>ERR_NOTREGISTERED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You have not registered".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_PASSWDMISMATCH"><B>ERR_PASSWDMISMATCH</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Password incorrect".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_SUMMONDISABLED"><B>ERR_SUMMONDISABLED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "SUMMON has been disabled".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_TOOMANYCHANNELS"><B>ERR_TOOMANYCHANNELS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel name&gt; You have joined too many
 channels".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_TOOMANYTARGETS"><B>ERR_TOOMANYTARGETS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;target&gt; Duplicate recipients.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_UMODEUNKNOWNFLAG"><B>ERR_UMODEUNKNOWNFLAG</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Unknown MODE flag".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_UNKNOWNCOMMAND"><B>ERR_UNKNOWNCOMMAND</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;command&gt; Unknown command".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_UNKNOWNMODE"><B>ERR_UNKNOWNMODE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:  "&lt;char&gt; is unknown mode char to me".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_USERNOTINCHANNEL"><B>ERR_USERNOTINCHANNEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;channel&gt; They aren't on that channel".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_USERONCHANNEL"><B>ERR_USERONCHANNEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;user&gt; &lt;channel&gt; is already on channel".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_USERSDISABLED"><B>ERR_USERSDISABLED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "USERS has been disabled".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_USERSDONTMATCH"><B>ERR_USERSDONTMATCH</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Cant change mode for other users".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_WASNOSUCHNICK"><B>ERR_WASNOSUCHNICK</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nickname&gt; There was no such nickname".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_WILDTOPLEVEL"><B>ERR_WILDTOPLEVEL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;mask&gt; Wildcard in toplevel domain".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_YOUREBANNEDCREEP"><B>ERR_YOUREBANNEDCREEP</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You are banned from this server".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#ERR_YOUWILLBEBANNED"><B>ERR_YOUWILLBEBANNED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html#getAcceptedIssuers()"><B>getAcceptedIssuers()</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib.ssl">SSLDefaultTrustManager</A>
<DD>Returns the accepted certificates.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLTrustManager.html#getAcceptedIssuers()"><B>getAcceptedIssuers()</B></A> - 
Method in interface org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLTrustManager.html" title="interface in org.schwering.irc.lib.ssl">SSLTrustManager</A>
<DD>Return an array of certificate authority certificates which are trusted 
 for authenticating peers.
<DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html#getAcceptedIssuers()"><B>getAcceptedIssuers()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib">SSLDefaultTrustManager</A>
<DD><B>Deprecated.</B>&nbsp;Returns the accepted certificates.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#getArgAt(int)"><B>getArgAt(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Returns the nick of a given index.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getColors()"><B>getColors()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Indicates whether colors are stripped out or not.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getCommand()"><B>getCommand()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the line's command.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#getCount()"><B>getCount()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Returns count of modes.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the encoding of the socket.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getHost()"><B>getHost()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the server of this instance.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getHost()"><B>getHost()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the host of the person who sent the line.<br />
 It is found in the prefix which always looks like that:<br />
 <code>
 &lt;servername&gt; | &lt;nick&gt; 
 [ '!' &lt;username&gt; ] [ '@' &lt;host&gt; ]
 </code><br /><br />
 If the host is not specified, this method returns <code>null</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#getHost()"><B>getHost()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Returns the host of the person who sent the line.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#getLine()"><B>getLine()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Returns the line as it was sent from the IRC server.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getLine()"><B>getLine()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the unparsed line.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getMiddle()"><B>getMiddle()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the line's middle.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#getModeAt(int)"><B>getModeAt(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Returns the mode (for example <code>o</code>, <code>v</code>, 
 <code>m</code>, <code>i</code>) of a given index.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getNick()"><B>getNick()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the nickname of this instance.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getNick()"><B>getNick()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the nickname of the person who sent the line 
 or the servername of the server which sent the line.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#getNick()"><B>getNick()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Returns the nickname of the person who sent the line 
 or the servername of the server which sent the line.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#getOperatorAt(int)"><B>getOperatorAt(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Returns the operator (<code>+</code> or <code>-</code>) of a given index.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getParameter(int)"><B>getParameter(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Get one parameter of the line.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getParameterCount()"><B>getParameterCount()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Gets count of parameters.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getParameters()"><B>getParameters()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the line's parameters which consists of the middle and the 
 trailing.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getParametersFrom(int)"><B>getParametersFrom(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Grabs the line's parameters from the <code>i</code>th to the last 
 parameter (including the <code>i</code>th).
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getParametersTo(int)"><B>getParametersTo(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Grabs the line's parameters from the first to the <code>i</code>th 
 parameters (including the <code>i</code>th).
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getPassword()"><B>getPassword()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the password of this instance.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getPong()"><B>getPong()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Indicates whether automatic PING? PONG! is enabled or not.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getPort()"><B>getPort()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the port to which the <code>IRCConnection</code> connected, or 
 <code>0</code> if the connection failed or wasn't tried yet.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getPorts()"><B>getPorts()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns all ports to which the <code>IRCConnection</code> is going to try
 or has tried to connect to.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getPrefix()"><B>getPrefix()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the line's prefix.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getRealname()"><B>getRealname()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the realname of this instance.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getServername()"><B>getServername()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the servername of the server which sent the line 
 or the nickname of the person who sent the line.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#getServername()"><B>getServername()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Returns the servername of the server which sent the line or the nickname of
 the person who sent the line.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getTimeout()"><B>getTimeout()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the timeout of the socket.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getTrailing()"><B>getTrailing()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the line's trailing.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#getTrustManagers()"><B>getTrustManagers()</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Returns the set <code>SSLTrustManager</code>s.
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#getTrustManagers()"><B>getTrustManagers()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Returns the set <code>TrustManager</code>s.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getUser()"><B>getUser()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns a new <code>IRCUser</code> object.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#getUsername()"><B>getUsername()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Returns the username of this instance.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#getUsername()"><B>getUsername()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Returns the username of the person who sent the line.<br />
 It is found in the prefix which always looks like that:<br />
 <code>
 &lt;servername&gt; | &lt;nick&gt; 
 [ '!' &lt;username&gt; ] [ '@' &lt;host&gt; ]
 </code><br /><br />
 If the username is not specified, this method returns <code>null</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#getUsername()"><B>getUsername()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Returns the username of the person who sent the line.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#host"><B>host</B></A> - 
Variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>The host of the IRC server.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib"><B>IRCConnection</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Creates a new connection to an IRC server.<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#IRCConnection(java.lang.String, int[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>IRCConnection(String, int[], String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Creates a new IRC connection.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#IRCConnection(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>IRCConnection(String, int, int, String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Creates a new IRC connection.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib"><B>IRCConstants</B></A> - Interface in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Contains constants: reply codes, error codes and mIRC color codes.<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib"><B>IRCEventAdapter</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Adapts the events of the <code>IRCEventListener</code> interface.<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#IRCEventAdapter()"><B>IRCEventAdapter()</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>The default and only constructor does nothing.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib"><B>IRCEventListener</B></A> - Interface in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Used as listener for incoming events like messages.<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib"><B>IRCModeParser</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Parses channel-modes.<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#IRCModeParser(java.lang.String)"><B>IRCModeParser(String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Analyzes the modes and parses them into the parts operators (<code>+</code>
 or <code>-</code>), modes (one character) and optional arguments (one 
 word or number).
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#IRCModeParser(java.lang.String, java.lang.String)"><B>IRCModeParser(String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Analyzes the modes and parses them into the parts operators (<code>+</code>
 or <code>-</code>), modes (one character) and optional arguments (one 
 word or number).
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib"><B>IRCParser</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Parses a line sent from the IRC server.<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#IRCParser(java.lang.String)"><B>IRCParser(String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Parses the line after erasing all mIRC color codes.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#IRCParser(java.lang.String, boolean)"><B>IRCParser(String, boolean)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>The main constructor.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib"><B>IRCUser</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Holds variables for the nick, username and host of a user.<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#IRCUser(java.lang.String, java.lang.String, java.lang.String)"><B>IRCUser(String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Creates a new <code>IRCUser</code> object.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib"><B>IRCUtil</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD>Contains some utilities like numeric error and reply numbers.<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#isChan(java.lang.String)"><B>isChan(String)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>According to RFC2812 the channel's name may and must start with one of the
 following characters.
<DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html#isClientTrusted(java.security.cert.X509Certificate[])"><B>isClientTrusted(X509Certificate[])</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib">SSLDefaultTrustManager</A>
<DD><B>Deprecated.</B>&nbsp;Does nothing.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#isConnected()"><B>isConnected()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Tells whether there's a connection to the IRC network or not.
<DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html#isServerTrusted(java.security.cert.X509Certificate[])"><B>isServerTrusted(X509Certificate[])</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib">SSLDefaultTrustManager</A>
<DD><B>Deprecated.</B>&nbsp;Invoked when the client should check whether he trusts the server or not.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html#isTrusted(java.security.cert.X509Certificate[])"><B>isTrusted(X509Certificate[])</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib.ssl">SSLDefaultTrustManager</A>
<DD>Trusts the complete certificate chain and returns <code>true</code>.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLTrustManager.html#isTrusted(java.security.cert.X509Certificate[])"><B>isTrusted(X509Certificate[])</B></A> - 
Method in interface org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLTrustManager.html" title="interface in org.schwering.irc.lib.ssl">SSLTrustManager</A>
<DD>Checks whether the server is trusted or not.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#level"><B>level</B></A> - 
Variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>This is like a UNIX-runlevel.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onDisconnected()"><B>onDisconnected()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when the own connection is broken.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onDisconnected()"><B>onDisconnected()</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when the own connection is broken.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onError(java.lang.String)"><B>onError(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when an <code>ERROR</code> command is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onError(int, java.lang.String)"><B>onError(int, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when a numeric error is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onError(java.lang.String)"><B>onError(String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when an <code>ERROR</code> command is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onError(int, java.lang.String)"><B>onError(int, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when a numeric error is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onInvite(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onInvite(String, IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody is invited to a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onInvite(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onInvite(String, IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody is invited to a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onJoin(java.lang.String, org.schwering.irc.lib.IRCUser)"><B>onJoin(String, IRCUser)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody joins a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onJoin(java.lang.String, org.schwering.irc.lib.IRCUser)"><B>onJoin(String, IRCUser)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody joins a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onKick(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String, java.lang.String)"><B>onKick(String, IRCUser, String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody is kicked from a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onKick(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String, java.lang.String)"><B>onKick(String, IRCUser, String, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody is kicked from a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onMode(java.lang.String, org.schwering.irc.lib.IRCUser, org.schwering.irc.lib.IRCModeParser)"><B>onMode(String, IRCUser, IRCModeParser)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when an operator changes the modes of a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onMode(org.schwering.irc.lib.IRCUser, java.lang.String, java.lang.String)"><B>onMode(IRCUser, String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody changes somebody's usermodes.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onMode(java.lang.String, org.schwering.irc.lib.IRCUser, org.schwering.irc.lib.IRCModeParser)"><B>onMode(String, IRCUser, IRCModeParser)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when an operator changes the modes of a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onMode(org.schwering.irc.lib.IRCUser, java.lang.String, java.lang.String)"><B>onMode(IRCUser, String, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody changes somebody's usermodes.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onNick(org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onNick(IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody changes his nickname successfully.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onNick(org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onNick(IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody changes his nickname successfully.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onNotice(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onNotice(String, IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody sends a <code>NOTICE</code> to a user or a group.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onNotice(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onNotice(String, IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody sends a <code>NOTICE</code> to a user or a group.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onPart(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onPart(String, IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody parts from a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onPart(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onPart(String, IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody parts from a channel.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onPing(java.lang.String)"><B>onPing(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when a <code>PING</code> comes in.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onPing(java.lang.String)"><B>onPing(String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when a <code>PING</code> comes in.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onPrivmsg(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onPrivmsg(String, IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when a user sends a <code>PRIVMSG</code> to a user or to a
 group.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onPrivmsg(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onPrivmsg(String, IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when a user sends a <code>PRIVMSG</code> to a user or to a
 group.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onQuit(org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onQuit(IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when somebody quits from the network.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onQuit(org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onQuit(IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when somebody quits from the network.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onRegistered()"><B>onRegistered()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when the own connection is successfully established.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onRegistered()"><B>onRegistered()</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when the own connection is successfully established.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onReply(int, java.lang.String, java.lang.String)"><B>onReply(int, String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when a numeric reply is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onReply(int, java.lang.String, java.lang.String)"><B>onReply(int, String, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when a numeric reply is received.
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#onTopic(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onTopic(String, IRCUser, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>Fired when the topic is changed by operators.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#onTopic(java.lang.String, org.schwering.irc.lib.IRCUser, java.lang.String)"><B>onTopic(String, IRCUser, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>Fired when the topic is changed by operators.
<DT><A HREF="./org/schwering/irc/lib/package-summary.html"><B>org.schwering.irc.lib</B></A> - package org.schwering.irc.lib<DD>IRClib is a library for the client-side of IRC (Internet Relay Chat) 
connections.<DT><A HREF="./org/schwering/irc/lib/ssl/package-summary.html"><B>org.schwering.irc.lib.ssl</B></A> - package org.schwering.irc.lib.ssl<DD>Provides support for secure IRC connections.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#parseColors(java.lang.String)"><B>parseColors(String)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>Erases the mIRC colorcodes from a String.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#parseColors(java.lang.StringBuffer)"><B>parseColors(StringBuffer)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>Erases the mIRC colorcodes from a String.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#parseInt(java.lang.String)"><B>parseInt(String)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>Parses a <code>String</code> to an <code>int</code> via
 <code>Integer.parseInt</code> but avoids the
 <code>NumberFormatException</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#ports"><B>ports</B></A> - 
Variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>The <code>int[]</code> contains all ports to which we are going to try to
 connect.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#prepare(java.net.Socket)"><B>prepare(Socket)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Invoked by the <code>connect</code> method, this method prepares the 
 connection.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#protocol"><B>protocol</B></A> - 
Static variable in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>The SSL protocol of choice.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#removeIRCEventListener(org.schwering.irc.lib.IRCEventListener)"><B>removeIRCEventListener(IRCEventListener)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Removes the first occurence of the given 
 <A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib"><CODE>IRCEventListener</CODE></A> from the listener-vector.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#removeTrustManager(org.schwering.irc.lib.ssl.SSLTrustManager)"><B>removeTrustManager(SSLTrustManager)</B></A> - 
Method in class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Removes one <code>SSLTrustManager</code>.
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#removeTrustManager(com.sun.net.ssl.TrustManager)"><B>removeTrustManager(TrustManager)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Removes one <code>TrustManager</code>.<br />
 Please remind that we're talking here about 
 <code>com.sun.net.ssl.TrustManager</code>s of the JSSE API and not the 
 <code>javax.net.ssl.TrustManager</code>s of the Java 1.4 API!
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ADMINEMAIL"><B>RPL_ADMINEMAIL</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;admin info&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ADMINLOC1"><B>RPL_ADMINLOC1</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;admin info&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ADMINLOC2"><B>RPL_ADMINLOC2</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;admin info&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ADMINME"><B>RPL_ADMINME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;server&gt; Administrative info".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_AUTHNAME"><B>RPL_AUTHNAME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;authname&gt; is authed as"<br />
 This is part of /WHOIS on many servers which provide bots to authenticate.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_AWAY"><B>RPL_AWAY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;away message&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_BANLIST"><B>RPL_BANLIST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;banid&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_CHANNELMODEIS"><B>RPL_CHANNELMODEIS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;mode&gt; &lt;mode params&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_CLOSEEND"><B>RPL_CLOSEEND</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_CLOSING"><B>RPL_CLOSING</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_CREATED"><B>RPL_CREATED</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Usually the first replies when you're connected.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFBANLIST"><B>RPL_ENDOFBANLIST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; End of channel ban list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFINFO"><B>RPL_ENDOFINFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "End of /INFO list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFLINKS"><B>RPL_ENDOFLINKS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;mask&gt; End of /LINKS list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFMOTD"><B>RPL_ENDOFMOTD</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "End of /MOTD command".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFNAMES"><B>RPL_ENDOFNAMES</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; End of /NAMES list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFSERVICES"><B>RPL_ENDOFSERVICES</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFSTATS"><B>RPL_ENDOFSTATS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;stats letter&gt; End of /STATS report".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFUSERS"><B>RPL_ENDOFUSERS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "End of users".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFWHO"><B>RPL_ENDOFWHO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;name&gt; End of /WHO list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFWHOIS"><B>RPL_ENDOFWHOIS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; End of /WHOIS list".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ENDOFWHOWAS"><B>RPL_ENDOFWHOWAS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; End of WHOWAS".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_INFO"><B>RPL_INFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;string&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_INFOSTART"><B>RPL_INFOSTART</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_INVITING"><B>RPL_INVITING</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;nick&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ISON"><B>RPL_ISON</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "[&lt;nick&gt; {&lt;space&gt;&lt;nick&gt;}]".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_ISUPPORT"><B>RPL_ISUPPORT</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Usually the first replies when you're connected.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_KILLDONE"><B>RPL_KILLDONE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LINKS"><B>RPL_LINKS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;mask&gt; &lt;server&gt; &lt;hopcount&gt; &lt;server info&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LIST"><B>RPL_LIST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;# visible&gt; &lt;topic&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LISTEND"><B>RPL_LISTEND</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "End of /LIST".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LISTSTART"><B>RPL_LISTSTART</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Channel Users  Name".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LUSERCHANNELS"><B>RPL_LUSERCHANNELS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;integer&gt; channels formed".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LUSERCLIENT"><B>RPL_LUSERCLIENT</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format:   "There are &lt;integer&gt; users and &lt;integer&gt; 
 invisible on &lt;integer&gt; servers".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LUSERME"><B>RPL_LUSERME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "I have &lt;integer&gt; clients and &lt;integer&gt; 
 servers".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LUSEROP"><B>RPL_LUSEROP</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;integer&gt; operator(s) online".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_LUSERUNKNOWN"><B>RPL_LUSERUNKNOWN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;integer&gt; unknown connection(s)".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_MOTD"><B>RPL_MOTD</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "- &lt;text&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_MOTDSTART"><B>RPL_MOTDSTART</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "- &lt;server&gt; Message of the day - ".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_MYINFO"><B>RPL_MYINFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Usually the first replies when you're connected.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_MYPORTIS"><B>RPL_MYPORTIS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_NAMREPLY"><B>RPL_NAMREPLY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; [[@|+]&lt;nick&gt; [[@|+]&lt;nick&gt; 
 [...]]]".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_NONE"><B>RPL_NONE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Dummy reply number.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_NOTOPIC"><B>RPL_NOTOPIC</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; No topic is set".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_NOUSERS"><B>RPL_NOUSERS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Nobody logged in".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_NOWAWAY"><B>RPL_NOWAWAY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You have been marked as being away".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_REHASHING"><B>RPL_REHASHING</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;config file&gt; Rehashing".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_SERVICE"><B>RPL_SERVICE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_SERVICEINFO"><B>RPL_SERVICEINFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_SERVLIST"><B>RPL_SERVLIST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_SERVLISTEND"><B>RPL_SERVLISTEND</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSCLINE"><B>RPL_STATSCLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "C &lt;host&gt; * &lt;name&gt; &lt;port&gt; &lt;class&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSCOMMANDS"><B>RPL_STATSCOMMANDS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;command&gt; &lt;count&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSHLINE"><B>RPL_STATSHLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "H &lt;hostmask&gt; * &lt;servername&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSILINE"><B>RPL_STATSILINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "I &lt;host&gt; * &lt;host&gt; &lt;port&gt; &lt;class&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSKLINE"><B>RPL_STATSKLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "K &lt;host&gt; * &lt;username&gt; &lt;port&gt; &lt;class&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSLINKINFO"><B>RPL_STATSLINKINFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;linkname&gt; &lt;sendq&gt; &lt;sent messages&gt; 
 &lt;sent bytes&gt; &lt;received messages&gt; 
 &lt;received bytes&gt; &lt;time open&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSLLINE"><B>RPL_STATSLLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "L &lt;hostmask&gt; * &lt;servername&gt; &lt;maxdepth&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSNLINE"><B>RPL_STATSNLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "N &lt;host&gt; * &lt;name&gt; &lt;port&gt; &lt;class&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSOLINE"><B>RPL_STATSOLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "O &lt;hostmask&gt; * &lt;name&gt;"
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSQLINE"><B>RPL_STATSQLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSUPTIME"><B>RPL_STATSUPTIME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Server Up %d days %d:%02d:%02d".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_STATSYLINE"><B>RPL_STATSYLINE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Y &lt;class&gt; &lt;ping frequency&gt; &lt;connect 
 frequency&gt; &lt;max sendq&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_SUMMONING"><B>RPL_SUMMONING</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;user&gt; Summoning user to IRC".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TIME"><B>RPL_TIME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;server&gt; &lt;string showing server's local time&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TOPIC"><B>RPL_TOPIC</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;topic&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TOPICINFO"><B>RPL_TOPICINFO</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;nick-who-set-topic&gt; &lt;seconds&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACECLASS"><B>RPL_TRACECLASS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACECONNECTING"><B>RPL_TRACECONNECTING</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Try.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACEHANDSHAKE"><B>RPL_TRACEHANDSHAKE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "H.S.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACELINK"><B>RPL_TRACELINK</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Link &lt;version & debug level&gt; &lt;destination&gt; 
 &lt;next server&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACELOG"><B>RPL_TRACELOG</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "File &lt;logfile&gt; &lt;debug level&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACENEWTYPE"><B>RPL_TRACENEWTYPE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;newtype&gt; 0 &lt;client name&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACEOPERATOR"><B>RPL_TRACEOPERATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Oper &lt;class&gt; &lt;nick&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACESERVER"><B>RPL_TRACESERVER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "Serv &lt;class&gt; &lt;int&gt;S &lt;int&gt;C &lt;server&gt;
 &lt;nick!user|*!*&gt;@&lt;host|server&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACEUNKNOWN"><B>RPL_TRACEUNKNOWN</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "???? &lt;class&gt; [&lt;client IP address in dot form&gt;]".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_TRACEUSER"><B>RPL_TRACEUSER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "User &lt;class&gt; &lt;nick&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_UMODEIS"><B>RPL_UMODEIS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;user mode string&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_UNAWAY"><B>RPL_UNAWAY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You are no longer marked as being away".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_USERHOST"><B>RPL_USERHOST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "[&lt;reply&gt;{&lt;space&gt;&lt;reply&gt;}]".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_USERS"><B>RPL_USERS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "%-8s %-9s %-8s".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_USERSSTART"><B>RPL_USERSSTART</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "UserID   Terminal  Host".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_VERSION"><B>RPL_VERSION</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;version&gt;.&lt;debuglevel&gt; &lt;server&gt; 
 &lt;comments&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WELCOME"><B>RPL_WELCOME</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Usually the first replies when you're connected.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISCHANNELS"><B>RPL_WHOISCHANNELS</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; {[@|+]&lt;channel&gt;&lt;space&gt;}".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISCHANOP"><B>RPL_WHOISCHANOP</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This numeric is no longer in use, reserved for future planned use or
 anything else.
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISIDLE"><B>RPL_WHOISIDLE</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;integer&gt; seconds idle".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISOPERATOR"><B>RPL_WHOISOPERATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; is an IRC operator".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISSERVER"><B>RPL_WHOISSERVER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;server&gt; &lt;server info&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOISUSER"><B>RPL_WHOISUSER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;user&gt; &lt;host&gt; * :&lt;real name&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOREPLY"><B>RPL_WHOREPLY</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;channel&gt; &lt;user&gt; &lt;host&gt; &lt;server&gt; 
 &lt;nick&gt; &lt;H|G&gt;[*][@|+] &lt;hopcount&gt; &lt;real name&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_WHOWASUSER"><B>RPL_WHOWASUSER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "&lt;nick&gt; &lt;user&gt; &lt;host&gt; * &lt;real name&gt;".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_YOUREOPER"><B>RPL_YOUREOPER</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Format: "You are now an IRC operator".
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#RPL_YOURHOST"><B>RPL_YOURHOST</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>Usually the first replies when you're connected.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#run()"><B>run()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>The <code>Thread</code> is started by the <code>connect</code> method.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#send(java.lang.String)"><B>send(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Sends a String to the server.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#setColors(boolean)"><B>setColors(boolean)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Enables or disables the mIRC colorcodes.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Changes the character encoding used to talk to the server.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#setPong(boolean)"><B>setPong(boolean)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Enables or disables the automatic PING? PONG! support.
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#setTimeout(int)"><B>setTimeout(int)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Sets the connection's timeout in milliseconds.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#split(java.lang.String, int, java.lang.String)"><B>split(String, int, String)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>Splits a string into substrings.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#split(java.lang.String, int)"><B>split(String, int)</B></A> - 
Static method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD>Splits a string into substrings.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib.ssl"><B>SSLDefaultTrustManager</B></A> - Class in <A HREF="./org/schwering/irc/lib/ssl/package-summary.html">org.schwering.irc.lib.ssl</A><DD>The default <code>TrustManager</code> of the 
 <code>SSLIRCConnection</code>.<DT><A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html#SSLDefaultTrustManager()"><B>SSLDefaultTrustManager()</B></A> - 
Constructor for class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib.ssl">SSLDefaultTrustManager</A>
<DD>&nbsp;
<DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib"><B>SSLDefaultTrustManager</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD><B>Deprecated.</B>&nbsp;<I>This class has been replaced with 
 <code>org.schwering.irc.lib.ssl.SSLDefaultTrustManager</code>.</I><DT><A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html#SSLDefaultTrustManager()"><B>SSLDefaultTrustManager()</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLDefaultTrustManager.html" title="class in org.schwering.irc.lib">SSLDefaultTrustManager</A>
<DD><B>Deprecated.</B>&nbsp;Creates a new instance of the <code>SSLDefaultTrustManager</code> class.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl"><B>SSLIRCConnection</B></A> - Class in <A HREF="./org/schwering/irc/lib/ssl/package-summary.html">org.schwering.irc.lib.ssl</A><DD>The SSL extension of the <code>IRCConnection</code> class.<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#SSLIRCConnection(java.lang.String, int[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>SSLIRCConnection(String, int[], String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Creates a new IRC connection with secure sockets (SSL).
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html#SSLIRCConnection(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>SSLIRCConnection(String, int, int, String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLIRCConnection.html" title="class in org.schwering.irc.lib.ssl">SSLIRCConnection</A>
<DD>Creates a new IRC connection with secure sockets (SSL).
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib"><B>SSLIRCConnection</B></A> - Class in <A HREF="./org/schwering/irc/lib/package-summary.html">org.schwering.irc.lib</A><DD><B>Deprecated.</B>&nbsp;<I>This class has been replaced with 
 <code>org.schwering.irc.lib.ssl.SSLDefaultTrustManager</code>.</I><DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#SSLIRCConnection(java.lang.String, int[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>SSLIRCConnection(String, int[], String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Creates a new IRC connection with secure sockets (SSL).<br />
 The difference to the other constructor is, that it transmits the ports in
 an <code>int[]</code>.
<DT><A HREF="./org/schwering/irc/lib/SSLIRCConnection.html#SSLIRCConnection(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>SSLIRCConnection(String, int, int, String, String, String, String)</B></A> - 
Constructor for class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/SSLIRCConnection.html" title="class in org.schwering.irc.lib">SSLIRCConnection</A>
<DD><B>Deprecated.</B>&nbsp;Creates a new IRC connection with secure sockets (SSL).<br />
 The difference to the other constructor is, that it transmits the ports as
 two <code>int</code>s.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLNotSupportedException.html" title="class in org.schwering.irc.lib.ssl"><B>SSLNotSupportedException</B></A> - Exception in <A HREF="./org/schwering/irc/lib/ssl/package-summary.html">org.schwering.irc.lib.ssl</A><DD>Indicates that SSL is not supported.<DT><A HREF="./org/schwering/irc/lib/ssl/SSLNotSupportedException.html#SSLNotSupportedException()"><B>SSLNotSupportedException()</B></A> - 
Constructor for exception org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLNotSupportedException.html" title="class in org.schwering.irc.lib.ssl">SSLNotSupportedException</A>
<DD>Empty exception.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLNotSupportedException.html#SSLNotSupportedException(java.lang.String)"><B>SSLNotSupportedException(String)</B></A> - 
Constructor for exception org.schwering.irc.lib.ssl.<A HREF="./org/schwering/irc/lib/ssl/SSLNotSupportedException.html" title="class in org.schwering.irc.lib.ssl">SSLNotSupportedException</A>
<DD>Creates an exception with description.
<DT><A HREF="./org/schwering/irc/lib/ssl/SSLTrustManager.html" title="interface in org.schwering.irc.lib.ssl"><B>SSLTrustManager</B></A> - Interface in <A HREF="./org/schwering/irc/lib/ssl/package-summary.html">org.schwering.irc.lib.ssl</A><DD>A trust manager decides whether the server is trusted or not.</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConnection.html#toString()"><B>toString()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConnection.html" title="class in org.schwering.irc.lib">IRCConnection</A>
<DD>Generates a <code>String</code> with some information about the instance of
 <code>IRCConnection</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCModeParser.html#toString()"><B>toString()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCModeParser.html" title="class in org.schwering.irc.lib">IRCModeParser</A>
<DD>Generates a <code>String</code> with some information about the instance of
 <code>IRCModeParser</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCParser.html#toString()"><B>toString()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCParser.html" title="class in org.schwering.irc.lib">IRCParser</A>
<DD>Generates a <code>String</code> with some information about the instance of
 <code>IRCParser</code>.<br />
 Its format is: <code>classname[prefix,command,middle,trailing]</code>.
<DT><A HREF="./org/schwering/irc/lib/IRCUser.html#toString()"><B>toString()</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUser.html" title="class in org.schwering.irc.lib">IRCUser</A>
<DD>Returns the nickname.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/schwering/irc/lib/IRCConstants.html#UNDERLINE_INDICATOR"><B>UNDERLINE_INDICATOR</B></A> - 
Static variable in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCConstants.html" title="interface in org.schwering.irc.lib">IRCConstants</A>
<DD>This is part of the mIRC code and shows that bold starts / ends.
<DT><A HREF="./org/schwering/irc/lib/IRCUtil.html#underlinedIndicator"><B>underlinedIndicator</B></A> - 
Static variable in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCUtil.html" title="class in org.schwering.irc.lib">IRCUtil</A>
<DD><B>Deprecated.</B>&nbsp;<I>Moved to <code>IRCConstants</code>.</I>
<DT><A HREF="./org/schwering/irc/lib/IRCEventAdapter.html#unknown(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>unknown(String, String, String, String)</B></A> - 
Method in class org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventAdapter.html" title="class in org.schwering.irc.lib">IRCEventAdapter</A>
<DD>This event is fired when the incoming line can not be identified as a known
 event.
<DT><A HREF="./org/schwering/irc/lib/IRCEventListener.html#unknown(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>unknown(String, String, String, String)</B></A> - 
Method in interface org.schwering.irc.lib.<A HREF="./org/schwering/irc/lib/IRCEventListener.html" title="interface in org.schwering.irc.lib">IRCEventListener</A>
<DD>This event is fired when the incoming line can not be identified as a known
 event.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> 

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

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


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

<HR>

</BODY>
</HTML>