| 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.duplicate()
|
Bootstrap |
Bootstrap.remoteAddress(InetAddress host,
int port)
|
Bootstrap |
Bootstrap.remoteAddress(SocketAddress remoteAddress)
The
SocketAddress to connect to once the connect() method
is called. |
Bootstrap |
Bootstrap.remoteAddress(String host,
int port)
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.