public class SocketTestPermutation extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
BOSSES |
protected EventLoopGroup |
nioBossGroup |
protected EventLoopGroup |
nioWorkerGroup |
protected static int |
OIO_SO_TIMEOUT |
protected EventLoopGroup |
oioBossGroup |
protected EventLoopGroup |
oioWorkerGroup |
protected static int |
WORKERS |
Constructor and Description |
---|
SocketTestPermutation() |
Modifier and Type | Method and Description |
---|---|
List<TestsuitePermutation.BootstrapFactory<Bootstrap>> |
clientSocket() |
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> |
combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
List<TestsuitePermutation.BootstrapComboFactory<Bootstrap,Bootstrap>> |
datagram() |
List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> |
serverSocket() |
List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap,Bootstrap>> |
socket() |
protected static final int BOSSES
protected static final int WORKERS
protected static final int OIO_SO_TIMEOUT
protected final EventLoopGroup nioBossGroup
protected final EventLoopGroup nioWorkerGroup
protected final EventLoopGroup oioBossGroup
protected final EventLoopGroup oioWorkerGroup
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> List<TestsuitePermutation.BootstrapComboFactory<A,B>> combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs, List<TestsuitePermutation.BootstrapFactory<B>> cbfs)
public List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap,Bootstrap>> socket()
public List<TestsuitePermutation.BootstrapComboFactory<Bootstrap,Bootstrap>> datagram()
public List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> serverSocket()
public List<TestsuitePermutation.BootstrapFactory<Bootstrap>> clientSocket()
Copyright © 2008–2016 The Netty Project. All rights reserved.