http
http
korolev.effect.io
DataSocket
RawDataSocket
RawDataSocket
ServerSocket
ServerSocket
ServerSocketHandler
korolev.http
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
/
RawDataSocket
RawDataSocket
sealed
class
RawDataSocket
[F[_], B](channel:
AsynchronousSocketChannel
, buffer:
ByteBuffer
, label:
String
)(implicit evidence$1:
Effect
[
F
], evidence$2:
BytesLike
[
B
]) extends
DataSocket
[
F
,
B
]
Companion
object
Graph
Supertypes
trait
DataSocket
[
F
,
B
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
write
(bytes:
B
):
F
[
Unit
]
Concrete fields
val
stream
:
Stream
[
F
,
B
]