See: Description
| Class | Description |
|---|---|
| DefaultIRCConfig |
An immutable
IRCConfig. |
| DefaultIRCConnection |
The default implementation of
IRCConnection. |
| DefaultIRCRuntimeConfig |
An immutable
IRCRuntimeConfig. |
| DefaultIRCServerConfig |
An immutable
IRCServerConfig. |
| DefaultIRCSSLSupport |
An immutable
IRCSSLSupport with KeyManagers,
TrustManagers and SecureRandom configurable at creation time. |
| DefaultIRCUser |
An immutable
IRCUser. |
| SocketFactory |
IRClib is RFC1459 and RFC2812 compliant. It's licensed under the GNU Lesser General Public License, the Apache License 2.0 and the Eclipse Public License so that you can use and modify it for your purposes for free.
By instantiating the
class you can establish a new connection to an IRC server. The
IRCConnection informs your class
about lines coming from the server which are parsed by the
IRCEventListener. The
org.schwering.irc.lib.IRCParser is especially made for
channel-modes.org.schwering.irc.lib.IRCModeParser
To create a secure connection with SSL, instantiate the
.
org.schwering.irc.lib.ssl.SSLIRCConnection
This project's home page is available at http://moepii.sourceforge.net.
If you're using IRClib, write a mail to me so that I can put you on the using-IRClib-list!
Copyright © 2006–2015. All rights reserved.