Home / cs-notes / Architecture / Components / Netty / Summary / bootstrap / bind
- ServerBootsrap.bind
    
- initAndRegister
        
- factory.newChannel
 - init(Channel)
 
 - doBind
        
- Channel.Unsafe
 
 
 - initAndRegister
        
 
Home / cs-notes / Architecture / Components / Netty / Summary / bootstrap / bind