SslThroughputBenchmarkHandlerContext Class — netty Architecture
Architecture documentation for the SslThroughputBenchmarkHandlerContext class in AbstractSslHandlerBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6ac1d565_0868_3c6c_afd4_aafee5a55d49["SslThroughputBenchmarkHandlerContext"] 0229f7eb_0c18_7fcb_97be_20e80f2f8b36["AbstractSslHandlerBenchmark.java"] 6ac1d565_0868_3c6c_afd4_aafee5a55d49 -->|defined in| 0229f7eb_0c18_7fcb_97be_20e80f2f8b36 e54f4d70_6d1f_1697_c217_21e0ee9c913f["SslThroughputBenchmarkHandlerContext()"] 6ac1d565_0868_3c6c_afd4_aafee5a55d49 -->|method| e54f4d70_6d1f_1697_c217_21e0ee9c913f bf94ddf4_c9bd_aefd_8353_073a007e0e72["handleException()"] 6ac1d565_0868_3c6c_afd4_aafee5a55d49 -->|method| bf94ddf4_c9bd_aefd_8353_073a007e0e72
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java lines 164–175
private static final class SslThroughputBenchmarkHandlerContext extends
EmbeddedChannelWriteAccumulatingHandlerContext {
SslThroughputBenchmarkHandlerContext(ByteBufAllocator alloc, ChannelHandler handler,
ByteToMessageDecoder.Cumulator writeCumulator) {
super(alloc, handler, writeCumulator);
}
@Override
protected void handleException(Throwable t) {
handleUnexpectedException(t);
}
}
Defined In
Source
Frequently Asked Questions
What is the SslThroughputBenchmarkHandlerContext class?
SslThroughputBenchmarkHandlerContext is a class in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java.
Where is SslThroughputBenchmarkHandlerContext defined?
SslThroughputBenchmarkHandlerContext is defined in microbench/src/main/java/io/netty/microbench/handler/ssl/AbstractSslHandlerBenchmark.java at line 164.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free