Java io.netty.bootstrap Bootstrap fields, constructors, methods, implement or subclass

Example usage for Java io.netty.bootstrap Bootstrap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.bootstrap Bootstrap.

The text is from its open source code.

Subclass

io.netty.bootstrap.Bootstrap has subclasses.
Click this link to see all its subclasses.

Field

BootstrapConfigconfig
AddressResolverGroupresolver
SocketAddressremoteAddress

Constructor

Method

Bootstrapclone()
ChannelFutureconnect(String inetHost, int inetPort)
Connect a Channel to the remote peer.
ChannelFutureconnect(InetAddress inetHost, int inetPort)
Connect a Channel to the remote peer.
ChannelFutureconnect(SocketAddress remoteAddress, SocketAddress localAddress)
Connect a Channel to the remote peer.
ChannelFutureconnect()
Connect a Channel to the remote peer.
ChannelFutureconnect(SocketAddress remoteAddress)
Connect a Channel to the remote peer.
Bootstrapvalidate()