public class SocketGatheringWriteTest extends AbstractSocketTest
Modifier and Type | Field and Description |
---|---|
org.junit.rules.Timeout |
globalTimeout |
addr
cb, logger, sb, testName
Constructor and Description |
---|
SocketGatheringWriteTest() |
Modifier and Type | Method and Description |
---|---|
static void |
compressHeapDumps() |
void |
testGatheringWrite() |
void |
testGatheringWrite(ServerBootstrap sb,
Bootstrap cb) |
void |
testGatheringWriteBig() |
void |
testGatheringWriteBig(ServerBootstrap sb,
Bootstrap cb) |
void |
testGatheringWriteNotAutoRead() |
void |
testGatheringWriteNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
void |
testGatheringWriteWithComposite() |
void |
testGatheringWriteWithComposite(ServerBootstrap sb,
Bootstrap cb) |
void |
testGatheringWriteWithCompositeNotAutoRead() |
void |
testGatheringWriteWithCompositeNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public void testGatheringWrite(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testGatheringWriteNotAutoRead() throws Throwable
Throwable
public void testGatheringWriteNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testGatheringWriteWithComposite() throws Throwable
Throwable
public void testGatheringWriteWithCompositeNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testGatheringWriteWithCompositeNotAutoRead() throws Throwable
Throwable
public void testGatheringWriteWithComposite(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testGatheringWriteBig(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2017 The Netty Project. All rights reserved.