org.apache.mina.examples.tennis
Class TennisPlayer

java.lang.Object
  extended by org.apache.mina.examples.tennis.TennisPlayer

public class TennisPlayer
extends java.lang.Object

A ProtocolHandler implementation which plays a tennis game.

Version:
$Rev: 165128 $, $Date: 2005-04-28 20:16:55 +0900 (목, 28 4월 2005) $
Author:
Trustin Lee (trustin@apache.org)

Constructor Summary
TennisPlayer()
           
 
Method Summary
 ProtocolCodecFactory getCodecFactory()
           
 ProtocolHandler getHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TennisPlayer

public TennisPlayer()
Method Detail

getCodecFactory

public ProtocolCodecFactory getCodecFactory()

getHandler

public ProtocolHandler getHandler()