Friday, August 30, 2013

Netty: UDP based Server Example

An example is the Quote of the Moment Server.

Package is:
https://github.com/netty/netty/blob/master/example/src/main/java/io/netty/example/qotm/

Server is:
https://github.com/netty/netty/blob/master/example/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServer.java

Server Handler is:
https://github.com/netty/netty/blob/master/example/src/main/java/io/netty/example/qotm/QuoteOfTheMomentServerHandler.java

No comments: