openlsd.appli.extension
Class LSDExtClientInfoSessionHandler

java.lang.Object
  extended by org.apache.mina.common.IoHandlerAdapter
      extended by openlsd.network.client.common.LSDClientCommonSessionHandler
          extended by openlsd.network.client.info.LSDClientInfoSessionHandler
              extended by openlsd.appli.extension.LSDExtClientInfoSessionHandler
All Implemented Interfaces:
org.apache.mina.common.IoHandler

public class LSDExtClientInfoSessionHandler
extends LSDClientInfoSessionHandler

Class for taking into account DB for InfoSessionHandler

Author:
Frederic Bregier LGPL

Constructor Summary
LSDExtClientInfoSessionHandler()
           
 
Method Summary
protected  void messageGetList(org.apache.mina.common.IoSession session, LSDClientSession ls, byte[] bytes)
          Extension to take care of the result
protected  void messageGetListMD5(org.apache.mina.common.IoSession session, LSDClientSession ls, byte[] bytes)
          Extension to take care of the result
 
Methods inherited from class openlsd.network.client.info.LSDClientInfoSessionHandler
messageClear, messageGetAExist, messageGetAExistMD5, messageRun
 
Methods inherited from class openlsd.network.client.common.LSDClientCommonSessionHandler
exceptionCaught, messageReceived, messageSent, sessionClosed, sessionFinished, sessionIdle
 
Methods inherited from class org.apache.mina.common.IoHandlerAdapter
sessionCreated, sessionOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSDExtClientInfoSessionHandler

public LSDExtClientInfoSessionHandler()
Method Detail

messageGetList

protected void messageGetList(org.apache.mina.common.IoSession session,
                              LSDClientSession ls,
                              byte[] bytes)
Extension to take care of the result

Overrides:
messageGetList in class LSDClientInfoSessionHandler
Parameters:
session -
ls -
bytes -
See Also:
LSDClientInfoSessionHandler.messageGetAExist(org.apache.mina.common.IoSession, openlsd.network.client.common.LSDClientSession, byte[])

messageGetListMD5

protected void messageGetListMD5(org.apache.mina.common.IoSession session,
                                 LSDClientSession ls,
                                 byte[] bytes)
Extension to take care of the result

Overrides:
messageGetListMD5 in class LSDClientInfoSessionHandler
Parameters:
session -
ls -
bytes -
See Also:
LSDClientInfoSessionHandler.messageGetAExistMD5(org.apache.mina.common.IoSession, openlsd.network.client.common.LSDClientSession, byte[])