org.jboss.messaging.core.client.impl
Class ClientSessionPacketHandler

java.lang.Object
  extended by org.jboss.messaging.core.client.impl.ClientSessionPacketHandler
All Implemented Interfaces:
ChannelHandler

public class ClientSessionPacketHandler
extends java.lang.Object
implements ChannelHandler

A ClientSessionPacketHandler

Author:
Tim Fox

Constructor Summary
ClientSessionPacketHandler(ClientSessionInternal clientSesssion, Channel channel)
           
 
Method Summary
 void handlePacket(Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSessionPacketHandler

public ClientSessionPacketHandler(ClientSessionInternal clientSesssion,
                                  Channel channel)
Method Detail

handlePacket

public void handlePacket(Packet packet)
Specified by:
handlePacket in interface ChannelHandler


Copyright © 2006 JBoss Inc. All Rights Reserved.