public class SocketEchoTest extends AbstractSocketTest
addr
cb, logger, sb, testName
Constructor and Description |
---|
SocketEchoTest() |
Modifier and Type | Method and Description |
---|---|
static void |
createGroup() |
static void |
destroyGroup() |
void |
testSimpleEcho() |
void |
testSimpleEcho(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoNotAutoRead() |
void |
testSimpleEchoNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutor() |
void |
testSimpleEchoWithAdditionalExecutor(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise() |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead() |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoWithVoidPromise() |
void |
testSimpleEchoWithVoidPromise(ServerBootstrap sb,
Bootstrap cb) |
void |
testSimpleEchoWithVoidPromiseNotAutoRead() |
void |
testSimpleEchoWithVoidPromiseNotAutoRead(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public static void createGroup()
public void testSimpleEcho(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoNotAutoRead() throws Throwable
Throwable
public void testSimpleEchoNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutor() throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutor(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutorNotAutoRead() throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutorNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoWithVoidPromise() throws Throwable
Throwable
public void testSimpleEchoWithVoidPromise(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoWithVoidPromiseNotAutoRead() throws Throwable
Throwable
public void testSimpleEchoWithVoidPromiseNotAutoRead(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutorAndVoidPromise() throws Throwable
Throwable
public void testSimpleEchoWithAdditionalExecutorAndVoidPromise(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2016 The Netty Project. All rights reserved.