Uses of Class
org.drasyl.handler.connection.TransmissionControlBlock
-
Uses of TransmissionControlBlock in org.drasyl.handler.connection
Modifier and TypeMethodDescriptionabstract BiFunction<ConnectionConfig,
io.netty.channel.Channel, TransmissionControlBlock> ConnectionConfig.tcbSupplier()
Modifier 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) Modifier and TypeMethodDescriptionabstract ConnectionConfig.Builder
ConnectionConfig.Builder.tcbSupplier
(BiFunction<ConnectionConfig, io.netty.channel.Channel, TransmissionControlBlock> tcbProvider) Used to create theTransmissionControlBlock
.