There's a good example of this in asyncweb-examples. I think it's the lightweight example which just uses the codec instead of the entire asyncweb container. Here's the module:
http://svn.apache.org/repos/asf/mina/asyncweb/trunk/examples/ Here's the class: http://svn.apache.org/repos/asf/mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/lightweight/HttpProtocolHandler.java Alex On Wed, Feb 27, 2008 at 9:45 AM, Michael Bauroth <[EMAIL PROTECTED]> wrote: > Hi, > > I started my first steps diving into the mina-filter-codec-http world. > Has anybody eventually a little piece of code for the handler to respond > an incoming request? A bigger piece of code would naturally also be > welcome ;) > > Best Regards > Michael > >
