testSliceReadGatheringByteChannelMultipleThreads() — netty Function Reference
Architecture documentation for the testSliceReadGatheringByteChannelMultipleThreads() function in AbstractByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 64829690_44f2_cd69_b214_b92b9bbd6a41["testSliceReadGatheringByteChannelMultipleThreads()"] 6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"] 64829690_44f2_cd69_b214_b92b9bbd6a41 -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242 3df03248_fc67_1563_4b08_c13178b6a5bc["testReadGatheringByteChannelMultipleThreads()"] 64829690_44f2_cd69_b214_b92b9bbd6a41 -->|calls| 3df03248_fc67_1563_4b08_c13178b6a5bc style 64829690_44f2_cd69_b214_b92b9bbd6a41 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 2731–2743
@Test
public void testSliceReadGatheringByteChannelMultipleThreads() throws Exception {
final byte[] bytes = new byte[8];
random.nextBytes(bytes);
final ByteBuf buffer = newBuffer(8);
buffer.writeBytes(bytes);
try {
testReadGatheringByteChannelMultipleThreads(buffer, bytes, true);
} finally {
buffer.release();
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testSliceReadGatheringByteChannelMultipleThreads() do?
testSliceReadGatheringByteChannelMultipleThreads() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testSliceReadGatheringByteChannelMultipleThreads() defined?
testSliceReadGatheringByteChannelMultipleThreads() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 2731.
What does testSliceReadGatheringByteChannelMultipleThreads() call?
testSliceReadGatheringByteChannelMultipleThreads() calls 1 function(s): testReadGatheringByteChannelMultipleThreads.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free