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