Package org.jboss.netty.bootstrap

IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization.

See:
          Description


Class Summary
Bootstrap A helper class which initializes a Channel.
ClientBootstrap A helper class which creates a new client-side Channel and makes a connection attempt.
ConnectionlessBootstrap A helper class which creates a new server-side Channel for a connectionless transport.
ServerBootstrap A helper class which creates a new server-side Channel and accepts incoming connections.
 

Package org.jboss.netty.bootstrap Description

IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.