Home / Class/ EpollCompositeBufferGatheringWriteTest Class — netty Architecture

EpollCompositeBufferGatheringWriteTest Class — netty Architecture

Architecture documentation for the EpollCompositeBufferGatheringWriteTest class in EpollCompositeBufferGatheringWriteTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8f373f39_b65e_a07d_6f33_98b6911b65b7["EpollCompositeBufferGatheringWriteTest"]
  c74b5533_ea46_c105_4f67_ded600cc3089["EpollCompositeBufferGatheringWriteTest.java"]
  8f373f39_b65e_a07d_6f33_98b6911b65b7 -->|defined in| c74b5533_ea46_c105_4f67_ded600cc3089
  120be41e_29f3_a7b4_f74d_30be80fc9e26["newFactories()"]
  8f373f39_b65e_a07d_6f33_98b6911b65b7 -->|method| 120be41e_29f3_a7b4_f74d_30be80fc9e26
  64d3bfc2_1faf_5b89_539f_13e2138c02d9["compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig()"]
  8f373f39_b65e_a07d_6f33_98b6911b65b7 -->|method| 64d3bfc2_1faf_5b89_539f_13e2138c02d9

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollCompositeBufferGatheringWriteTest.java lines 26–39

public class EpollCompositeBufferGatheringWriteTest extends CompositeBufferGatheringWriteTest {
    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return EpollSocketTestPermutation.INSTANCE.socketWithoutFastOpen();
    }

    @Override
    protected void compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig(ChannelConfig config,
                                                                                 int soSndBuf) {
        if (config instanceof EpollChannelConfig) {
            ((EpollChannelConfig) config).setMaxBytesPerGatheringWrite(soSndBuf);
        }
    }
}

Frequently Asked Questions

What is the EpollCompositeBufferGatheringWriteTest class?
EpollCompositeBufferGatheringWriteTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollCompositeBufferGatheringWriteTest.java.
Where is EpollCompositeBufferGatheringWriteTest defined?
EpollCompositeBufferGatheringWriteTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollCompositeBufferGatheringWriteTest.java at line 26.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free