WebSocketContext

final case
class WebSocketContext[F[_]](webSocket: WebSocket[F], headers: Headers, failureResponse: F[Response[F]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def imapK[G[_] : Functor](fk: FunctionK[F, G])(gk: FunctionK[G, F]): WebSocketContext[G]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product