Uses of Class
org.drasyl.handler.remote.protocol.InvalidMessageFormatException
Packages that use InvalidMessageFormatException
Package
Description
Contains classes necessary for encrypted peer/application communication.
Serialization of java objects to byte arrays and vice versa.
-
Uses of InvalidMessageFormatException in org.drasyl.node.handler.crypto
Methods in org.drasyl.node.handler.crypto that throw InvalidMessageFormatExceptionModifier and TypeMethodDescriptionstatic AcknowledgementMessage
AcknowledgementMessage.of
(io.netty.buffer.ByteBuf byteBuf) static KeyExchangeMessage
KeyExchangeMessage.of
(io.netty.buffer.ByteBuf byteBuf) -
Uses of InvalidMessageFormatException in org.drasyl.node.handler.serialization
Methods in org.drasyl.node.handler.serialization that throw InvalidMessageFormatExceptionModifier and TypeMethodDescriptionstatic SerializedPayload
SerializedPayload.of
(io.netty.buffer.ByteBuf byteBuf)