Uses of Class
org.refcodes.serial.LoopbackPortHub
-
Uses of LoopbackPortHub in org.refcodes.serial
Subclasses of LoopbackPortHub in org.refcodes.serialModifier and TypeClassDescriptionclassACrossoverLoopbackPortHubis an in-memory implementation of aPortHubwhich'sPortinstances loop their output directly to the "connected"LoopbackPortHubcounterpartPortinstances ("other end of the wire").Constructors in org.refcodes.serial with parameters of type LoopbackPortHubModifierConstructorDescriptionCrossoverLoopbackPortHub(LoopbackPortHub aCrossoverPortHub) Constructs aCrossoverLoopbackPortHubwith the givenLoopbackPortHubas counterpart.CrossoverLoopbackPortHub(LoopbackPortHub aCrossoverPortHub, String... aPorts) Constructs aCrossoverLoopbackPortHubwith the givenLoopbackPortHubas counterpart and the given ports (e.g. ports with the given port aliases).