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
/
DecodingState
DecodingState
object
DecodingState
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
DecodingState
.type
Type members
Value members
Type members
Classlikes
case
object
Begin
extends
DecodingState
case
class
LongLength
(
fin:
Boolean
,
mask:
Boolean
,
opcode:
Int
)
extends
DecodingState
case
class
Payload
(
fin:
Boolean
,
containMask:
Boolean
,
opcode:
Int
,
length:
Long
)
extends
DecodingState
case
class
ShortLength
(
fin:
Boolean
,
mask:
Boolean
,
opcode:
Int
)
extends
DecodingState
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete fields
val
begin
:
DecodingState