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-sideChanneland makes a connection attempt.ConnectionlessBootstrap A helper class which creates a new server-sideChannelfor a connectionless transport.ServerBootstrap A helper class which creates a new server-sideChanneland accepts incoming connections.