|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--f00f.net.irc.martyr.FAQ
Some Frequenty Asked Questions.
Martyr is very verbose (for now) with its debugging output. You
can disable this by calling Debug.setDebugLevel( Debug.FAULT );
Command got divided into InCommand and OutCommand. Sorry about breaking the API, but Command's representation of two seperate ideas was getting to be a real pain.
Existing code using an expression such as (object instanceof Command) will still return true on command objects, however, the Command interface no longer defines much.
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| 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||