Class ReadyToReceiveSegmentDecorator<DECORATEE extends Segment>

java.lang.Object
org.refcodes.serial.AbstractReadyToReceiveTransmissionDecorator<DECORATEE>
org.refcodes.serial.ReadyToReceiveSegmentDecorator<DECORATEE>
Type Parameters:
DECORATEE - The decoratee type describing the according subclass to be enriched.
All Implemented Interfaces:
Serializable, org.refcodes.mixin.DecorateeAccessor<DECORATEE>, org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.Schemable, DecoratorSegment<DECORATEE>, EnquiryStandbyTimeMillisAccessor, ReadyToReceiveMagicBytesAccessor, ReadyToReceiveRetryNumberAccessor, ReadyToReceiveSegmentPackagerAccessor, ReadyToReceiveTimeoutMillisAccessor, ReadyToReceiveTransmission, Segment, Transmission, Transmission.TransmissionMixin

public class ReadyToReceiveSegmentDecorator<DECORATEE extends Segment> extends AbstractReadyToReceiveTransmissionDecorator<DECORATEE> implements Segment, DecoratorSegment<DECORATEE>
The ReadyToReceiveSegmentDecorator class implements a decorator providing ReadyToReceiveTransmission functionality for a Segment.
See Also:
  • Constructor Details

    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, long aReadyToReceiveTimeoutInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, byte aReadyToReceiveMagicBytes)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes, int aReadyToReceiveRetryNumber)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes, long aReadyToReceiveTimeoutInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte aReadyToReceiveMagicBytes)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToReceiveRetryNumber, long aReadyToReceiveTimeoutInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToReceiveTimeoutInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aReadyToReceiveTimeoutInMs, SegmentPackager aReadyToReceiveSegmentPackager)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs)
    • ReadyToReceiveSegmentDecorator

      public ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics)
  • Method Details

    • fromTransmission

      public int fromTransmission(Sequence aSequence, int aOffset) throws TransmissionException
      (Re-)initializes this instance with the the given Sequence data.
      Specified by:
      fromTransmission in interface Segment
      Parameters:
      aSequence - The Sequence data from which to (re-)initialize this instance.
      aOffset - The offset where to start processing the provided Sequence.
      Returns:
      The index after the last offset into the given Sequence processed by this method.
      Throws:
      TransmissionException - thrown in case a given Sequence cannot be processed.
    • receiveFrom

      public void receiveFrom(InputStream aInputStream, OutputStream aReturnStream) throws IOException
      (Re-)initializes this instance by receiving the according Sequence from the given InputStream. Implementations providing error correction methods use the provided feedback OutputStream to do some sort of "stop-and-wait ARQ" or apply similar methods to ensure correctness of the received data.
      Specified by:
      receiveFrom in interface Segment
      Parameters:
      aInputStream - The InputStream from which to read the instance's (re-)initialization Sequence from.
      aReturnStream - An OutputStream being the return channel to handle "stop-and-wait ARQ" or the like in case of a bidirectional connection. Can be null in case we have a unidirectional connection.
      Throws:
      IOException - thrown in case reading data from the InputStream caused problems.
      TransmissionException - thrown in case a given transmission cannot be processed.
    • builder

      public static <DECORATEE extends Segment> ReadyToReceiveSegmentDecorator.Builder<DECORATEE> builder()
      Creates builder to build ReadyToReceiveSegmentDecorator.
      Type Parameters:
      DECORATEE - The decoratee type describing the according subclass to be enriched.
      Returns:
      created builder