public class BootstrapProvider extends Object
Modifier and Type | Method and Description |
---|---|
io.netty.bootstrap.Bootstrap |
createBootstrap(String host,
int port)
Creates a Bootstrap for a specific host and port with an unresolved InetSocketAddress as the remoteAddress.
|
public io.netty.bootstrap.Bootstrap createBootstrap(String host, int port)
host
- The unresolved remote hostnameport
- The remote portCopyright © 2023. All rights reserved.