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