Packages

class Http4sWSStage extends TailStage[WebSocketFrame]

Source
Http4sWSStage.scala
Linear Supertypes
TailStage[WebSocketFrame], Tail[WebSocketFrame], Stage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http4sWSStage
  2. TailStage
  3. Tail
  4. Stage
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Http4sWSStage(ws: Websocket)(implicit strategy: Strategy)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to any2stringadd[Http4sWSStage] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Http4sWSStage, B)
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to ArrowAssoc[Http4sWSStage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def channelRead(size: Int, timeout: Duration): Future[WebSocketFrame]
    Definition Classes
    Tail
  8. final def channelWrite(data: Seq[WebSocketFrame], timeout: Duration): Future[Unit]
    Definition Classes
    Tail
  9. def channelWrite(data: Seq[WebSocketFrame]): Future[Unit]
    Definition Classes
    Tail
  10. final def channelWrite(data: WebSocketFrame, timeout: Duration): Future[Unit]
    Definition Classes
    Tail
  11. def channelWrite(data: WebSocketFrame): Future[Unit]
    Definition Classes
    Tail
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def ensuring(cond: (Http4sWSStage) ⇒ Boolean, msg: ⇒ Any): Http4sWSStage
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to Ensuring[Http4sWSStage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Http4sWSStage) ⇒ Boolean): Http4sWSStage
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to Ensuring[Http4sWSStage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Http4sWSStage
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to Ensuring[Http4sWSStage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Http4sWSStage
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to Ensuring[Http4sWSStage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def findOutboundStage[C <: Stage](clazz: Class[C]): Option[C]
    Definition Classes
    Tail
  21. final def findOutboundStage(name: String): Option[Stage]
    Definition Classes
    Tail
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to StringFormat[Http4sWSStage] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def inboundCommand(cmd: InboundCommand): Unit
    Definition Classes
    Stage
  26. def inputstream: Stream[Task, WebSocketFrame]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final val logger: Logger
    Attributes
    protected
    Definition Classes
    Stage
  29. def name: String
    Definition Classes
    Http4sWSStage → Stage
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def replaceInline(leafBuilder: LeafBuilder[WebSocketFrame], startup: Boolean): Http4sWSStage.this.type
    Definition Classes
    Tail
  34. final def sendOutboundCommand(cmd: OutboundCommand): Unit
    Definition Classes
    Tail
  35. def snk: Sink[Task, WebSocketFrame]
  36. final def spliceBefore(stage: MidStage[WebSocketFrame, WebSocketFrame]): Unit
    Definition Classes
    Tail
  37. def stageShutdown(): Unit
    Attributes
    protected
    Definition Classes
    Http4sWSStage → Stage
  38. def stageStartup(): Unit
    Attributes
    protected
    Definition Classes
    Http4sWSStage → Stage
  39. implicit val strategy: Strategy
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  45. def [B](y: B): (Http4sWSStage, B)
    Implicit
    This member is added by an implicit conversion from Http4sWSStage to ArrowAssoc[Http4sWSStage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TailStage[WebSocketFrame]

Inherited from Tail[WebSocketFrame]

Inherited from Stage

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Http4sWSStage to any2stringadd[Http4sWSStage]

Inherited by implicit conversion StringFormat from Http4sWSStage to StringFormat[Http4sWSStage]

Inherited by implicit conversion Ensuring from Http4sWSStage to Ensuring[Http4sWSStage]

Inherited by implicit conversion ArrowAssoc from Http4sWSStage to ArrowAssoc[Http4sWSStage]

Ungrouped