org.mortbay.cometd
Class AbstractBayeux.SubscribeHandler

java.lang.Object
  extended by org.mortbay.cometd.AbstractBayeux.Handler
      extended by org.mortbay.cometd.AbstractBayeux.SubscribeHandler
Enclosing class:
AbstractBayeux

protected class AbstractBayeux.SubscribeHandler
extends AbstractBayeux.Handler


Constructor Summary
protected AbstractBayeux.SubscribeHandler()
           
 
Method Summary
 void handle(ClientImpl client, Transport transport, org.cometd.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBayeux.SubscribeHandler

protected AbstractBayeux.SubscribeHandler()
Method Detail

handle

public void handle(ClientImpl client,
                   Transport transport,
                   org.cometd.Message message)
            throws IOException
Throws:
IOException


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.