testDuplicateReadGatheringByteChannelMultipleThreads() — netty Function Reference
Architecture documentation for the testDuplicateReadGatheringByteChannelMultipleThreads() function in SlicedByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 20896209_4cfe_abab_8c7c_30ae671372c9["testDuplicateReadGatheringByteChannelMultipleThreads()"] d2003ad7_9c00_dcea_c98f_30ea8ee049f1["SlicedByteBufTest"] 20896209_4cfe_abab_8c7c_30ae671372c9 -->|defined in| d2003ad7_9c00_dcea_c98f_30ea8ee049f1 style 20896209_4cfe_abab_8c7c_30ae671372c9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/SlicedByteBufTest.java lines 80–89
@Test
@Override
public void testDuplicateReadGatheringByteChannelMultipleThreads() {
assertThrows(IndexOutOfBoundsException.class, new Executable() {
@Override
public void execute() throws Exception {
SlicedByteBufTest.super.testDuplicateReadGatheringByteChannelMultipleThreads();
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testDuplicateReadGatheringByteChannelMultipleThreads() do?
testDuplicateReadGatheringByteChannelMultipleThreads() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/SlicedByteBufTest.java.
Where is testDuplicateReadGatheringByteChannelMultipleThreads() defined?
testDuplicateReadGatheringByteChannelMultipleThreads() is defined in buffer/src/test/java/io/netty/buffer/SlicedByteBufTest.java at line 80.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free