org.mortbay.cometd
Class AbstractBayeux.UnsubscribeHandler

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

protected class AbstractBayeux.UnsubscribeHandler
extends AbstractBayeux.Handler


Constructor Summary
protected AbstractBayeux.UnsubscribeHandler()
           
 
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.UnsubscribeHandler

protected AbstractBayeux.UnsubscribeHandler()
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.