Added a link to the Java tutorial which inspired the QOTM example

This commit is contained in:
Trustin Lee 2009-03-12 14:53:04 +00:00
parent 8eb3e57add
commit 83301cd183
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ import org.jboss.netty.handler.codec.string.StringEncoder;
* A UDP broadcast client that asks for a quote of the moment (QOTM) to
* {@link QuoteOfTheMomentServer}.
*
* Inspired by <a href="http://java.sun.com/docs/books/tutorial/networking/datagrams/clientServer.html">the official Java tutorial</a>.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$

View File

@ -37,6 +37,8 @@ import org.jboss.netty.handler.codec.string.StringEncoder;
* A UDP server that responds to the QOTM (quote of the moment) request to a
* {@link QuoteOfTheMomentClient}.
*
* Inspired by <a href="http://java.sun.com/docs/books/tutorial/networking/datagrams/clientServer.html">the official Java tutorial</a>.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$