| Class | Description |
|---|---|
| AbstractHandler<T,RouteLike extends MethodRouter<T,RouteLike>> |
This class is designed so that it can also be used in other projects, like
Sinetja.
|
| BadClientSilencer |
This handler should be put at the last position of the inbound pipeline to
catch all exceptions caused by bad client (closed connection, malformed request etc.)
and server processing.
|
| DualAbstractHandler<T,RouteLike extends DualMethodRouter<T,RouteLike>> |
This class is designed so that it can also be used in other projects, like
Sinetja.
|
| DualMethodRouter<T,RouteLike extends DualMethodRouter<T,RouteLike>> | |
| Handler |
Inbound handler that converts HttpRequest to Routed and passes Routed to the
matched handler.
|
| KeepAliveWrite |
Utilities to write.
|
| MethodRouted<T> | |
| MethodRouter<T,RouteLike extends MethodRouter<T,RouteLike>> | |
| Routed | |
| Router |
Targets of routes must be ChannelInboundHandler classes or instances.
|