Deprecated API


Contents
Deprecated Enums
org.atmosphere.config.service.Ready.DELIVER_TO
            
 

Deprecated Methods
org.atmosphere.cpr.DefaultAtmosphereResourceFactory.broadcasters(String)
          Use AtmosphereResourceFactory.find(String).broadcasters() instead 
org.atmosphere.cpr.AtmosphereResourceFactory.broadcasters(String)
          Use AtmosphereResourceFactory.find(String).broadcasters() instead 
org.atmosphere.cpr.AtmosphereFramework.getCometSupport()
          Use getAsyncSupport 
org.atmosphere.handler.ReflectorServletProcessor.getServletClass()
          - use getServletClassName 
org.atmosphere.cpr.DefaultBroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource)
           
org.atmosphere.cpr.BroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource)
           
org.atmosphere.handler.ReflectorServletProcessor.setServletClass(String)
          - use setServletClassName 
 

Deprecated Constructors
org.atmosphere.cpr.AtmosphereResourceImpl(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler)
           
org.atmosphere.cpr.DefaultBroadcasterFactory(Class, String, AtmosphereConfig)
           
org.atmosphere.pool.PoolableBroadcasterFactory(Class, String, AtmosphereConfig)
           
org.atmosphere.util.QueryStringDecoder(String, String)
          Use QueryStringDecoder.QueryStringDecoder(String, Charset) instead. 
org.atmosphere.util.QueryStringDecoder(URI, String)
          Use QueryStringDecoder.QueryStringDecoder(URI, Charset) instead. 
 

Deprecated Annotation Type Elements
org.atmosphere.config.service.Ready.value
            
 



Copyright © 2015. All Rights Reserved.