> And now, back from my vacation, I bring a gift of source code to the Freenet
> community.

Yay!

> Anyways, I decided not to use SimplifiedClient for the request/insert stuff
> because it's not flexible enough.  Instead, I've created my own wrapper for

I'd like feedback on the deficiencies of SimplifiedClient so that I can
make it better.

> Freenet.client.InsertClient and Freenet.client.RequestClient, which works
> better for my purpases.  However, I'd like to add a meathod for manualy

This is the wrong way to do it. InsertClient and RequestClient are
*higher* level than SimplifiedClient. I can't imagine what you would use
them for that you couldn't use SimplifiedClient for. Plus they have sucky
error handling because they print their errors instead of throwing
exceptions. If SimplifiedClient can't do it for you, it's best to use the
Client library directly.


_______________________________________________
Freenet-chat mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/freenet-chat

Reply via email to