Uses of Class
org.jboss.netty.bootstrap.Bootstrap
-
Packages that use Bootstrap Package Description org.jboss.netty.bootstrap IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization. -
-
Uses of Bootstrap in org.jboss.netty.bootstrap
Subclasses of Bootstrap in org.jboss.netty.bootstrap Modifier and Type Class Description classClientBootstrapA helper class which creates a new client-sideChanneland makes a connection attempt.classConnectionlessBootstrapA helper class which creates a new server-sideChannelfor a connectionless transport.classServerBootstrapA helper class which creates a new server-sideChanneland accepts incoming connections.
-