Fixed Javadoc of OioDatagramChannelFactory

This commit is contained in:
Trustin Lee 2009-04-08 08:48:53 +00:00
parent 248125505d
commit 91d26f5abc

View File

@ -32,10 +32,9 @@ import org.jboss.netty.channel.socket.DatagramChannelFactory;
import org.jboss.netty.util.internal.ExecutorUtil; import org.jboss.netty.util.internal.ExecutorUtil;
/** /**
* A {@link DatagramChannelFactory} which creates a client-side blocking * A {@link DatagramChannelFactory} which creates a blocking I/O based
* I/O based {@link DatagramChannel}. It utilizes the good old blocking I/O API * {@link DatagramChannel}. It utilizes the good old blocking I/O API which
* which is known to yield better throughput and latency when there are * has support for multicast.
* relatively small number of connections to serve.
* *
* <h3>How threads work</h3> * <h3>How threads work</h3>
* <p> * <p>