After reading the code of CIListener, I have a question about how it works. As far as I'm aware, code snippet is following:
socket = new XMLSocket ();socket.connect( "127.0.0.1", 1024 );
Does it means FlexUnit also implements the server side? If so, how the FlexUnit implements the server, using JAVA? where is the server code in the source package?When and how FlexUnit set up the server?