org.jboss.netty.example.qotm
Class QuoteOfTheMomentServer

java.lang.Object
  extended by org.jboss.netty.example.qotm.QuoteOfTheMomentServer

public 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.

Version:
$Rev: 2104 $, $Date: 2010-01-28 16:50:28 +0900 (Thu, 28 Jan 2010) $
Author:
The Netty Project, Trustin Lee

Constructor Summary
QuoteOfTheMomentServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteOfTheMomentServer

public QuoteOfTheMomentServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.