public abstract class AbstractServerSocketTest extends AbstractTestsuiteTest<ServerBootstrap>
Modifier and Type | Field and Description |
---|---|
protected SocketAddress |
addr |
cb, logger, testName
Modifier | Constructor and Description |
---|---|
protected |
AbstractServerSocketTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(ServerBootstrap bootstrap,
ByteBufAllocator allocator) |
protected List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> |
newFactories() |
protected SocketAddress |
newSocketAddress() |
newAllocators, run
protected volatile SocketAddress addr
protected List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> newFactories()
newFactories
in class AbstractTestsuiteTest<ServerBootstrap>
protected void configure(ServerBootstrap bootstrap, ByteBufAllocator allocator)
configure
in class AbstractTestsuiteTest<ServerBootstrap>
protected SocketAddress newSocketAddress()
Copyright © 2008–2016 The Netty Project. All rights reserved.