Class XpaTrafficController

  • All Implemented Interfaces:
    java.lang.Runnable, XpaInterface

    public class XpaTrafficController
    extends java.lang.Object
    implements XpaInterface, java.lang.Runnable
    Converts Stream-based I/O to/from Xpa messages. The "XpaInterface" side sends/receives message objects. The connection to an XpaPortController is via a pair of *Streams, which then carry sequences of characters for transmission. Note that this processing is handled in an independent thread.