public class SocketEchoTest extends AbstractSocketTest
AbstractComboTestsuiteTest.Runner<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>>cb, logger, sb| Constructor and Description |
|---|
SocketEchoTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createGroup() |
static void |
destroyGroup() |
void |
testSimpleEcho(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEcho(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoNotAutoRead(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoWithAdditionalExecutor(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutor(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoWithVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithVoidPromise(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSimpleEchoWithVoidPromiseNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithVoidPromiseNotAutoRead(org.junit.jupiter.api.TestInfo testInfo) |
configure, newFactories, newSocketAddressnewAllocators, run@BeforeAll public static void createGroup()
@Test
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testSimpleEcho(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEcho(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testSimpleEchoNotAutoRead(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEchoNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
public void testSimpleEchoWithAdditionalExecutor(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutor(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
public void testSimpleEchoWithAdditionalExecutorNotAutoRead(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutorNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
public void testSimpleEchoWithVoidPromise(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
public void testSimpleEchoWithVoidPromiseNotAutoRead(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromiseNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testSimpleEchoWithAdditionalExecutorAndVoidPromise(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
ThrowableCopyright © 2008–2025 The Netty Project. All rights reserved.