InboundHandler

Rin : the Handle will read type Rout : Next Handle will Read Type

abstract
class InboundHandler : HandlerBase!(InboundHandlerContext!Rout)(
Rin
Rout = Rin
) {
enum dir;
}

Meta