Package org.jboss.netty.example.qotm
Class QuoteOfTheMomentServer
- java.lang.Object
-
- org.jboss.netty.example.qotm.QuoteOfTheMomentServer
-
public final class QuoteOfTheMomentServer extends java.lang.Object
A UDP server that responds to the QOTM (quote of the moment) request to aQuoteOfTheMomentClient
. Inspired by the official Java tutorial.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
PORT
-
Constructor Summary
Constructors Constructor Description QuoteOfTheMomentServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-