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 a QuoteOfTheMomentClient. Inspired by the official Java tutorial.
  • Field Details

    • PORT

      private static final int PORT
  • Constructor Details

    • QuoteOfTheMomentServer

      public QuoteOfTheMomentServer()
  • Method Details