Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Bootstrap / Hierarchy

@startuml

class AbstractBootstrap {

}

ServerBootstrap -up-|> AbstractBootstrap
Bootstrap -up-|> AbstractBootstrap

@enduml