Package org.jboss.netty.bootstrap
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
-
Class Summary Class Description Bootstrap A helper class which initializes aChannel
.ClientBootstrap A helper class which creates a new client-sideChannel
and makes a connection attempt.ConnectionlessBootstrap A helper class which creates a new server-sideChannel
for a connectionless transport.ServerBootstrap A helper class which creates a new server-sideChannel
and accepts incoming connections.