Uses of Class
org.drasyl.handler.remote.protocol.PublicHeader
Packages that use PublicHeader
Package
Description
The protocol used for communication with remote peers.
-
Uses of PublicHeader in org.drasyl.handler.remote.protocol
Methods in org.drasyl.handler.remote.protocol that return PublicHeaderModifier and TypeMethodDescriptionstatic PublicHeaderPublicHeader.of(io.netty.buffer.ByteBuf byteBuf) static PublicHeaderPublicHeader.of(HopCount hopCount, boolean isArmed, int networkId, Nonce nonce, DrasylAddress recipient, DrasylAddress sender, ProofOfWork proofOfWork) static PublicHeaderPublicHeader.of(RemoteMessage msg) Methods in org.drasyl.handler.remote.protocol with parameters of type PublicHeaderModifier and TypeMethodDescriptionstatic PartialReadMessagePartialReadMessage.of(PublicHeader publicHeader, io.netty.buffer.ByteBuf bytes)