Home / cs-notes / Architecture / Components / Netty / Summary / exception
- Inbound
    
- exceptionCaught - ChannelInboundHandler
 
 - Outbound
    
- ChannelFuture write(Object msg); - ChannelOutboundInvoker
        
- ChannelFuture.addListener
 
 
 - ChannelFuture write(Object msg); - ChannelOutboundInvoker