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 TypeMethodDescriptionvoidRetransmissionQueue.add(io.netty.channel.ChannelHandlerContext ctx, Segment seg, TransmissionControlBlock tcb) voidReceiveBuffer.fireRead(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) Passes, if any, readable bytes that this buffer contains to the receiving application.voidOutgoingSegmentQueue.flush(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) voidReceiveBuffer.receive(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb, Segment seg) booleanRetransmissionQueue.removeAcknowledged(io.netty.channel.ChannelHandlerContext ctx, TransmissionControlBlock tcb) Method parameters in org.drasyl.handler.connection with type arguments of type TransmissionControlBlockModifier and TypeMethodDescriptionabstract ConnectionConfig.BuilderConnectionConfig.Builder.tcbSupplier(BiFunction<ConnectionConfig, io.netty.channel.Channel, TransmissionControlBlock> tcbProvider) Used to create theTransmissionControlBlock.