setChannelOptions() — netty Function Reference
Architecture documentation for the setChannelOptions() function in Http2StreamChannelBootstrap.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 28eece98_007f_0096_486d_56423cd5640c["setChannelOptions()"] 5a534d0f_a13f_a12d_bbed_309a0c8a2c40["Http2StreamChannelBootstrap"] 28eece98_007f_0096_486d_56423cd5640c -->|defined in| 5a534d0f_a13f_a12d_bbed_309a0c8a2c40 8d65137a_a1a3_5280_72d5_6353ad731305["init()"] 8d65137a_a1a3_5280_72d5_6353ad731305 -->|calls| 28eece98_007f_0096_486d_56423cd5640c b5b31856_ff44_86af_c7eb_7a34be4e312c["setChannelOption()"] 28eece98_007f_0096_486d_56423cd5640c -->|calls| b5b31856_ff44_86af_c7eb_7a34be4e312c style 28eece98_007f_0096_486d_56423cd5640c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamChannelBootstrap.java lines 220–225
private static void setChannelOptions(
Channel channel, Map.Entry<ChannelOption<?>, Object>[] options) {
for (Map.Entry<ChannelOption<?>, Object> e: options) {
setChannelOption(channel, e.getKey(), e.getValue());
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does setChannelOptions() do?
setChannelOptions() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamChannelBootstrap.java.
Where is setChannelOptions() defined?
setChannelOptions() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamChannelBootstrap.java at line 220.
What does setChannelOptions() call?
setChannelOptions() calls 1 function(s): setChannelOption.
What calls setChannelOptions()?
setChannelOptions() is called by 1 function(s): init.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free