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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def headers: Array[Any]

    Permalink
  25. def heartbeatServer: Int

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

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

    Permalink
    Definition Classes
    Object
  28. def logLevel: String

    Permalink
  29. def maxReconnectOnClose: Int

    Permalink
  30. def maxRequest: Int

    Permalink
  31. def maxStreamingLength: Int

    Permalink
  32. def messageDelimiter: String

    Permalink
  33. def method: Method

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def onClientTimeout: Function1[AtmosphereResponse, Any]

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

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

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

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

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

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

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

    Permalink
  45. def pollingInterval: Int

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

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

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

    Permalink
  49. def readResponseHeaders: Boolean

    Permalink
  50. def reconnectInterval: Int

    Permalink
  51. def reconnectOnServerError: Boolean

    Permalink
  52. def reconnectOnWindowLocationChange: Boolean

    Permalink
  53. def responseBody: String

    Permalink
  54. def rewriteURL: Boolean

    Permalink
  55. def shared: Boolean

    Permalink
  56. def suspend: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  58. def timeout: Int

    Permalink
  59. def toLocaleString(): String

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

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

    Permalink
  62. def transport: Transport

    Permalink
  63. def url: String

    Permalink
  64. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  65. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(): Unit

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

    Permalink
  69. def webSocketPathDelimiter: String

    Permalink
  70. def webSocketUrl: String

    Permalink
  71. def withCredentials: Boolean

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped