Uses of Class
org.refcodes.serial.AbstractTransmissionDecorator
-
Uses of AbstractTransmissionDecorator in org.refcodes.serial
Subclasses of AbstractTransmissionDecorator in org.refcodes.serialModifier and TypeClassDescriptionclassAbstractCipherTransmissionDecorator<DECORATEE extends Transmission>An abstract implementation of bijective and inverse functions applied to the decoratee's transmitting and receiving methods.classAbstractInvertibleTransmissionDecorator<DECORATEE extends Transmission>An abstract implementation of bijective and inverse functions applied to the decoratee's transmitting and receiving methods.classAbstractSectionDecorator<SECTION extends Section>Convenience class for easily decorating aSection.classAbstractSegmentDecorator<SEGMENT extends Segment>Convenience class for easily decorating aSegment.classAllocSegmentBody<DECORATEE extends Section>AnAllocSegmentBodyprovides anSegmentwith an allocation length.classBreakerSectionDecorator<DECORATEE extends Section>TheBreakerSectionDecoratoris aDecoratorSectionbuild to test error detection and error correctionTransmissionimplementations such as theCrcSectionDecoratoror theStopAndWaitSectionDecorator.classBreakerSegmentDecorator<DECORATEE extends Segment>TheBreakerSegmentDecoratoris aDecoratorSegmentbuild to test error detection and error correctionTransmissionimplementations such as theCrcSegmentDecoratoror theStopAndWaitSegmentDecorator.classCipherSectionDecorator<DECORATEE extends Section>ACipherSectionDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.classCipherSegmentDecorator<DECORATEE extends Segment>ACipherSegmentDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.classInvertibleSectionDecorator<DECORATEE extends Section>AInvertibleSectionDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.classInvertibleSegmentDecorator<DECORATEE extends Segment>AInvertibleSegmentDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.