Trait/Object

io.udash.wrappers.atmosphere

AtmosphereRequest

Related Docs: object AtmosphereRequest | package atmosphere

Permalink

trait AtmosphereRequest extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ackInterval: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attachHeadersAsQueryString: Boolean

    Permalink
  7. def callback: Function1[AtmosphereResponse, Any]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def closeAsync: Boolean

    Permalink
  10. def connectTimeout: Int

    Permalink
  11. def contentType: String

    Permalink
  12. def data: String

    Permalink
  13. def dropHeaders: Boolean

    Permalink
  14. def enableProtocol: Boolean

    Permalink
  15. def enableXDR: Boolean

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def executeCallbackBeforeReconnect: Boolean

    Permalink
  19. def fallbackMethod: Method

    Permalink
  20. def fallbackTransport: Transport

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def headers: Array[Any]

    Permalink
  26. def heartbeatServer: Int

    Permalink
    Annotations
    @JSName( "heartbeat.server" )
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  29. def logLevel: String

    Permalink
  30. def maxReconnectOnClose: Int

    Permalink
  31. def maxRequest: Int

    Permalink
  32. def maxStreamingLength: Int

    Permalink
  33. def messageDelimiter: String

    Permalink
  34. def method: Method

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def onClientTimeout: Function1[AtmosphereResponse, Any]

    Permalink
  39. def onClose: Function1[AtmosphereResponse, Any]

    Permalink
  40. def onError: Function1[AtmosphereResponse, Any]

    Permalink
  41. def onMessage: Function1[AtmosphereResponse, Any]

    Permalink
  42. def onMessagePublished: Function2[AtmosphereRequest, AtmosphereResponse, Any]

    Permalink
  43. def onOpen: Function1[AtmosphereResponse, Any]

    Permalink
  44. def onReconnect: Function2[AtmosphereRequest, AtmosphereResponse, Any]

    Permalink
  45. def onTransportFailure: Function2[String, AtmosphereResponse, Any]

    Permalink
  46. def pollingInterval: Int

    Permalink
  47. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  48. def push(request: String): Unit

    Permalink
  49. def push(request: AtmosphereRequest): Unit

    Permalink
  50. def readResponseHeaders: Boolean

    Permalink
  51. def reconnectInterval: Int

    Permalink
  52. def reconnectOnServerError: Boolean

    Permalink
  53. def reconnectOnWindowLocationChange: Boolean

    Permalink
  54. def responseBody: String

    Permalink
  55. def rewriteURL: Boolean

    Permalink
  56. def shared: Boolean

    Permalink
  57. def suspend: Boolean

    Permalink
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def timeout: Int

    Permalink
  60. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. def trackMessageLength: Boolean

    Permalink
  63. def transport: Transport

    Permalink
  64. def url: String

    Permalink
  65. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def webSocketImpl: Any

    Permalink
  70. def webSocketPathDelimiter: String

    Permalink
  71. def webSocketUrl: String

    Permalink
  72. def withCredentials: Boolean

    Permalink

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped