org.http4s.server

websocket

package websocket

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. websocket
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Binary(msg: Array[Byte]) extends WSFrame with Product with Serializable

  2. case class Text(msg: String) extends WSFrame with Product with Serializable

  3. sealed trait WSFrame extends AnyRef

Value Members

  1. def WS(source: Process[Task, WSFrame] = halt, sink: Sink[Task, WSFrame] = halt, status: Task[Response] = ...): Task[Response]

  2. val websocketKey: AttributeKey[Websocket]

Inherited from AnyRef

Inherited from Any

Ungrouped