| 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 |
|---|---|
protected AbstractBootstrap.ChannelFactory |
AbstractBootstrap.factory() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractBootstrap.channelFactory(AbstractBootstrap.ChannelFactory factory)
AbstractBootstrap.ChannelFactory which is used to create Channel instances from
when calling AbstractBootstrap.bind(). |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.