This commit is contained in:
Trustin Lee 2009-06-19 09:02:43 +00:00
parent 8f2096a040
commit cd23da084a

View File

@ -35,7 +35,7 @@ import org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory;
import org.jboss.netty.util.internal.ExecutorUtil;
/**
* A {@link NioDatagramChannelFactory} creates a NIO-based connectionless
* A {@link DatagramChannelFactory} that creates a NIO-based connectionless
* {@link DatagramChannel}. It utilizes the non-blocking I/O mode which
* was introduced with NIO to serve many number of concurrent connections
* efficiently.