SharableLastInboundHandler Class — netty Architecture
Architecture documentation for the SharableLastInboundHandler class in Http2MultiplexCodecBuilderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 570e19a5_daa2_373f_b184_9c6211d795e0["SharableLastInboundHandler"] 5ceedd17_ac31_fdf2_0655_d52a5962554b["Http2MultiplexCodecBuilderTest.java"] 570e19a5_daa2_373f_b184_9c6211d795e0 -->|defined in| 5ceedd17_ac31_fdf2_0655_d52a5962554b 583999e0_4556_7b1d_173e_48f553c4b7ec["channelActive()"] 570e19a5_daa2_373f_b184_9c6211d795e0 -->|method| 583999e0_4556_7b1d_173e_48f553c4b7ec 427c0ea6_3eee_0246_284f_cea6c2bfb14f["channelInactive()"] 570e19a5_daa2_373f_b184_9c6211d795e0 -->|method| 427c0ea6_3eee_0246_284f_cea6c2bfb14f
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexCodecBuilderTest.java lines 221–233
@Sharable
private static class SharableLastInboundHandler extends LastInboundHandler {
@Override
public void channelActive(ChannelHandlerContext ctx) throws Exception {
ctx.fireChannelActive();
}
@Override
public void channelInactive(ChannelHandlerContext ctx) throws Exception {
ctx.fireChannelInactive();
}
}
Defined In
Source
Frequently Asked Questions
What is the SharableLastInboundHandler class?
SharableLastInboundHandler is a class in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexCodecBuilderTest.java.
Where is SharableLastInboundHandler defined?
SharableLastInboundHandler is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexCodecBuilderTest.java at line 221.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free