public class SocketHalfClosedTest extends AbstractSocketTest
cb, logger, sb, testName
Constructor and Description |
---|
SocketHalfClosedTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAllDataReadAfterHalfClosure() |
void |
testAllDataReadAfterHalfClosure(ServerBootstrap sb,
Bootstrap cb) |
void |
testAllDataReadClosure() |
void |
testAllDataReadClosure(ServerBootstrap sb,
Bootstrap cb) |
void |
testAutoCloseFalseDoesShutdownOutput() |
void |
testAutoCloseFalseDoesShutdownOutput(ServerBootstrap sb,
Bootstrap cb) |
void |
testHalfClosureOnlyOneEventWhenAutoRead() |
void |
testHalfClosureOnlyOneEventWhenAutoRead(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public void testHalfClosureOnlyOneEventWhenAutoRead() throws Throwable
Throwable
public void testHalfClosureOnlyOneEventWhenAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testAllDataReadAfterHalfClosure() throws Throwable
Throwable
public void testAllDataReadAfterHalfClosure(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testAutoCloseFalseDoesShutdownOutput() throws Throwable
Throwable
public void testAutoCloseFalseDoesShutdownOutput(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testAllDataReadClosure(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2018 The Netty Project. All rights reserved.