I'm pretty excited about using Netty in the project I'm working on, but under a lot of pressure to come up to speed quickly. I'm an experienced Java programmer but don't have much experience in writing client-server systems.
I'm working thru the netty examples, but find that there is not much documentation on how to properly run them. Admittedly, it is useful digging thru the source code, but I've hit the wall with that approach when I got to the HttpStaticFileServer. The client request presumably is from telnet, but I have no idea what the format is for the file request itself and I have tried a few. The Handler codec doesn't make it at all clear. So in general, it would be nice if there is a set of instructions on how to run the example. I promise I will be watching the entire process in the debugger, so I can follow what exactly is going on. So for the moment, at least, I would appreciate a simple example for the FileServer. The application I want to build will be built from that I suspect. Thanks for the help!