Module org.refcodes.serial
Package org.refcodes.serial
Interface SequenceNumberInitValueAccessor.SequenceNumberInitValueBuilder<B extends SequenceNumberInitValueAccessor.SequenceNumberInitValueBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- All Known Implementing Classes:
PacketInputStream.Builder,PacketOutputStream.Builder,StopAndWaitPacketInputStream.Builder,StopAndWaitPacketOutputStream.Builder,StopAndWaitPacketStreamSectionDecorator.Builder,StopAndWaitPacketStreamSegmentDecorator.Builder,StopAndWaitSectionDecorator.Builder,StopAndWaitSegmentDecorator.Builder,TransmissionMetrics.Builder
- Enclosing interface:
- SequenceNumberInitValueAccessor
public static interface SequenceNumberInitValueAccessor.SequenceNumberInitValueBuilder<B extends SequenceNumberInitValueAccessor.SequenceNumberInitValueBuilder<B>>
Provides a builder method for a sequence number initial value property
returning the builder for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithSequenceNumberInitValue(int aSequenceNumberInitValue) Sets the sequence number initial value for the sequence number initial value property.
-
Method Details
-
withSequenceNumberInitValue
Sets the sequence number initial value for the sequence number initial value property.- Parameters:
aSequenceNumberInitValue- The sequence number initial value to be stored by the sequence number initial value property.- Returns:
- The builder for applying multiple build operations.
-