I am using Netty for some server side components for a while now and I am really pleased with it. Thus I'd also like to use it on the client side for my own convenience, but I want to keep the footprint of the applet (in this case) as small as possible. All I need from Netty there is:
- Simple string based protocol (stringdecoder, stringencoder, framer...)
- Plus: Datagram support
I already took a look at the jar but it seems that I can't get it to the absolute minimum possible because I am not deep enough in the Netty sources.
It would be great if anyone familar with Netty's internals could assist me with an answer on building a minimal jar. Thanks!