Uses of Class
org.refcodes.serial.ReadyToReceiveSectionDecorator.Builder
-
Uses of ReadyToReceiveSectionDecorator.Builder in org.refcodes.serial
Methods in org.refcodes.serial that return ReadyToReceiveSectionDecorator.BuilderModifier and TypeMethodDescriptionstatic <DECORATEE extends Section>
ReadyToReceiveSectionDecorator.Builder<DECORATEE>ReadyToReceiveSectionDecorator.builder()Creates builder to buildReadyToReceiveSectionDecorator.ReadyToReceiveSectionDecorator.Builder.withDecoratee(DECORATEE aDecoratee) ReadyToReceiveSectionDecorator.Builder.withEnquiryStandbyTimeMillis(long aEnquiryStandbyTimeInMs) Sets the number for the ENQ ("enquiry") timeout property.ReadyToReceiveSectionDecorator.Builder.withReadyToReceiveMagicBytes(byte[] aReadyToReceiveMagicBytes) Sets the magic bytes for the RTR ("ready-to-receive") magic bytes property.ReadyToReceiveSectionDecorator.Builder.withReadyToReceiveRetryNumber(int aReadyToReceiveRetryNumber) Sets the number of retries for the RTR ("ready-to-receive") retry number.ReadyToReceiveSectionDecorator.Builder.withReadyToReceiveSegmentPackager(SegmentPackager aReadyToReceiveSegmentPackager) Sets theSegmentPackagerRTR ("ready-to-receive") property.ReadyToReceiveSectionDecorator.Builder.withReadyToReceiveTimeoutMillis(long aReadyToReceiveTimeoutInMs) Sets the number for the RTR ("ready-to-receive") timeout property.