| 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(Class<? extends Channel> channelClass)
|
Bootstrap |
Bootstrap.channelFactory(ChannelFactory<? extends Channel> channelFactory)
ServerChannelFactory which is used to create ServerChannel instances when calling
AbstractBootstrap.bind(). |
Bootstrap |
Bootstrap.clone() |
Bootstrap |
Bootstrap.remoteAddress(InetAddress inetHost,
int inetPort) |
Bootstrap |
Bootstrap.remoteAddress(SocketAddress remoteAddress)
The
SocketAddress to connect to once the connect() method
is called. |
Bootstrap |
Bootstrap.remoteAddress(String inetHost,
int inetPort) |
Bootstrap |
Bootstrap.validate() |
Copyright © 2008–2013 The Netty Project. All rights reserved.