Class Bootstrap

All Implemented Interfaces:
Cloneable

public class Bootstrap extends AbstractBootstrap<Bootstrap,Channel>
A Bootstrap that makes it easy to bootstrap a Channel to use for clients.

The AbstractBootstrap.bind() methods are useful in combination with connectionless transports such as datagram (UDP). For regular TCP connections, please use the provided connect() methods.