类分层结构
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.SimpleChannelInboundHandler<I>
- org.noear.solon.net.websocket.WebSocketBase (implements org.noear.solon.net.websocket.WebSocket)
- org.noear.solon.boot.websocket.netty.WsServer (implements org.noear.solon.boot.ServerLifecycle)
- org.noear.solon.boot.websocket.netty.XPluginImpl (implements org.noear.solon.core.Plugin)