Home / cs-notes / Architecture / Components / Netty / Summary / server / send
- write - Channel
    
- write - ChannelPipeline
        
- write - TailContext
            
- invokeWrite - ChannelHandlerContext
                
- write - ChannelHandler / HeadContext
                    
- write - Channel.Unsafe
                        
- addMessage - ChannelOutboundBuffer
 
 
 - write - Channel.Unsafe
                        
 
 - write - ChannelHandler / HeadContext
                    
 
 - invokeWrite - ChannelHandlerContext
                
 
 - write - TailContext
            
 
 - write - ChannelPipeline