Package | Description |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
io.netty.testsuite.transport |
Common test suite classes.
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
Modifier and Type | Class and Description |
---|---|
class |
Bootstrap
|
class |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComboTestsuiteTest<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> |
class |
AbstractComboTestsuiteTest<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> |
class |
AbstractTestsuiteTest<T extends AbstractBootstrap<?,?>> |
static interface |
TestsuitePermutation.BootstrapComboFactory<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> |
static interface |
TestsuitePermutation.BootstrapComboFactory<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> |
static interface |
TestsuitePermutation.BootstrapFactory<CB extends AbstractBootstrap<?,?>> |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractTestsuiteTest.cb |
protected CB |
AbstractComboTestsuiteTest.cb |
protected SB |
AbstractComboTestsuiteTest.sb |
Modifier and Type | Method and Description |
---|---|
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> |
SocketTestPermutation.combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> |
SocketTestPermutation.combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
Copyright © 2008–2016 The Netty Project. All rights reserved.