Uses of Interface
org.drasyl.handler.arq.gobackn.GoBackNArqMessage
Packages that use GoBackNArqMessage
Package
Description
Codecs, Handlers, and Messages for the Stop-and-wait-ARQ protocols.
-
Uses of GoBackNArqMessage in org.drasyl.handler.arq.gobackn
Classes in org.drasyl.handler.arq.gobackn that implement GoBackNArqMessageModifier and TypeClassDescriptionclassAck message of the Go-Back-N ARQ protocol.classData message of the Go-Back-N ARQ protocol.classFirst data message of the Go-Back-N ARQ protocol.classLast data message of the Go-Back-N ARQ protocol.classRst message of the Go-Back-N ARQ protocol.Methods in org.drasyl.handler.arq.gobackn with parameters of type GoBackNArqMessageModifier and TypeMethodDescriptionprotected voidGoBackNArqCodec.encode(io.netty.channel.ChannelHandlerContext ctx, GoBackNArqMessage msg, List<Object> out)