Netty 3.2.0 Beta Release
- Implement New Routing system upon Sub pipeline switcher.
- exception handler's Pipeline provided.
- SimpleHttpExceptionHandler provided as a default exception handler for exception pipeline.
Content-Length
Fixer handler for output httpResponse.- Exception Forwarder to help auto catch exception from user handlers into the parent router exception pipeline.
- Exception throw when sub packages left after channel closed by some exception occasions.
- Interface to define routing with some common routing config predefined.
- HttpException class provided, with some common Http Errors predefined.
- SimpleCycleRouter provide decoder support.
- Testing Cases on
HttpRouter
,RouterUtil
,RoutingPathMatcher
,DefaultExceptionForwarder
.