Uses of Interface
org.refcodes.serial.AcknowledgeRetryNumberAccessor
-
Uses of AcknowledgeRetryNumberAccessor in org.refcodes.serial
Subinterfaces of AcknowledgeRetryNumberAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a acknowledge retry number.A acknowledge retry number is the overall number of retries to use when counting retries.interfaceTheErrorCorrectionTransmissionrepresents the base error correction transmission definition.interfaceTheStopAndWaitPacketStreamTransmissioninterface defines the base functionality required by aTransmissioninstance for providing block stream functionality.interfaceTheStopAndWaitTransmissionis the most simple implementation of the ARQ (Automatic repeat request) protocol.Classes in org.refcodes.serial that implement AcknowledgeRetryNumberAccessorModifier and TypeClassDescriptionclassAbstractErrorCorrectionTransmissionDecorator<DECORATEE extends Transmission>TheAbstractErrorCorrectionTransmissionDecoratorclass implements a decorator providing base functionality for an error correctionTransmission.classAbstractStopAndWaitPacketStreamTransmissionDecorator<DECORATEE extends Transmission>AAbstractStopAndWaitPacketStreamTransmissionDecoratorwraps aTransmissioninstance and enriches theTransmissionwith packet-stream functionality.classAbstractStopAndWaitTransmissionDecorator<DECORATEE extends Transmission>TheAbstractStopAndWaitTransmissionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aTransmission.classTheStopAndWaitPacketInputStreamwraps anInputStreamand chunks any data to be written into packets with a sequence number and a block of data.classTheStopAndWaitPacketOutputStreamwraps anOutputStreamand chunks any data to be written into packets with a sequence number, a block of data and a CRC checksum.classStopAndWaitPacketStreamSectionDecorator<DECORATEE extends Section>AStopAndWaitPacketStreamSectionDecoratorchunks any outgoing stream (OutputStream) into blocks of definite length and reassembles any incoming streams (InputStream) from blocks of definite size into a contiguous stream.classStopAndWaitPacketStreamSegmentDecorator<DECORATEE extends Segment>AStopAndWaitPacketStreamSegmentDecoratorchunks any outgoing stream (OutputStream) into blocks of definite length and reassembles any incoming streams (InputStream) from blocks of definite size into a contiguous stream.classStopAndWaitSectionDecorator<DECORATEE extends Section>TheStopAndWaitSectionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSection.classStopAndWaitSegmentDecorator<DECORATEE extends Segment>TheStopAndWaitSegmentDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSegment.classTheTransmissionMetricsinterface represents common parameters required when configuring a transmission.