org.apache.mina.examples.reverser
Class ReverseProtocolHandler
java.lang.Object
org.apache.mina.protocol.ProtocolHandlerAdapter
org.apache.mina.examples.reverser.ReverseProtocolHandler
- All Implemented Interfaces:
- ProtocolHandler
public class ReverseProtocolHandler
- extends ProtocolHandlerAdapter
ProtocolHandler implementation of reverser server protocol.
- Version:
- $Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $,
- Author:
- The Apache Directory Project (dev@directory.apache.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseProtocolHandler
public ReverseProtocolHandler()
exceptionCaught
public void exceptionCaught(ProtocolSession session,
Throwable cause)
- Description copied from interface:
ProtocolHandler
- Invoked when any exception is thrown by user
ProtocolHandler
implementation or by MINA. If cause is instanceof
IOException, MINA will close the connection automatically.
- Specified by:
exceptionCaught in interface ProtocolHandler- Overrides:
exceptionCaught in class ProtocolHandlerAdapter
messageReceived
public void messageReceived(ProtocolSession session,
Object message)
- Description copied from interface:
ProtocolHandler
- Invoked when protocol message is received. Implement your protocol flow
here.
- Specified by:
messageReceived in interface ProtocolHandler- Overrides:
messageReceived in class ProtocolHandlerAdapter
Copyright © 2004-2010 . All Rights Reserved.