Uses of Interface
org.refcodes.serial.StopAndWaitPacketStreamTransmission
-
Uses of StopAndWaitPacketStreamTransmission in org.refcodes.serial
Classes in org.refcodes.serial that implement StopAndWaitPacketStreamTransmissionModifier and TypeClassDescriptionclassAbstractStopAndWaitPacketStreamTransmissionDecorator<DECORATEE extends Transmission>AAbstractStopAndWaitPacketStreamTransmissionDecoratorwraps aTransmissioninstance and enriches theTransmissionwith packet-stream functionality.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.