Uses of Interface
org.refcodes.serial.PortHub
-
Uses of PortHub in org.refcodes.serial
Classes in org.refcodes.serial that implement PortHubModifier and TypeClassDescriptionclassACrossoverLoopbackPortHubis an in-memory implementation of aPortHubwhich'sPortinstances loop their output directly to the "connected"LoopbackPortHubcounterpartPortinstances ("other end of the wire").classTheLoopbackPortHubis a plain implementation of aPortHubserving an infinite number ofLoopbackPortinstances: When callingLoopbackPortHub.toPort(String)and the such port is unknown, then it is created (and from then on known).