org.fusesource.scalate.guice

ScalateAtmosphereServlet

class ScalateAtmosphereServlet extends AtmosphereServlet

Atmosphere servlet configured by Scalate/Guice

Annotations
@Singleton()
Source
ScalateAtmosphereServlet.scala
Linear Supertypes
AtmosphereServlet, CometProcessor, ServletContextProvider, HttpEventServlet, CometProcessor, AbstractAsyncServlet, WebSocketServlet, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalateAtmosphereServlet
  2. AtmosphereServlet
  3. CometProcessor
  4. ServletContextProvider
  5. HttpEventServlet
  6. CometProcessor
  7. AbstractAsyncServlet
  8. WebSocketServlet
  9. HttpServlet
  10. GenericServlet
  11. Serializable
  12. ServletConfig
  13. Servlet
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateAtmosphereServlet(injector: Injector)

    Annotations
    @Inject()

Type Members

  1. class AtmosphereConfig extends AnyRef

    Definition Classes
    AtmosphereServlet

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ScalateAtmosphereServlet, B)

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to ArrowAssoc[ScalateAtmosphereServlet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object AtmosphereConfig

    Definition Classes
    AtmosphereServlet
  9. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler[HttpServletRequest, HttpServletResponse], arg2: Broadcaster): Unit

    Definition Classes
    AtmosphereServlet
  10. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler[_, _], arg2: String): Unit

    Definition Classes
    AtmosphereServlet
  11. def addAtmosphereHandler(arg0: String, arg1: AtmosphereHandler[_, _]): Unit

    Definition Classes
    AtmosphereServlet
  12. def addBroadcasterType(arg0: String): Unit

    Definition Classes
    AtmosphereServlet
  13. def addInitParameter(arg0: String, arg1: String): Unit

    Definition Classes
    AtmosphereServlet
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def autoDetectAtmosphereHandlers(arg0: ServletContext, arg1: URLClassLoader): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( ... )
  16. def autoDetectContainer(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def configureBroadcaster(arg0: ServletContext): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  19. def configureDefaultBroadcasterFactory(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  20. def configureWebDotXmlAtmosphereHandler(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  21. def createCometSupportResolver(): CometSupportResolver

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  22. def destroy(): Unit

    Definition Classes
    AtmosphereServlet → GenericServlet → Servlet
  23. def detectSupportedFramework(sc: ServletConfig): Boolean

    Most of the code to set up AtmosphereServlet has been borrowed from org.atmosphere.guice.AtmosphereGuiceServlet#detectSupportedFramework

    Most of the code to set up AtmosphereServlet has been borrowed from org.atmosphere.guice.AtmosphereGuiceServlet#detectSupportedFramework

    Definition Classes
    ScalateAtmosphereServlet → AtmosphereServlet
  24. def doCometSupport(arg0: HttpServletRequest, arg1: HttpServletResponse): Action

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  25. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  26. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  27. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  28. def doInitParams(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  29. def doInitParamsForWebSocket(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  30. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  31. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  32. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  33. def doRequest(arg0: RequestResponseKey): Boolean

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet → AbstractAsyncServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  34. def doResponse(arg0: RequestResponseKey, arg1: Any): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet → AbstractAsyncServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  35. def doTimeout(arg0: RequestResponseKey): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet → AbstractAsyncServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  36. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Definition Classes
    AtmosphereServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  37. def doWebSocketConnect(arg0: HttpServletRequest, arg1: String): WebSocket

    Definition Classes
    AtmosphereServlet
  38. def ensuring(cond: (ScalateAtmosphereServlet) ⇒ Boolean, msg: ⇒ Any): ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: (ScalateAtmosphereServlet) ⇒ Boolean): ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean, msg: ⇒ Any): ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean): ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  44. def event(arg0: HttpEvent): Unit

    Definition Classes
    AtmosphereServlet → HttpEventServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. def event(arg0: CometEvent): Unit

    Definition Classes
    AtmosphereServlet → CometProcessor
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  46. def event(arg0: CometEvent): Unit

    Definition Classes
    AtmosphereServlet → CometProcessor
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  47. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  49. def getAtmosphereConfig(): AtmosphereConfig

    Definition Classes
    AtmosphereServlet
  50. def getBroadcasterCacheClassName(): String

    Definition Classes
    AtmosphereServlet
  51. def getBroadcasterFactory(): BroadcasterFactory

    Definition Classes
    AtmosphereServlet
  52. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  53. def getCometSupport(): CometSupport

    Definition Classes
    AtmosphereServlet
  54. def getInitParameter(arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  55. def getInitParameterNames(): Enumeration

    Definition Classes
    GenericServlet → ServletConfig
  56. def getLastModified(arg0: HttpServletRequest): Long

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  57. def getServletConfig(): ServletConfig

    Definition Classes
    GenericServlet → Servlet
  58. def getServletContext(): ServletContext

    Definition Classes
    GenericServlet → ServletConfig
  59. def getServletInfo(): String

    Definition Classes
    GenericServlet → Servlet
  60. def getServletName(): String

    Definition Classes
    GenericServlet → ServletConfig
  61. def getWebSocketProcessorClassName(): String

    Definition Classes
    AtmosphereServlet
  62. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  63. def init(arg0: ServletConfig): Unit

    Definition Classes
    AtmosphereServlet → GenericServlet → Servlet
    Annotations
    @throws( ... )
  64. def init(): Unit

    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  65. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  66. def isUseStreamForFlushingComments(): Boolean

    Definition Classes
    AtmosphereServlet
  67. def loadAtmosphereDotXml(arg0: InputStream, arg1: URLClassLoader): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  68. def loadAtmosphereHandlersFromPath(arg0: URLClassLoader, arg1: String): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  69. def loadConfiguration(arg0: ServletConfig): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... )
  70. def log(arg0: String, arg1: Throwable): Unit

    Definition Classes
    GenericServlet
  71. def log(arg0: String): Unit

    Definition Classes
    GenericServlet
  72. def lookupDefaultBroadcasterType(): String

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  73. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  74. final def notify(): Unit

    Definition Classes
    AnyRef
  75. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  76. def readSystemProperties(): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  77. def removeAllAtmosphereHandler(): Unit

    Definition Classes
    AtmosphereServlet
  78. def removeAllInitParams(): Unit

    Definition Classes
    AtmosphereServlet
  79. def removeAtmosphereHandler(arg0: String): Boolean

    Definition Classes
    AtmosphereServlet
  80. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  81. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  82. def sessionSupport(arg0: Boolean): Unit

    Attributes
    protected[org.atmosphere.cpr]
    Definition Classes
    AtmosphereServlet
  83. def setBroadcasterCacheClassName(arg0: String): Unit

    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  84. def setBroadcasterFactory(arg0: BroadcasterFactory): AtmosphereServlet

    Definition Classes
    AtmosphereServlet
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  85. def setCometSupport(arg0: CometSupport): Unit

    Definition Classes
    AtmosphereServlet
  86. def setUseStreamForFlushingComments(arg0: Boolean): Unit

    Definition Classes
    AtmosphereServlet
  87. def setWebSocketProcessorClassName(arg0: String): Unit

    Definition Classes
    AtmosphereServlet
  88. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  89. def toString(): String

    Definition Classes
    AnyRef → Any
  90. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. def [B](y: B): (ScalateAtmosphereServlet, B)

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to ArrowAssoc[ScalateAtmosphereServlet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateAtmosphereServlet: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateAtmosphereServlet: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to ArrowAssoc[ScalateAtmosphereServlet] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateAtmosphereServlet: ArrowAssoc[ScalateAtmosphereServlet]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ScalateAtmosphereServlet

    Implicit information
    This member is added by an implicit conversion from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateAtmosphereServlet: Ensuring[ScalateAtmosphereServlet]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AtmosphereServlet

Inherited from CometProcessor

Inherited from ServletContextProvider

Inherited from HttpEventServlet

Inherited from CometProcessor

Inherited from AbstractAsyncServlet

Inherited from WebSocketServlet

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalateAtmosphereServlet to StringAdd

Inherited by implicit conversion any2stringfmt from ScalateAtmosphereServlet to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ScalateAtmosphereServlet to ArrowAssoc[ScalateAtmosphereServlet]

Inherited by implicit conversion any2Ensuring from ScalateAtmosphereServlet to Ensuring[ScalateAtmosphereServlet]

Ungrouped