final class TestWebSocket extends WebSocket

Linear Supertypes
WebSocket, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestWebSocket
  2. WebSocket
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestWebSocket(url: String, initialState: ReadyState = ReadyState.Connecting)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val binaryType: VarJs[BinaryType]
    Definition Classes
    TestWebSocket → WebSocket
  6. def bufferedAmount(): Int
    Definition Classes
    TestWebSocket → WebSocket
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(reason: CloseReason): Unit
    Definition Classes
    TestWebSocket → WebSocket
  9. def close(code: CloseCode): Unit
  10. def close(): Unit
  11. def closing(): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def extensions(): String
    Definition Classes
    TestWebSocket → WebSocket
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val onClose: VarJs[Function1[CloseEvent, _]]
    Definition Classes
    TestWebSocket → WebSocket
  22. val onError: VarJs[Function1[Event, _]]
    Definition Classes
    TestWebSocket → WebSocket
  23. val onMessage: VarJs[Function1[MessageEvent, _]]
    Definition Classes
    TestWebSocket → WebSocket
  24. val onOpen: VarJs[Function1[Event, _]]
    Definition Classes
    TestWebSocket → WebSocket
  25. val onSend: VarJs[(Message) => Unit]
  26. def open(): Unit
  27. def pendingResponse(): Vector[Message]
  28. def readyState(): ReadyState
    Definition Classes
    TestWebSocket → WebSocket
  29. def recv(data: Blob): Unit
  30. def recv(data: ArrayBuffer): Unit
  31. def recv(data: String): Unit
  32. def recv(m: Message): Unit
  33. def respondToNextPending(respondWith: (Message) => Message): Unit
  34. def send(data: Blob): Unit
    Definition Classes
    TestWebSocket → WebSocket
  35. def send(data: ArrayBuffer): Unit
    Definition Classes
    TestWebSocket → WebSocket
  36. def send(data: String): Unit
    Definition Classes
    TestWebSocket → WebSocket
  37. def sent(): Vector[Message]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    TestWebSocket → AnyRef → Any
  40. val url: String
    Definition Classes
    TestWebSocket → WebSocket
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from WebSocket

Inherited from AnyRef

Inherited from Any

Ungrouped