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