Package com.antlersoft.util

Examples of com.antlersoft.util.Messenger


    private SAXParser parser;
   
    QuerySocketClient( Socket s, QuerySocketServer qs) throws IOException
    {
      bbq=qs;
      messenger=new Messenger(s);
    }
View Full Code Here

TOP

Related Classes of com.antlersoft.util.Messenger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.