ChainedOptionsBuilder() — netty Function Reference
Architecture documentation for the ChainedOptionsBuilder() function in HttpStatusValueOfBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 74066885_f3e5_6f6d_ee38_c27062ec051c["ChainedOptionsBuilder()"] 88c244e7_bc43_f51b_2540_6620aba96c77["HttpStatusValueOfBenchmark"] 74066885_f3e5_6f6d_ee38_c27062ec051c -->|defined in| 88c244e7_bc43_f51b_2540_6620aba96c77 style 74066885_f3e5_6f6d_ee38_c27062ec051c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/HttpStatusValueOfBenchmark.java lines 218–228
@Override
protected ChainedOptionsBuilder newOptionsBuilder() throws Exception {
Class<LinuxPerfNormProfiler> profilerClass = LinuxPerfNormProfiler.class;
try {
ProfilerFactory.getProfilerOrException(new ProfilerConfig(profilerClass.getCanonicalName()));
} catch (ProfilerException t) {
// Fall back to default.
return super.newOptionsBuilder();
}
return super.newOptionsBuilder().addProfiler(profilerClass);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ChainedOptionsBuilder() do?
ChainedOptionsBuilder() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/HttpStatusValueOfBenchmark.java.
Where is ChainedOptionsBuilder() defined?
ChainedOptionsBuilder() is defined in microbench/src/main/java/io/netty/handler/codec/http/HttpStatusValueOfBenchmark.java at line 218.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free