Uses of Interface
org.drasyl.handler.remote.protocol.PartialReadMessage
Packages that use PartialReadMessage
Package
Description
The protocol used for communication with remote peers.
-
Uses of PartialReadMessage in org.drasyl.handler.remote.protocol
Classes in org.drasyl.handler.remote.protocol that implement PartialReadMessageModifier and TypeClassDescriptionclassDescribes a protocol message whose contents has been armed by using authenticated encryption with associated data.classDescribes an unencrypted protocol message whose only public header has been read so far.Methods in org.drasyl.handler.remote.protocol that return PartialReadMessageModifier and TypeMethodDescriptionstatic PartialReadMessagePartialReadMessage.of(io.netty.buffer.ByteBuf bytes) Creates aPartialReadMessagefrombytes.static PartialReadMessagePartialReadMessage.of(PublicHeader publicHeader, io.netty.buffer.ByteBuf bytes)