Fixed Javadoc of OioDatagramChannelFactory
This commit is contained in:
parent
248125505d
commit
91d26f5abc
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user