Package org.jboss.netty.example.qotm
Class QuoteOfTheMomentServer
- java.lang.Object
-
- org.jboss.netty.example.qotm.QuoteOfTheMomentServer
-
public final class QuoteOfTheMomentServer extends Object
A UDP server that responds to the QOTM (quote of the moment) request to aQuoteOfTheMomentClient
. Inspired by the official Java tutorial.
-
-
Constructor Summary
Constructors Constructor Description QuoteOfTheMomentServer()
-