org.apache.mina.example.haiku
Class HaikuValidatorIoHandler

java.lang.Object
  extended by org.apache.mina.core.service.IoHandlerAdapter
      extended by org.apache.mina.example.haiku.HaikuValidatorIoHandler
All Implemented Interfaces:
IoHandler

public class HaikuValidatorIoHandler
extends IoHandlerAdapter

Author:
Apache MINA Project

Constructor Summary
HaikuValidatorIoHandler()
           
 
Method Summary
 void messageReceived(IoSession session, java.lang.Object message)
          Invoked when a message is received.
 
Methods inherited from class org.apache.mina.core.service.IoHandlerAdapter
exceptionCaught, messageSent, sessionClosed, sessionCreated, sessionIdle, sessionOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HaikuValidatorIoHandler

public HaikuValidatorIoHandler()
Method Detail

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object message)
                     throws java.lang.Exception
Description copied from interface: IoHandler
Invoked when a message is received.

Specified by:
messageReceived in interface IoHandler
Overrides:
messageReceived in class IoHandlerAdapter
Throws:
java.lang.Exception


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.