Packages

trait AtmosphereRequest extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AtmosphereRequest
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ackInterval: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attachHeadersAsQueryString: Boolean
  7. def callback: Function1[AtmosphereResponse, Any]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def closeAsync: Boolean
  10. def connectTimeout: Int
  11. def contentType: String
  12. def data: String
  13. def dropHeaders: Boolean
  14. def enableProtocol: Boolean
  15. def enableXDR: Boolean
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def executeCallbackBeforeReconnect: Boolean
  19. def fallbackMethod: Method
  20. def fallbackTransport: Transport
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def headers: Array[Any]
  26. def heartbeatServer: Int
    Annotations
    @JSName( "heartbeat.server" )
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. def logLevel: String
  30. def maxReconnectOnClose: Int
  31. def maxRequest: Int
  32. def maxStreamingLength: Int
  33. def messageDelimiter: String
  34. def method: Method
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def onClientTimeout: Function1[AtmosphereResponse, Any]
  39. def onClose: Function1[AtmosphereResponse, Any]
  40. def onError: Function1[AtmosphereResponse, Any]
  41. def onMessage: Function1[AtmosphereResponse, Any]
  42. def onMessagePublished: Function2[AtmosphereRequest, AtmosphereResponse, Any]
  43. def onOpen: Function1[AtmosphereResponse, Any]
  44. def onReconnect: Function2[AtmosphereRequest, AtmosphereResponse, Any]
  45. def onTransportFailure: Function2[String, AtmosphereResponse, Any]
  46. def pollingInterval: Int
  47. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  48. def push(request: String): Unit
  49. def push(request: AtmosphereRequest): Unit
  50. def readResponseHeaders: Boolean
  51. def reconnectInterval: Int
  52. def reconnectOnServerError: Boolean
  53. def reconnectOnWindowLocationChange: Boolean
  54. def responseBody: String
  55. def rewriteURL: Boolean
  56. def shared: Boolean
  57. def suspend: Boolean
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def timeout: Int
  60. def toLocaleString(): String
    Definition Classes
    Object
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def trackMessageLength: Boolean
  63. def transport: Transport
  64. def url: String
  65. def valueOf(): Any
    Definition Classes
    Object
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  69. def webSocketImpl: Any
  70. def webSocketPathDelimiter: String
  71. def webSocketUrl: String
  72. def withCredentials: Boolean

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped