org.http4s.websocket

Members list

Type members

Classlikes

class FrameTranscoder(val isClient: Boolean)

Attributes

Source
FrameTranscoder.scala
Supertypes
class Object
trait Matchable
class Any
final class ReservedOpcodeException(opcode: Int) extends ProtocolException

Attributes

Source
protocolexceptions.scala
Supertypes
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class UnknownOpcodeException(opcode: Int) extends ProtocolException

Attributes

Source
protocolexceptions.scala
Supertypes
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class WebSocketContext[F[_]](webSocket: WebSocket[F], headers: Headers, failureResponse: F[Response[F]])

Attributes

Source
WebSocketContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
abstract class WebSocketFrame

Attributes

Companion
object
Source
WebSocketFrame.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Binary
class Continuation
class ControlFrame
class Close
class Ping
class Pong
class Text
Show all

Attributes

Companion
class
Source
WebSocketFrame.scala
Supertypes
class Object
trait Matchable
class Any
Self type