Http3UnidirectionalStreamInboundClientHandler() — netty Function Reference
Architecture documentation for the Http3UnidirectionalStreamInboundClientHandler() function in Http3UnidirectionalStreamInboundClientHandler.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2f37aec5_93a0_72b9_0211_b31bc7c700ec["Http3UnidirectionalStreamInboundClientHandler()"] 813bb225_c44b_64db_35ef_faef806aa375["Http3UnidirectionalStreamInboundClientHandler"] 2f37aec5_93a0_72b9_0211_b31bc7c700ec -->|defined in| 813bb225_c44b_64db_35ef_faef806aa375 style 2f37aec5_93a0_72b9_0211_b31bc7c700ec fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/main/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundClientHandler.java lines 30–43
Http3UnidirectionalStreamInboundClientHandler(
Http3FrameCodecFactory codecFactory,
Http3Settings.NonStandardHttp3SettingsValidator nonStandardSettingsValidator,
Http3ControlStreamInboundHandler localControlStreamHandler,
Http3ControlStreamOutboundHandler remoteControlStreamHandler,
@Nullable LongFunction<ChannelHandler> unknownStreamHandlerFactory,
@Nullable LongFunction<ChannelHandler> pushStreamHandlerFactory,
Supplier<ChannelHandler> qpackEncoderHandlerFactory, Supplier<ChannelHandler> qpackDecoderHandlerFactory) {
super(codecFactory, nonStandardSettingsValidator,
localControlStreamHandler, remoteControlStreamHandler, unknownStreamHandlerFactory,
qpackEncoderHandlerFactory, qpackDecoderHandlerFactory);
this.pushStreamHandlerFactory = pushStreamHandlerFactory == null ? __ -> ReleaseHandler.INSTANCE :
pushStreamHandlerFactory;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Http3UnidirectionalStreamInboundClientHandler() do?
Http3UnidirectionalStreamInboundClientHandler() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundClientHandler.java.
Where is Http3UnidirectionalStreamInboundClientHandler() defined?
Http3UnidirectionalStreamInboundClientHandler() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundClientHandler.java at line 30.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free