Uses of Interface
org.refcodes.serial.SequenceNumberInitValueAccessor
-
Uses of SequenceNumberInitValueAccessor in org.refcodes.serial
Subinterfaces of SequenceNumberInitValueAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a sequence number initial value property.interfaceTheStopAndWaitPacketStreamTransmissioninterface defines the base functionality required by aTransmissioninstance for providing block stream functionality.Classes in org.refcodes.serial that implement SequenceNumberInitValueAccessorModifier and TypeClassDescriptionclassAbstractStopAndWaitPacketStreamTransmissionDecorator<DECORATEE extends Transmission>AAbstractStopAndWaitPacketStreamTransmissionDecoratorwraps aTransmissioninstance and enriches theTransmissionwith packet-stream functionality.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.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.classTheTransmissionMetricsinterface represents common parameters required when configuring a transmission.