| 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.channel(Channel channel) |
Bootstrap |
Bootstrap.group(EventLoopGroup group) |
Bootstrap |
Bootstrap.handler(ChannelHandler handler) |
Bootstrap |
Bootstrap.localAddress(InetAddress host,
int port) |
Bootstrap |
Bootstrap.localAddress(int port) |
Bootstrap |
Bootstrap.localAddress(SocketAddress localAddress) |
Bootstrap |
Bootstrap.localAddress(String host,
int port) |
<T> Bootstrap |
Bootstrap.option(ChannelOption<T> option,
T value) |
Bootstrap |
Bootstrap.remoteAddress(InetAddress host,
int port) |
Bootstrap |
Bootstrap.remoteAddress(SocketAddress remoteAddress) |
Bootstrap |
Bootstrap.remoteAddress(String host,
int port) |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.