Uses of Interface
org.refcodes.serial.AcknowledgeSegmentPackagerAccessor
-
Uses of AcknowledgeSegmentPackagerAccessor in org.refcodes.serial
Modifier and TypeInterfaceDescriptionstatic interface
Provides aSegmentPackager
ACK property.interface
TheStopAndWaitPacketStreamTransmission
interface defines the base functionality required by aTransmission
instance for providing block stream functionality.interface
TheStopAndWaitTransmission
is the most simple implementation of the ARQ (Automatic repeat request) protocol.Modifier and TypeClassDescriptionclass
AbstractStopAndWaitPacketStreamTransmissionDecorator<DECORATEE extends Transmission>
AAbstractStopAndWaitPacketStreamTransmissionDecorator
wraps aTransmission
instance and enriches theTransmission
with packet-stream functionality.class
AbstractStopAndWaitTransmissionDecorator<DECORATEE extends Transmission>
TheAbstractStopAndWaitTransmissionDecorator
class implements a decorator providingStopAndWaitTransmission
functionality for aTransmission
.class
TheStopAndWaitPacketInputStream
wraps anInputStream
and chunks any data to be written into packets with a sequence number and a block of data.class
TheStopAndWaitPacketOutputStream
wraps anOutputStream
and chunks any data to be written into packets with a sequence number, a block of data and a CRC checksum.class
StopAndWaitPacketStreamSectionDecorator<DECORATEE extends Section>
AStopAndWaitPacketStreamSectionDecorator
chunks any outgoing stream (OutputStream
) into blocks of definite length and reassembles any incoming streams (InputStream
) from blocks of definite size into a contiguous stream.class
StopAndWaitPacketStreamSegmentDecorator<DECORATEE extends Segment>
AStopAndWaitPacketStreamSegmentDecorator
chunks any outgoing stream (OutputStream
) into blocks of definite length and reassembles any incoming streams (InputStream
) from blocks of definite size into a contiguous stream.class
StopAndWaitSectionDecorator<DECORATEE extends Section>
TheStopAndWaitSectionDecorator
class implements a decorator providingStopAndWaitTransmission
functionality for aSection
.class
StopAndWaitSegmentDecorator<DECORATEE extends Segment>
TheStopAndWaitSegmentDecorator
class implements a decorator providingStopAndWaitTransmission
functionality for aSegment
.class
TheTransmissionMetrics
interface represents common parameters required when configuring a transmission.