public class SocketRstTest extends AbstractSocketTest
AbstractComboTestsuiteTest.Runner<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>>cb, logger, sb| Constructor and Description |
|---|
SocketRstTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertRstOnCloseException(IOException cause,
io.netty.channel.Channel clientChannel) |
void |
testNoRstIfSoLingerOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testNoRstIfSoLingerOnClose(org.junit.jupiter.api.TestInfo testInfo) |
void |
testSoLingerZeroCausesOnlyRstOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSoLingerZeroCausesOnlyRstOnClose(org.junit.jupiter.api.TestInfo testInfo) |
configure, newFactories, newSocketAddressnewAllocators, runprotected void assertRstOnCloseException(IOException cause, io.netty.channel.Channel clientChannel)
@Test
@Timeout(value=30L)
public void testSoLingerZeroCausesOnlyRstOnClose(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testSoLingerZeroCausesOnlyRstOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwable@Test
@Timeout(value=30L)
public void testNoRstIfSoLingerOnClose(org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
ThrowableCopyright © 2008–2025 The Netty Project. All rights reserved.