| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
Bootstrap.channelFactory(ChannelFactory<? extends Channel> channelFactory)
ServerChannelFactory which is used to create ServerChannel instances when calling
AbstractBootstrap.bind(). |
Copyright © 2008–2013 The Netty Project. All rights reserved.