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.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.resolver(NameResolverGroup<?> resolver)
Sets the
NameResolver which will resolve the address of the unresolved named address. |
Bootstrap |
Bootstrap.validate() |
Copyright © 2008–2015 The Netty Project. All rights reserved.