Uses of Class
org.drasyl.handler.connection.TransmissionControlBlock
Packages that use TransmissionControlBlock
-
Uses of TransmissionControlBlock in org.drasyl.handler.connection
Methods in org.drasyl.handler.connection that return TransmissionControlBlockMethods in org.drasyl.handler.connection that return types with arguments of type TransmissionControlBlockModifier and TypeMethodDescriptionabstract BiFunction<ConnectionConfig,
io.netty.channel.Channel, TransmissionControlBlock> ConnectionConfig.tcbSupplier()
Methods in org.drasyl.handler.connection with parameters of type TransmissionControlBlockModifier and TypeMethodDescriptionvoid
RetransmissionQueue.add
(io.netty.channel.ChannelHandlerContext ctx, Segment seg, TransmissionControlBlock tcb) void
ReceiveBuffer.fireRead
(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) Passes, if any, readable bytes that this buffer contains to the receiving application.void
OutgoingSegmentQueue.flush
(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) void
ReceiveBuffer.receive
(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb, Segment seg) boolean
RetransmissionQueue.removeAcknowledged
(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) Method parameters in org.drasyl.handler.connection with type arguments of type TransmissionControlBlockModifier and TypeMethodDescriptionabstract ConnectionConfig.Builder
ConnectionConfig.Builder.tcbSupplier
(BiFunction<ConnectionConfig, io.netty.channel.Channel, TransmissionControlBlock> tcbProvider) Used to create theTransmissionControlBlock
.