Package org.jboss.netty.bootstrap
package org.jboss.netty.bootstrap
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
-
ClassesClassDescriptionA helper class which initializes a
Channel
.A helper class which creates a new client-sideChannel
and makes a connection attempt.A helper class which creates a new server-sideChannel
for a connectionless transport.A helper class which creates a new server-sideChannel
and accepts incoming connections.