Uses of Interface
org.drasyl.handler.remote.protocol.PartialReadMessage
Package
Description
The protocol used for communication with remote peers.
-
Uses of PartialReadMessage in org.drasyl.handler.remote.protocol
Modifier and TypeClassDescriptionclass
Describes a protocol message whose contents has been armed by using authenticated encryption with associated data.class
Describes an unencrypted protocol message whose only public header has been read so far.Modifier and TypeMethodDescriptionstatic PartialReadMessage
PartialReadMessage.of
(io.netty.buffer.ByteBuf bytes) Creates aPartialReadMessage
frombytes
.static PartialReadMessage
PartialReadMessage.of
(PublicHeader publicHeader, io.netty.buffer.ByteBuf bytes)