Packages

p

spinoco.fs2.http

websocket

package websocket

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Frame[A] extends AnyRef
  2. case class WebSocketRequest(hostPort: HostPort, header: HttpRequestHeader, secure: Boolean) extends Product with Serializable

    Request to establish websocket connection from the client

    Request to establish websocket connection from the client

    hostPort

    Host (port) of the server

    header

    Any Header information. Note that Method will be always GET replacing any other method configured. Also any WebSocket Handshake headers will be overriden.

    secure

    True, if the connection shall be secure (wss)

Value Members

  1. object Frame
  2. object WebSocket
  3. object WebSocketRequest extends Serializable

Ungrouped