Uses of Class
org.drasyl.handler.arq.gobackn.GoBackNArqData
Packages that use GoBackNArqData
Package
Description
Codecs, Handlers, and Messages for the Stop-and-wait-ARQ protocols.
-
Uses of GoBackNArqData in org.drasyl.handler.arq.gobackn
Methods in org.drasyl.handler.arq.gobackn that return GoBackNArqDataMethods in org.drasyl.handler.arq.gobackn with parameters of type GoBackNArqDataModifier and TypeMethodDescriptionboolean
SimpleWindow.add
(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) boolean
Window.add
(GoBackNArqData msg, io.netty.channel.ChannelPromise promise) Adds the given msg to the window, if there is enough capacity.protected void
ByteToGoBackNArqDataCodec.decode
(io.netty.channel.ChannelHandlerContext ctx, GoBackNArqData msg, List<Object> out)