Uses of Class
org.refcodes.serial.LoopbackPort
-
Uses of LoopbackPort in org.refcodes.serial
Subclasses of LoopbackPort in org.refcodes.serialModifier and TypeClassDescriptionclassTheCrossoverLoopbackPortis an in-memory implementation of aPortwhich loops its output directly to the "connected"LoopbackPortcounterpart ("other end of the wire").Fields in org.refcodes.serial declared as LoopbackPortFields in org.refcodes.serial with type parameters of type LoopbackPortMethods in org.refcodes.serial that return LoopbackPortModifier and TypeMethodDescriptionLoopbackPortTestBench.getReceiverPort()Retrieves the loopback's "receiver" port.LoopbackPortTestBench.getTransmitterPort()Retrieves the loopback's "transmitter" port.CrossoverLoopbackPortHub.ports()Lists the available ports of the system.LoopbackPortHub.ports()Lists the available ports of the system.Returns thePortidentified by the given alias.Returns thePortidentified by the given alias.LoopbackPortHub.toPort(String aAlias, PortMetrics aPortMetrics) Returns thePortidentified by the given alias.LoopbackPort.withOpen()LoopbackPort.withOpen(PortMetrics aPortMetrics) LoopbackPort.withOpenUnchecked()LoopbackPort.withOpenUnchecked(PortMetrics aPortMetrics) Methods in org.refcodes.serial with parameters of type LoopbackPortModifier and TypeMethodDescriptionprotected voidLoopbackPort.setCrossoverPort(LoopbackPort aPort) Hook to set a crossover loopback port in order to attach aLoopbackPortto the other end of the wire and transform a loopback device into two crossover loopback devices.Constructors in org.refcodes.serial with parameters of type LoopbackPortModifierConstructorDescriptionCrossoverLoopbackPort(String aAlias, LoopbackPort aCounterpartPort) Constructs aCrossoverLoopbackPort.CrossoverLoopbackPort(String aAlias, LoopbackPort aCounterpartPort, ExecutorService aExecutorService) Constructs aCrossoverLoopbackPort.CrossoverLoopbackPort(LoopbackPort aCounterpartPort) Constructs aCrossoverLoopbackPort.CrossoverLoopbackPort(LoopbackPort aCounterpartPort, ExecutorService aExecutorService) Constructs aCrossoverLoopbackPort.