Package org.jboss.netty.example.qotm
Class QuoteOfTheMomentClient
- java.lang.Object
-
- org.jboss.netty.example.qotm.QuoteOfTheMomentClient
-
public final class QuoteOfTheMomentClient extends java.lang.Object
A UDP broadcast client that asks for a quote of the moment (QOTM) toQuoteOfTheMomentServer
. Inspired by the official Java tutorial.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
PORT
-
Constructor Summary
Constructors Constructor Description QuoteOfTheMomentClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-