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