http
http
API
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.effect.io
/
DataSocket
DataSocket
korolev.effect.io.DataSocket
See the
DataSocket
companion object
trait
DataSocket
[
F
[
_
],
B
]
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
RawDataSocket
[
F
,
B
]
class
SecureDataSocket
[
F
,
B
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
onClose
():
F
[
CloseReason
]
def
stream
:
Stream
[
F
,
B
]
def
write
(
bytes
:
B
):
F
[
Unit
]