Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Annotation Interface Elements
  • Deprecated Enum Classes
    Enum Class
    Description
    org.atmosphere.config.service.Ready.DELIVER_TO
     
  • Deprecated Fields
    Field
    Description
    org.atmosphere.interceptor.SimpleRestInterceptor.PROTOCOL_DETACHED_KEY
    always use detached mode
    org.atmosphere.interceptor.SimpleRestInterceptor.X_ATMOSPHERE_SIMPLE_REST_PROTOCOL_DETACHED
    always use detached mode
  • Deprecated Methods
    Method
    Description
    org.atmosphere.config.service.Ready.value()
     
    org.atmosphere.cpr.AtmosphereFramework.getCometSupport()
    Use getAsyncSupport
    org.atmosphere.cpr.AtmosphereRequest.attributes()
    Use AtmosphereRequest.localAttributes()
    org.atmosphere.cpr.AtmosphereResourceFactory.broadcasters(String)
    Use AtmosphereResourceFactory.find(String).broadcasters() instead
    org.atmosphere.cpr.BroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource)
    org.atmosphere.cpr.DefaultAtmosphereResourceFactory.broadcasters(String)
    Use AtmosphereResourceFactory.find(String).broadcasters() instead
    org.atmosphere.cpr.DefaultBroadcasterFactory.removeAllAtmosphereResource(AtmosphereResource)
    org.atmosphere.handler.ReflectorServletProcessor.getServletClass()
    - use getServletClassName
    org.atmosphere.handler.ReflectorServletProcessor.setServletClass(String)
    - use setServletClassName
  • Deprecated Constructors
    Constructor
    Description
    org.atmosphere.cpr.AtmosphereResourceImpl(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<AtmosphereResourceImpl>, AtmosphereHandler)
    org.atmosphere.cpr.DefaultBroadcasterFactory(Class<? extends Broadcaster>, String, AtmosphereConfig)
    org.atmosphere.pool.PoolableBroadcasterFactory(Class<? extends Broadcaster>, String, AtmosphereConfig)
    org.atmosphere.util.QueryStringDecoder(String, String)
    Use QueryStringDecoder(String, Charset) instead.
    org.atmosphere.util.QueryStringDecoder(URI, String)
    Use QueryStringDecoder(URI, Charset) instead.
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    org.atmosphere.config.service.Ready.value()
     

Copyright © 2023. All Rights Reserved.