public class SocketEchoTest extends AbstractSocketTest
addrcb, logger, sb, testName| Constructor and Description |
|---|
SocketEchoTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createGroup() |
static void |
destroyGroup() |
void |
testSimpleEcho() |
void |
testSimpleEcho(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoNotAutoRead() |
void |
testSimpleEchoNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutor() |
void |
testSimpleEchoWithAdditionalExecutor(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise() |
void |
testSimpleEchoWithAdditionalExecutorAndVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead() |
void |
testSimpleEchoWithAdditionalExecutorNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithVoidPromise() |
void |
testSimpleEchoWithVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
void |
testSimpleEchoWithVoidPromiseNotAutoRead() |
void |
testSimpleEchoWithVoidPromiseNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
configure, newFactories, newSocketAddressnewAllocators, runpublic static void createGroup()
public void testSimpleEcho(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoNotAutoRead()
throws Throwable
Throwablepublic void testSimpleEchoNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutor()
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutor(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutorNotAutoRead()
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutorNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromise()
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromise(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromiseNotAutoRead()
throws Throwable
Throwablepublic void testSimpleEchoWithVoidPromiseNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb)
throws Throwable
Throwablepublic void testSimpleEchoWithAdditionalExecutorAndVoidPromise()
throws Throwable
ThrowableCopyright © 2008–2015 The Netty Project. All rights reserved.