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 AcknowledgementMessageAcknowledgementMessage.of(io.netty.buffer.ByteBuf byteBuf) static KeyExchangeMessageKeyExchangeMessage.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 SerializedPayloadSerializedPayload.of(io.netty.buffer.ByteBuf byteBuf)