Uses of Class
org.refcodes.serial.TransmissionMetrics
-
Uses of TransmissionMetrics in org.refcodes.serial
Methods in org.refcodes.serial that return TransmissionMetricsModifier and TypeMethodDescriptionTransmissionMetrics.Builder.build()Builds theTransmissionMetricsinstance from this builder's settings.TransmissionMetricsAccessor.getTransmissionMetrics()Retrieves the name from theTransmissionMetricsproperty.default TransmissionMetricsTransmissionMetricsAccessor.TransmissionMetricsProperty.letTransmissionMetrics(TransmissionMetrics aTransmissionMetrics) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenTransmissionMetrics(setter) as ofTransmissionMetricsAccessor.TransmissionMetricsMutator.setTransmissionMetrics(TransmissionMetrics)and returns the very same value (getter).Methods in org.refcodes.serial with parameters of type TransmissionMetricsModifier and TypeMethodDescriptionstatic <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an accordingAllocSectionDecoratorSegmentinstance.static AllocSegmentHeadSerialSugar.allocSegmentHead(AllocSegmentBody<?> aBody, TransmissionMetrics aTransmissionMetrics) Constructs the head with the given body.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte aEndOfStringByte) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics) Constructs an emptyAsciizSegment.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAssertMagicBytesSegmentwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static CharArraySectionSerialSugar.charArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharArraySectionSerialSugar.charArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, char... aValue) Constructs an according instance from the given configuration.static CharArraySectionSerialSugar.charArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Character... aValue) Constructs an according instance from the given configuration.static CharArraySectionSerialSugar.charArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharArraySectionSerialSugar.charArraySection(TransmissionMetrics aTransmissionMetrics, char... aValue) Constructs an according instance from the given configuration.static CharArraySectionSerialSugar.charArraySection(TransmissionMetrics aTransmissionMetrics, Character... aValue) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(char aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(Character aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(String aAlias, char aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(String aAlias, Character aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static CharSectionSerialSugar.charSection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static CrcSegmentPackagerSerialSugar.crcSegmentPackager(TransmissionMetrics aTransmissionMetrics) Constructs an accordingCrcSegmentPackagerfor packaging and extracting of packets with a CRC checksum.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DynamicTypeSectionSerialSugar.dynamicTypeSection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSectionwith the given properties.static <T> DynamicTypeSectionSerialSugar.dynamicTypeSection(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSectionwith the given properties.static <T> DynamicTypeSectionSerialSugar.dynamicTypeSection(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSectionwith the given properties.static DynamicTypeSectionSerialSugar.dynamicTypeSection(TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSectionwith the given properties.static <T> DynamicTypeSectionSerialSugar.dynamicTypeSection(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSectionwith the given properties.static <T> DynamicTypeSectionSerialSugar.dynamicTypeSection(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSectionwith the given properties.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.static <E extends Enum<E>>
EnumSegment<E>SerialSugar.enumSegment(Class<E> aType, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <E extends Enum<E>>
EnumSegment<E>SerialSugar.enumSegment(Enum<E> aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <E extends Enum<E>>
EnumSegment<E>SerialSugar.enumSegment(String aAlias, Class<E> aType, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <E extends Enum<E>>
EnumSegment<E>SerialSugar.enumSegment(String aAlias, Enum<E> aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(String aAlias, Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(String aAlias, Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <DECORATEE extends Segment>
LengthSegmentDecoratorSegment<DECORATEE>SerialSugar.lengthSegment(DECORATEE aSegment, TransmissionMetrics aTransmissionMetrics) Constructs aLengthSegmentDecoratorSegmentwith the given decoratee and a width ofDEFAULT_LENGTH_WIDTHbytes used to specify the decoratee's length aDEFAULT_ENDIANESSendian representation of the decoratee's length.default TransmissionMetricsTransmissionMetricsAccessor.TransmissionMetricsProperty.letTransmissionMetrics(TransmissionMetrics aTransmissionMetrics) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenTransmissionMetrics(setter) as ofTransmissionMetricsAccessor.TransmissionMetricsMutator.setTransmissionMetrics(TransmissionMetrics)and returns the very same value (getter).static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(String aAlias, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static MagicBytesSegmentSerialSugar.magicBytesSegment(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.static <DECORATEE extends Segment>
MagicBytesSegmentDecorator<DECORATEE>SerialSugar.magicBytesSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.static MagicBytesSegmentSerialSugar.magicBytesSegment(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.static <DECORATEE extends Segment>
MagicBytesSegmentDecorator<DECORATEE>SerialSugar.magicBytesSegment(String aAlias, DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.static MagicBytesSegmentSerialSugar.magicBytesSegment(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.static MagicBytesSegmentSerialSugar.magicBytesSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.static MagicBytesSegmentSerialSugar.magicBytesSegment(TransmissionMetrics aTransmissionMetrics, String aMagicBytes) Constructs an according instance for magic bytes of the given length.static NumberSegmentSerialSugar.numberSegment(int aNumberWidth, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static NumberSegmentSerialSugar.numberSegment(int aNumberWidth, String aAlias, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static NumberSegmentSerialSugar.numberSegment(int aNumberWidth, String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static NumberSegmentSerialSugar.numberSegment(int aNumberWidth, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static PropertiesSectionSerialSugar.propertiesSection(String aAlias, org.refcodes.properties.Properties aPayload, TransmissionMetrics aTransmissionMetrics) Constructs aPropertiesSectionwith the givenPropertiespayload being encoded with the givenCharset.static PropertiesSectionSerialSugar.propertiesSection(org.refcodes.properties.Properties aPayload, TransmissionMetrics aTransmissionMetrics) Constructs aPropertiesSectionwith the givenPropertiespayload being encoded with the givenCharset.static <DECORATEE extends Section>
ReadyToReceiveSectionDecorator<DECORATEE>SerialSugar.readyToReceiveSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according control-flow decorator instance wrapping the given decoratee.static <DECORATEE extends Segment>
ReadyToReceiveSegmentDecorator<DECORATEE>SerialSugar.readyToReceiveSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according control-flow 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.static <DECORATEE extends Segment>
ReadyToSendSegmentDecorator<DECORATEE>SerialSugar.readyToSendSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according control-flow decorator instance wrapping the given decoratee.static <REFERENCEE extends Transmission>
LengthSegment<REFERENCEE>SerialSugar.segmentLength(TransmissionMetrics aTransmissionMetrics) Constructs an according instance.static <REFERENCEE extends Transmission>
LengthSegment<REFERENCEE>SerialSugar.segmentLength(REFERENCEE aReferencee, TransmissionMetrics aTransmissionMetrics) Constructs an according instance.static SequenceNumberSegmentSerialSugar.sequenceNumberSegment(long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an emptySequenceNumberSegmentwith aDEFAULT_ENDIANESSendian representation of theSequenceNumberSegment's value.static SequenceNumberSegmentSerialSugar.sequenceNumberSegment(String aAlias, long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an emptySequenceNumberSegmentwith aDEFAULT_ENDIANESSendian representation of theSequenceNumberSegment's value.static SequenceNumberSegmentSerialSugar.sequenceNumberSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an emptySequenceNumberSegmentwith aDEFAULT_ENDIANESSendian representation of theSequenceNumberSegment's value.static SequenceNumberSegmentSerialSugar.sequenceNumberSegment(TransmissionMetrics aTransmissionMetrics) Constructs an emptySequenceNumberSegmentwith aDEFAULT_ENDIANESSendian representation of theSequenceNumberSegment's value.voidTransmissionMetricsAccessor.TransmissionMetricsMutator.setTransmissionMetrics(TransmissionMetrics aTransmissionMetrics) Sets the name for theTransmissionMetricsproperty.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(String aAlias, Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static <DECORATEE extends Section>
StopAndWaitPacketStreamSectionDecorator<DECORATEE>SerialSugar.stopAndWaitPacketStreamSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according packet-stream decorator instance wrapping the givenOutputStream.static <DECORATEE extends Segment>
StopAndWaitPacketStreamSegmentDecorator<DECORATEE>SerialSugar.stopAndWaitPacketStreamSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according packet-stream decorator instance wrapping the givenOutputStream.static <DECORATEE extends Section>
StopAndWaitSectionDecorator<DECORATEE>SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according stop-and-wait decorator instance wrapping the given decoratee.static <DECORATEE extends Segment>
StopAndWaitSegmentDecorator<DECORATEE>SerialSugar.stopAndWaitSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according stop-and-wait decorator instance wrapping the given decoratee.static StringArraySectionSerialSugar.stringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringArraySectionSerialSugar.stringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration.static StringArraySectionSerialSugar.stringArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringArraySectionSerialSugar.stringArraySection(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration.static StringSectionSerialSugar.stringSection(String aAlias, String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSectionSerialSugar.stringSection(String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSectionSerialSugar.stringSection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSegmentSerialSugar.stringSegment(String aAlias, String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSegmentSerialSugar.stringSegment(String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSegmentSerialSugar.stringSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.TransmissionMetricsAccessor.TransmissionMetricsBuilder.withTransmissionMetrics(TransmissionMetrics aTransmissionMetrics) Sets the name for theTransmissionMetricsproperty.Constructors in org.refcodes.serial with parameters of type TransmissionMetricsModifierConstructorDescriptionAbstractCrcTransmissionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according instance wrapping the givenTransmission.AbstractErrorCorrectionTransmissionDecorator(DECORATEE aSegment, TransmissionMetrics aTransmissionMetrics) Constructs aAbstractErrorCorrectionTransmissionDecoratorinstance with the given decoratee.AbstractLengthDecoratorSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) protectedAbstractLengthDecoratorSegment(TransmissionMetrics aTransmissionMetrics) AbstractMagicBytesTransmission(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.AbstractMagicBytesTransmission(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.AbstractMagicBytesTransmission(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.AbstractMagicBytesTransmissionDecorator(String aAlias, DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.AbstractReadyToReceiveTransmissionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according control-flow decorator instance wrapping the given decoratee.AbstractReadyToSendTransmissionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according control-flow decorator instance wrapping the given decoratee.AbstractReferenceeLengthSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance.AbstractReferenceeLengthSegment(REFERENCEE aReferencee, TransmissionMetrics aTransmissionMetrics) Constructs an according instance.AbstractStopAndWaitPacketStreamTransmissionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according packet-stream decorator instance wrapping the givenOutputStream.AbstractStopAndWaitTransmissionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an according stop-and-wait decorator instance wrapping the given decoratee.AllocSectionDecoratorSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) protectedAllocSectionDecoratorSegment(TransmissionMetrics aTransmissionMetrics) AllocSegmentHead(AllocSegmentBody<?> aBody, TransmissionMetrics aTransmissionMetrics) Constructs the head with the given body.protectedAllocSegmentHead(TransmissionMetrics aTransmissionMetrics) AsciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.AsciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte aEndOfStringByte) Constructs anAsciizArraySegmentfrom the given configuration.AsciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.AsciizArraySegment(TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.AsciizArraySegment(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.AsciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.AsciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.AsciizSegment(TransmissionMetrics aTransmissionMetrics) Constructs an emptyAsciizSegment.AsciizSegment(TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.AsciizSegment(TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.AssertMagicBytesSegment(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes.AssertMagicBytesSegment(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAssertMagicBytesSegmentwith the according magic bytes.AssertMagicBytesSegment(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).AssertMagicBytesSegment(String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).AssertMagicBytesSegment(TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).CharArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, char... aValue) Constructs an according instance from the given configuration.CharArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Character... aValue) Constructs an according instance from the given configuration.CharArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharArraySection(TransmissionMetrics aTransmissionMetrics, char... aValue) Constructs an according instance from the given configuration.CharArraySection(TransmissionMetrics aTransmissionMetrics, Character... aValue) Constructs an according instance from the given configuration.CharSection(char aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharSection(Character aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharSection(String aAlias, char aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharSection(String aAlias, Character aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharSection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.CharSection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ComplexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics) Constructs theComplexTypeSegmentfrom the givenClassfor the according type T.ComplexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theComplexTypeSegmentfrom the givenClassfor the according type T.ComplexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs theComplexTypeSegmentfrom the given data structure instance.ComplexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theComplexTypeSegmentfrom the given data structure instance..CrcSectionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) CrcSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) CrcSegmentPackager(TransmissionMetrics aTransmissionMetrics) Constructs an accordingCrcSegmentPackagerfor packaging and extracting of packets with a CRC checksum.DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.DoubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.DoubleArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleArraySection(TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.DoubleArraySection(TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.DoubleSegment(Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleSegment(String aAlias, Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DynamicTypeSection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSection(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSection(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSection(TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSection(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSection(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theDynamicTypeSectionwith the given properties.DynamicTypeSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSegmentwith the given properties.DynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSegmentwith the given properties.DynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theDynamicTypeSegmentwith the given properties.DynamicTypeSegment(TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSegmentwith the given properties.DynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs theDynamicTypeSegmentwith the given properties.DynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs theDynamicTypeSegmentwith the given properties.EnumSegment(Class<E> aType, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.EnumSegment(Enum<E> aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.EnumSegment(String aAlias, Class<E> aType, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.EnumSegment(String aAlias, Enum<E> aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.FloatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.FloatArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatArraySection(TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.FloatArraySection(TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.FloatSegment(Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatSegment(String aAlias, Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.IntArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.IntArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntArraySection(TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.IntArraySection(TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.IntSegment(Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntSegment(String aAlias, Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LengthSegment(TransmissionMetrics aTransmissionMetrics) LengthSegment(REFERENCEE aReferencee, TransmissionMetrics aTransmissionMetrics) LengthSegmentDecoratorSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) LongArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.LongArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.LongArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongArraySection(TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.LongArraySection(TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.LongSegment(Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongSegment(String aAlias, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.MagicBytesSectionDecorator(String aAlias, DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.MagicBytesSegment(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.MagicBytesSegment(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.MagicBytesSegment(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.MagicBytesSegment(String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.MagicBytesSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance for magic bytes of the given length.MagicBytesSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.MagicBytesSegmentDecorator(String aAlias, DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Enriches the provided decoratee with magic bytes of the given length to be prefixed.NumberSegment(int aNumberWidth, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.NumberSegment(int aNumberWidth, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.NumberSegment(String aAlias, int aNumberWidth, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.PacketInputStream(InputStream aInputStream, TransmissionMetrics aTransmissionMetrics) Constructs an accordingPacketInputStreaminstance wrapping the givenInputStream.PacketOutputStream(OutputStream aOutputStream, TransmissionMetrics aTransmissionMetrics) Constructs an accordingPacketOutputStreaminstance wrapping the givenOutputStream.PropertiesSection(String aAlias, org.refcodes.properties.Properties aPayload, TransmissionMetrics aTransmissionMetrics) Constructs aPropertiesSectionwith the givenPropertiespayload being encoded with the givenCharset.PropertiesSection(org.refcodes.properties.Properties aPayload, TransmissionMetrics aTransmissionMetrics) Constructs aPropertiesSectionwith the givenPropertiespayload being encoded with the givenCharset.ReadyToReceiveSectionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) ReadyToReceiveSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) ReadyToSendSectionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) ReadyToSendSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) SequenceNumberSegment(Long aSequenceNumberInitValue, TransmissionMetrics aTransmissionMetrics) Constructs aSequenceNumberSegmentwith the givenTransmissionMetrics.SequenceNumberSegment(String aAlias, Long aSequenceNumberInitValue, TransmissionMetrics aTransmissionMetrics) Constructs aSequenceNumberSegmentwith the givenTransmissionMetrics.SequenceNumberSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs aSequenceNumberSegmentwith the givenTransmissionMetrics.SequenceNumberSegment(TransmissionMetrics aTransmissionMetrics) Constructs aSequenceNumberSegmentwith the givenTransmissionMetrics.ShortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.ShortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.ShortArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortArraySection(TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.ShortArraySection(TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.ShortSegment(Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortSegment(String aAlias, Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StopAndWaitPacketInputStream(InputStream aInputStream, OutputStream aReturnStream, TransmissionMetrics aTransmissionMetrics) Constructs an accordingStopAndWaitPacketInputStreaminstance wrapping the givenOutputStream.StopAndWaitPacketOutputStream(OutputStream aOutputStream, InputStream aReturnStream, TransmissionMetrics aTransmissionMetrics) Constructs an accordingStopAndWaitPacketOutputStreaminstance wrapping the givenOutputStream.StopAndWaitPacketStreamSectionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) StopAndWaitPacketStreamSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) StopAndWaitSectionDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) StopAndWaitSegmentDecorator(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) StringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration.StringArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringArraySection(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration.StringSection(String aAlias, String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSection(String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSegment(String aAlias, String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSegment(String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.