Class AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>

java.lang.Object
io.netty.bootstrap.AbstractBootstrap<B,C>
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Bootstrap, ServerBootstrap

public abstract class AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> extends Object implements Cloneable
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. It support method-chaining to provide an easy way to configure the AbstractBootstrap.

When not used in a ServerBootstrap context, the bind() methods are useful for connectionless transports such as datagram (UDP).