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 | Class and Description |
---|---|
private static class |
AbstractBootstrap.BootstrapChannelFactory<T extends Channel> |
Modifier and Type | Field and Description |
---|---|
private ChannelFactory<? extends C> |
AbstractBootstrap.channelFactory |
Modifier and Type | Method and Description |
---|---|
(package private) ChannelFactory<? extends C> |
AbstractBootstrap.channelFactory() |
Modifier and Type | Method and Description |
---|---|
B |
AbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory)
ChannelFactory which is used to create Channel instances from
when calling AbstractBootstrap.bind() . |