public class SocketRstTest extends AbstractSocketTest
cb, logger, sb, testName| Constructor and Description |
|---|
SocketRstTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertRstOnCloseException(IOException cause,
io.netty.channel.Channel clientChannel) |
void |
testNoRstIfSoLingerOnClose() |
void |
testNoRstIfSoLingerOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSoLingerZeroCausesOnlyRstOnClose() |
void |
testSoLingerZeroCausesOnlyRstOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
configure, newFactories, newSocketAddressnewAllocators, runprotected void assertRstOnCloseException(IOException cause, io.netty.channel.Channel clientChannel)
public void testSoLingerZeroCausesOnlyRstOnClose()
throws Throwable
Throwablepublic void testSoLingerZeroCausesOnlyRstOnClose(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testNoRstIfSoLingerOnClose()
throws Throwable
ThrowableCopyright © 2008–2020 The Netty Project. All rights reserved.