public class SocketAutoReadTest extends AbstractSocketTest
Modifier and Type | Class and Description |
---|---|
static class |
SocketAutoReadTest.ServerTestHandler |
addr
cb, logger, sb, testName
Constructor and Description |
---|
SocketAutoReadTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAutoReadDisableOutsideChannelRead() |
void |
testAutoReadDisableOutsideChannelRead(ServerBootstrap sb,
Bootstrap cb) |
void |
testAutoReadDisableOutsideChannelReadManualRead() |
void |
testAutoReadDisableOutsideChannelReadManualRead(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public void testAutoReadDisableOutsideChannelRead() throws Throwable
Throwable
public void testAutoReadDisableOutsideChannelRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testAutoReadDisableOutsideChannelReadManualRead() throws Throwable
Throwable
public void testAutoReadDisableOutsideChannelReadManualRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2016 The Netty Project. All rights reserved.