case class TestChannel(counterpartEvents: Queue[Event[WebSocketFrame]]) extends WebSocketChannel with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestChannel
- Serializable
- Product
- Equals
- Channel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TestChannel(counterpartEvents: Queue[Event[WebSocketFrame]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoRead(flag: Boolean)(implicit trace: Trace): UIO[Unit]
- Definition Classes
- TestChannel → Channel
- def awaitClose(implicit trace: Trace): UIO[Unit]
- Definition Classes
- TestChannel → Channel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(await: Boolean)(implicit trace: Trace): Task[Unit]
- Definition Classes
- TestChannel → Channel
- val close: UIO[Boolean]
- def contramap[A1](f: (A1) => WebSocketFrame): Channel[A1]
- Definition Classes
- TestChannel → Channel
- val counterpartEvents: Queue[Event[WebSocketFrame]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def flush(implicit trace: Trace): Task[Unit]
- Definition Classes
- TestChannel → Channel
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def id(implicit trace: Trace): String
- Definition Classes
- TestChannel → Channel
- def isAutoRead(implicit trace: Trace): UIO[Boolean]
- Definition Classes
- TestChannel → Channel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pending(implicit trace: Trace): UIO[Event[WebSocketFrame]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def read(implicit trace: Trace): UIO[Unit]
- Definition Classes
- TestChannel → Channel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(msg: WebSocketFrame, await: Boolean)(implicit trace: Trace): Task[Unit]
- Definition Classes
- TestChannel → Channel
- def writeAndFlush(msg: WebSocketFrame, await: Boolean)(implicit trace: Trace): Task[Unit]
- Definition Classes
- TestChannel → Channel