package websocket
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait Frame[A] extends AnyRef
-
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
- object Frame
- object WebSocket
- object WebSocketRequest extends Serializable