Uses of Interface
org.refcodes.serial.ErrorCorrectionTransmission
-
Uses of ErrorCorrectionTransmission in org.refcodes.serial
Subinterfaces of ErrorCorrectionTransmission in org.refcodes.serialModifier and TypeInterfaceDescriptioninterfaceTheStopAndWaitTransmissionis the most simple implementation of the ARQ (Automatic repeat request) protocol.Classes in org.refcodes.serial that implement ErrorCorrectionTransmissionModifier and TypeClassDescriptionclassAbstractErrorCorrectionTransmissionDecorator<DECORATEE extends Transmission>TheAbstractErrorCorrectionTransmissionDecoratorclass implements a decorator providing base functionality for an error correctionTransmission.classAbstractStopAndWaitTransmissionDecorator<DECORATEE extends Transmission>TheAbstractStopAndWaitTransmissionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aTransmission.classStopAndWaitSectionDecorator<DECORATEE extends Section>TheStopAndWaitSectionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSection.classStopAndWaitSegmentDecorator<DECORATEE extends Segment>TheStopAndWaitSegmentDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSegment.