public class SocketRstTest extends AbstractSocketTest
addr
cb, logger, sb, testName
Constructor and Description |
---|
SocketRstTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertRstOnCloseException(IOException cause,
Channel clientChannel) |
void |
testNoRstIfSoLingerOnClose() |
void |
testNoRstIfSoLingerOnClose(ServerBootstrap sb,
Bootstrap cb) |
void |
testSoLingerZeroCausesOnlyRstOnClose() |
void |
testSoLingerZeroCausesOnlyRstOnClose(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
protected void assertRstOnCloseException(IOException cause, Channel clientChannel)
public void testSoLingerZeroCausesOnlyRstOnClose() throws Throwable
Throwable
public void testSoLingerZeroCausesOnlyRstOnClose(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testNoRstIfSoLingerOnClose() throws Throwable
Throwable
public void testNoRstIfSoLingerOnClose(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2016 The Netty Project. All rights reserved.