Uses of Class
org.refcodes.serial.ReadyToSendSectionDecorator

  • Uses of ReadyToSendSectionDecorator in org.refcodes.serial

    Modifier and Type
    Method
    Description
    ReadyToSendSectionDecorator.Builder.build()
    Builder method of the builder.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, byte[] aReadyToSendMagicBytes, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, byte[] aClearToSendMagicBytes)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, int aReadyToSendRetryNumber, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(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 Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, byte[] aReadyToSendMagicBytes, SegmentPackager aReadyToSendSectionPackager, byte[] aClearToSendMagicBytes, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, int aReadyToSendRetryNumber, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToSendTimeoutInMs, long aClearToSendTimeoutInMs)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aEnquiryStandbyTimeInMs, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, long aReadyToSendTimeoutInMs, SegmentPackager aReadyToSendSectionPackager, long aClearToSendTimeoutInMs, SegmentPackager aClearToSendSectionPackager)
    Constructs an according flow-control decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    ReadyToSendSectionDecorator<DECORATEE>
    SerialSugar.readyToSendSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics)
    Constructs an according control-flow decorator instance wrapping the given decoratee.