Uses of Interface
org.refcodes.serial.PortMetrics
-
Uses of PortMetrics in org.refcodes.serial
Classes in org.refcodes.serial with type parameters of type PortMetricsModifier and TypeClassDescriptionclassAbstractPort<PM extends PortMetrics>AAbstractPortis a basePortimplementation.classAbstractPortDecorator<PM extends PortMetrics>interfacePort<PM extends PortMetrics>APortenriches aSerialTransceiverwithPortMetricsdescribing theSerialTransceiver's physical properties.interfacePortHub<PORT extends Port<PM>,PM extends PortMetrics> interfacePortMetricsAccessor<PM extends PortMetrics>Provides an accessor for aPortMetricsproperty.static interfacePortMetricsAccessor.PortMetricsBuilder<PM extends PortMetrics,B extends PortMetricsAccessor.PortMetricsBuilder<PM, B>> Provides a builder method for aPortMetricsproperty returning the builder for applying multiple build operations.static interfacePortMetricsAccessor.PortMetricsMutator<PM extends PortMetrics>Provides a mutator for aPortMetricsproperty.static interfacePortMetricsAccessor.PortMetricsProperty<PM extends PortMetrics>Provides aPortMetricsproperty.Fields in org.refcodes.serial declared as PortMetricsMethods in org.refcodes.serial that return PortMetricsModifier and TypeMethodDescriptionLoopbackPort.getPortMetrics()Retrieves thePortMetricsfrom thePortMetricsproperty.Methods in org.refcodes.serial with parameters of type PortMetricsModifier and TypeMethodDescriptionLoopbackPortHub.toPort(String aAlias, PortMetrics aPortMetrics) Returns thePortidentified by the given alias.LoopbackPort.withOpen(PortMetrics aPortMetrics) LoopbackPort.withOpenUnchecked(PortMetrics aPortMetrics)