Uses of Class
org.refcodes.serial.ReadyToSendSegmentDecorator

  • Uses of ReadyToSendSegmentDecorator in org.refcodes.serial

    Modifier and Type
    Method
    Description
    ReadyToSendSegmentDecorator.Builder.build()
    Builder method of the builder.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, SegmentPackager aReadyToSendSegmentPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSegmentPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSegmentPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Segment>
    ReadyToSendSegmentDecorator<DECORATEE>
    SerialSugar.readyToSendSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics)
    Constructs an according control-flow decorator instance wrapping the given decoratee.