http
http
korolev.effect.io
DataSocket
DataSocket
CloseReason
ByPeer
Error
StreamCanceled
CloseReason
RawDataSocket
RawDataSocket
SecureDataSocket
SecureDataSocket
ServerSocket
ServerSocket
ServerSocketHandler
ServerSocketHandler
korolev.http
HttpClient
HttpClient
HttpServer
korolev.http.protocol
Http11
Http11
WebSocketProtocol
WebSocketProtocol
DecodingState
Begin
LongLength
Payload
ShortLength
DecodingState
Frame
Binary
ConnectionClose
Continuation
Control
Merged
Ping
Pong
Text
Unspecified
Frame
Intention
Intention
http
/
korolev.http.protocol
/
WebSocketProtocol
/
Frame
Frame
object
Frame
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
Frame
.type
Type members
Type members
Classlikes
final case
class
Binary
[
B
](
payload:
B
,
fin:
Boolean
)(
implicit
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
)(
implicit
evidence$7:
BytesLike
[
B
])
extends
Merged
[
B
]
final case
class
Unspecified
[
B
](
fin:
Boolean
,
opcode:
Int
,
payload:
B
)(
implicit
evidence$5:
BytesLike
[
B
])
extends
Merged
[
B
]