Uses of Interface
org.refcodes.serial.SequenceNumberAccessor
-
Uses of SequenceNumberAccessor in org.refcodes.serial
Subinterfaces of SequenceNumberAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a sequence number property.Classes in org.refcodes.serial that implement SequenceNumberAccessorModifier and TypeClassDescriptionclassAbstractStopAndWaitTransmissionDecorator<DECORATEE extends Transmission>TheAbstractStopAndWaitTransmissionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aTransmission.classThePacketInputStreamwraps anInputStreamand chunks any data to be written into packets with a sequence number and a block of data.classThePacketOutputStreamwraps anOutputStreamand chunks any data to be written into packets with a sequence number, a block of data and a CRC checksum.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.classStopAndWaitSectionDecorator<DECORATEE extends Section>TheStopAndWaitSectionDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSection.classStopAndWaitSegmentDecorator<DECORATEE extends Segment>TheStopAndWaitSegmentDecoratorclass implements a decorator providingStopAndWaitTransmissionfunctionality for aSegment.