MINA 3.0 HTTP CodecPage added by Julien VermillardKey ideasI started this project because I needed a well know codec for testing MINA 3.0 ideas and because I needed some "Lego" bricks for building very specialized HTTP servers and proxy. The goal of the http module is to provide :
What is not going to beA full feature web client/server like AsyncWeb, Deft, Apache HC nor a web servlet container but it can be a basis for building all this kind of project. HTTP elementsA HTTP client send a HTTP request to the server and it replies with a HTTP response. It often modelled ( in AsyncWeb, Deft and javax.servlet API) using a HttpRequest and a HttpResponse object. It's a good idea until you want to send big body contents (in HTTP request post/put or in HTTP response). For example in Asyncweb you are doomed to create te whole HTTP object in memory. the same problem occurs with streaming and Comet style server. That why in MINA 3.0 HTTP codec the elements and splitted a stream of different class.
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
- [CONF] Apache MINA > MINA 3.0 HTTP Codec confluence
