类分层结构
- 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.bdware.doip.endpoint.client.v3.Client
- org.bdware.doip.endpoint.client.v3.ClientChannelBase
- org.bdware.doip.endpoint.client.v3.ResponseWait<T>
- org.bdware.doip.endpoint.client.v3.ResponseWait.Pair<T,U>
接口分层结构