Uses of Class
org.drasyl.handler.arq.gobackn.GoBackNArqData
Package
Description
Codecs, Handlers, and Messages for the Stop-and-wait-ARQ protocols.
-
Uses of GoBackNArqData in org.drasyl.handler.arq.gobackn
Modifier 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)