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