Uses of Interface
org.cometd.Extension

Packages that use Extension
org.cometd   
org.cometd.client   
org.cometd.client.ext   
org.cometd.oort   
org.cometd.server   
org.cometd.server.ext   
 

Uses of Extension in org.cometd
 

Methods in org.cometd with parameters of type Extension
 void Bayeux.addExtension(Extension ext)
          Adds a bayeux extension.
 void Client.addExtension(Extension ext)
          Adds a bayeux client extension.
 void Bayeux.removeExtension(Extension ext)
          Removes a bayeux extension.
 void Client.removeExtension(Extension ext)
          Removes a bayeux client extension.
 

Uses of Extension in org.cometd.client
 

Methods in org.cometd.client with parameters of type Extension
 void BayeuxClient.addExtension(Extension ext)
           
 void BayeuxClient.removeExtension(Extension ext)
           
 

Uses of Extension in org.cometd.client.ext
 

Classes in org.cometd.client.ext that implement Extension
 class AckExtension
          AckExtension This client-side extension enables the client to acknowledge to the server the messages that the client has received.
 class TimesyncClientExtension
           
 

Uses of Extension in org.cometd.oort
 

Classes in org.cometd.oort that implement Extension
protected  class Oort.OortExtension
          Extension to detect incoming handshake from other Oort servers and to call Oort.oortHandshook(String, String, String).
protected  class Oort.RemoteOortClientExtension
          An Extension installed on clients for remote Oort servers that prevents publish loops.
 

Uses of Extension in org.cometd.server
 

Fields in org.cometd.server declared as Extension
protected  Extension[] AbstractBayeux._extensions
           
 

Methods in org.cometd.server with parameters of type Extension
 void ClientImpl.addExtension(Extension ext)
           
 void AbstractBayeux.addExtension(Extension ext)
           
 void ClientImpl.removeExtension(Extension ext)
           
 void AbstractBayeux.removeExtension(Extension ext)
           
 

Uses of Extension in org.cometd.server.ext
 

Classes in org.cometd.server.ext that implement Extension
 class AcknowledgedMessagesClientExtension
          Acknowledged Message Client extension.
 class AcknowledgedMessagesExtension
          Acknowledged Messages extension.
 class TimestampExtension
           
 class TimesyncExtension
          Timesync extension (server side).
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.