Deprecated API


Contents
Deprecated Fields
org.cometd.server.CometdServlet.CONFIG_LEVEL
          Use BayeuxServerImpl.CONFIG_LOG_LEVEL instead. 
org.cometd.server.CometdServlet.DEBUG_LEVEL
          Use BayeuxServerImpl.DEBUG_LOG_LEVEL instead. 
org.cometd.server.CometdServlet.INFO_LEVEL
          Use BayeuxServerImpl.INFO_LOG_LEVEL instead. 
 

Deprecated Methods
org.cometd.server.BayeuxServerImpl.getChannelChildren(ChannelId)
          because it scans all the existing channels and therefore is inefficient; if the functionality is needed, then we may consider adding it to ServerChannel. 
org.cometd.server.ServerMessageImpl.parseServerMessages(Reader, boolean)
            
org.cometd.server.ServerMessageImpl.parseServerMessages(String)
            
 



Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.