Uses of Class
org.jboss.netty.bootstrap.Bootstrap
Packages that use Bootstrap
Package
Description
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.bootstrapModifier and TypeClassDescriptionclass
A helper class which creates a new client-sideChannel
and makes a connection attempt.class
A helper class which creates a new server-sideChannel
for a connectionless transport.class
A helper class which creates a new server-sideChannel
and accepts incoming connections.