Home / Class/ KQueueCompositeBufferGatheringWriteTest Class — netty Architecture

KQueueCompositeBufferGatheringWriteTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  c922a94b_ed7c_ae25_a5e8_5496273dc761["KQueueCompositeBufferGatheringWriteTest"]
  8fe70242_ffa2_f8c0_6c15_64ef47744e85["KQueueCompositeBufferGatheringWriteTest.java"]
  c922a94b_ed7c_ae25_a5e8_5496273dc761 -->|defined in| 8fe70242_ffa2_f8c0_6c15_64ef47744e85
  c82bc79b_34f9_af4f_550d_a8b23f643387["newFactories()"]
  c922a94b_ed7c_ae25_a5e8_5496273dc761 -->|method| c82bc79b_34f9_af4f_550d_a8b23f643387
  fb883a29_ccf1_f190_ac7b_04fdce5b68e5["compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig()"]
  c922a94b_ed7c_ae25_a5e8_5496273dc761 -->|method| fb883a29_ccf1_f190_ac7b_04fdce5b68e5

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueCompositeBufferGatheringWriteTest.java lines 26–39

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

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free