Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jtegServer
Class ProtocolMH  view ProtocolMH download ProtocolMH.java

java.lang.Object
  extended byorg.zazof.jtegServer.MessageHandler
      extended byorg.zazof.jtegServer.ProtocolMH

public class ProtocolMH
extends MessageHandler

This message handler handles "protocol_version" and "server_version" messages


Field Summary
(package private) static org.apache.log4j.Category log
           
 
Constructor Summary
ProtocolMH()
           
 
Method Summary
protected  void processMessage(Message m)
          each subclass should implement to code to handle this message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.log4j.Category log
Constructor Detail

ProtocolMH

public ProtocolMH()
Method Detail

processMessage

protected void processMessage(Message m)
Description copied from class: MessageHandler
each subclass should implement to code to handle this message

Specified by:
processMessage in class MessageHandler