|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object f00f.net.irc.martyr.A_FAQ
public class A_FAQ
Some Frequenty Asked Questions.
Martyr uses log4j.
Martyr does not directly support SOCKS, but it can work with an external
SOCKS library. IRCConnection
allows you to pass a custom
Socket
instance into the connect(...)
method.
Thus, a library such as jsocks is ideal for use with Martyr.
Note that while IRCConnection.connect
allows you to pass in
your own Socket
, AutoReconnect
does not
have a way to pass your own Socket
to
IRCConnection
on a reconnect. You can either subclass
AutoReconnect
and override the getSocket method, or
subclass IRCConnection and override connect.
IRCConnection
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |