kuilt
Toggle table of contents
0.7.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-nw
/
us.tractat.kuilt.nw
/
NwBytesReceived
Nw
Bytes
Received
data
class
NwBytesReceived
(
val
connectionId
:
NwConnectionId
,
val
bytes
:
ByteArray
)
A chunk of
bytes
arrived on
connectionId
. Framing is above this layer.
Members
Constructors
Nw
Bytes
Received
Link copied to clipboard
constructor
(
connectionId
:
NwConnectionId
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
connection
Id
Link copied to clipboard
val
connectionId
:
NwConnectionId
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int