irclib.dflclient



class DflIrcClientException : irclib.client.IrcClientException;


this(char[] msg);


class DflIrcClient : irclib.client.IrcClient;
This class depends on Application.run() to dispatch events.

this(char[] serverHost, ushort serverPort);


this(char[] serverHostAndPort);
"server.host" or "server.host:port"

this();


protected void onHostResolveFail (char[] errmsg);


protected void prepareHostResolve (char[] host);


protected void onConnectFail (char[] errmsg);


protected void prepareConnection (InternetAddress ia);


protected void waitForEvent ();


final void abort ();
Aborts anything pending and ensures the connection is closed.

protected void serverDisconnected ();


Page was generated with on Sat Nov 3 13:52:20 2007