Uses of Interface
org.drasyl.handler.arq.stopandwait.StopAndWaitArqMessage
Packages that use StopAndWaitArqMessage
Package
Description
Codecs, Handlers, and Messages for the Go-Back-N protocol.
-
Uses of StopAndWaitArqMessage in org.drasyl.handler.arq.stopandwait
Classes in org.drasyl.handler.arq.stopandwait that implement StopAndWaitArqMessageModifier and TypeClassDescriptionfinal class
ACK message of the Stop-and-wait ARQ protocol.class
DATA message of the Stop-and-wait ARQ protocol.Methods in org.drasyl.handler.arq.stopandwait with parameters of type StopAndWaitArqMessageModifier and TypeMethodDescriptionprotected void
StopAndWaitArqCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, StopAndWaitArqMessage msg, List<Object> out)