classBadClientSilencer extends SimpleChannelInboundHandler[Any] with Log
This handler should be put at the last position of the inbound pipeline to
catch all exception caused by bad client (closed connection, malformed request etc.).
Annotations
@Sharable()
Linear Supertypes
Log, SimpleChannelInboundHandler[Any], ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
This handler should be put at the last position of the inbound pipeline to catch all exception caused by bad client (closed connection, malformed request etc.).