Packages

p

zhttp

socket

package socket

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. socket
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CloseStatus extends AnyRef
  2. final case class SocketApp[-R](decoder: SocketDecoder = SocketDecoder.default, protocol: SocketProtocol = SocketProtocol.default, message: Option[(ChannelEvent[WebSocketFrame, WebSocketFrame]) ⇒ ZIO[R, Throwable, Any]] = None) extends Product with Serializable
  3. sealed trait SocketDecoder extends AnyRef

    Frame decoder configuration

  4. sealed trait SocketProtocol extends AnyRef

    Server side websocket configuration

  5. type WebSocketChannel = Channel[WebSocketFrame]

    A channel that allows websocket frames to be written to it.

  6. type WebSocketChannelEvent = ChannelEvent[WebSocketFrame, WebSocketFrame]

    A channel that allows websocket frames to be read and write to it.

  7. sealed trait WebSocketFrame extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped