org.apache.mina.example.tennis |
Two tennis players play a game which demonstates in-VM pipes.
|
Java Source File Name | Type | Comment |
Main.java | Class | (Entry point) An 'in-VM pipe' example which simulates a tennis game
between client and server. |
TennisBall.java | Class | A tennis ball which has TTL value and state whose value is one of 'PING' and
'PONG'. |
TennisPlayer.java | Class | A
IoHandler implementation which plays a tennis game. |