http
http
korolev.effect.io
DataSocket
RawDataSocket
RawDataSocket
ServerSocket
ServerSocket
ServerSocketHandler
korolev.http
HttpClient
HttpServer
korolev.http.protocol
Http11
Http11
WebSocketProtocol
WebSocketProtocol
Intention
Intention
Frame
Frame
Control
Merged
Unspecified
Continuation
Binary
Text
ConnectionClose
Ping
Pong
DecodingState
DecodingState
Begin
ShortLength
LongLength
Payload
http
/
korolev.http.protocol
/
WebSocketProtocol
/
Frame
Frame
object
Frame
Companion
class
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Type members
Type members
Classlikes
final case
class
Binary
[B](payload:
B
, fin:
Boolean
)(`evidence$6`:
BytesLike
[
B
]) extends
Merged
[
B
]
case
object
ConnectionClose
extends
Frame
[
Nothing
] with
Merged
[
Nothing
] with
Control
[
Nothing
]
final case
class
Continuation
[B](payload:
B
, fin:
Boolean
) extends
Frame
[
B
]
sealed
trait
Control
[B] extends
Frame
[
B
] with
Merged
[
B
]
sealed
trait
Merged
[B] extends
Frame
[
B
]
case
object
Ping
extends
Frame
[
Nothing
] with
Merged
[
Nothing
] with
Control
[
Nothing
]
case
object
Pong
extends
Frame
[
Nothing
] with
Merged
[
Nothing
] with
Control
[
Nothing
]
final case
class
Text
[B](payload:
B
, fin:
Boolean
)(`evidence$7`:
BytesLike
[
B
]) extends
Merged
[
B
]
final case
class
Unspecified
[B](fin:
Boolean
, opcode:
Int
, payload:
B
)(`evidence$5`:
BytesLike
[
B
]) extends
Merged
[
B
]