Class Bootstrap

java.lang.Object
org.jboss.netty.bootstrap.Bootstrap
All Implemented Interfaces:
ExternalResourceReleasable
Direct Known Subclasses:
ClientBootstrap, ConnectionlessBootstrap, ServerBootstrap

public class Bootstrap extends Object implements ExternalResourceReleasable
A helper class which initializes a Channel. This class provides the common data structure for its subclasses which actually initialize Channels and their child Channels using the common data structure. Please refer to ClientBootstrap, ServerBootstrap, and ConnectionlessBootstrap for client side, server-side, and connectionless (e.g. UDP) channel initialization respectively.